chiark / gitweb /
typo
[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
4 <VirtualHost HOSTNAME>
5 DocumentRoot /home/jukebox/public_html
6 ServerName jukebox.DOMAIN
7 ServerAlias jukebox
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
16 install -m 755 clients/disorder.cgi ~jukebox/public_html/index.cgi
17
18Local Variables:
19mode:text
20fill-column:79
21End: