chiark / gitweb /
Missing doxygen @file sections
[disorder] / README.vhost
CommitLineData
a767291c 1If you want to give DisOrder's web interface its own virtual domain
2then for Apache 1.3 you'll want something like this:
3
662886f6 4 <VirtualHost HOST.DOMAIN>
a767291c 5 DocumentRoot /home/jukebox/public_html
662886f6 6 ServerName HOST.DOMAIN
7 ServerAlias HOST
a767291c 8 ServerAdmin webmaster@DOMAIN
9 ErrorLog /var/log/apache/jukebox/error.log
10 TransferLog /var/log/apache/jukebox/access.log
11 Alias /disorder/ /usr/local/share/disorder/static/
12 </VirtualHost>
13
14You would then install the CGI as follows:
15
662886f6 16 mkdir -p /home/jukebox/public_html
17 install -m 755 clients/disorder.cgi /home/jukebox/public_html/index.cgi
a767291c 18
19Local Variables:
20mode:text
21fill-column:79
22End: