chiark / gitweb /
'confirm' now logs the user in (and sends back their username so the
[disorder] / README.vhost
1 If you want to give DisOrder's web interface its own virtual domain
2 then 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
14 You would then install the CGI as follows:
15
16     install -m 755 clients/disorder.cgi ~jukebox/public_html/index.cgi
17
18 Local Variables:
19 mode:text
20 fill-column:79
21 End: