X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a767291ce9d525f0077463643efc896d79428fcf..31e2a93e08a0e68d71e37f9697564d26936b5819:/README.vhost diff --git a/README.vhost b/README.vhost index 74922bf..7d3c993 100644 --- a/README.vhost +++ b/README.vhost @@ -1,10 +1,10 @@ If you want to give DisOrder's web interface its own virtual domain then for Apache 1.3 you'll want something like this: - + DocumentRoot /home/jukebox/public_html - ServerName jukebox.DOMAIN - ServerAlias jukebox + ServerName HOST.DOMAIN + ServerAlias HOST ServerAdmin webmaster@DOMAIN ErrorLog /var/log/apache/jukebox/error.log TransferLog /var/log/apache/jukebox/access.log @@ -13,7 +13,8 @@ then for Apache 1.3 you'll want something like this: You would then install the CGI as follows: - install -m 755 clients/disorder.cgi ~jukebox/public_html/index.cgi + mkdir -p /home/jukebox/public_html + install -m 755 clients/disorder.cgi /home/jukebox/public_html/index.cgi Local Variables: mode:text