chiark / gitweb /
force x-www-browser on debian
[disorder] / debian / README.Debian
1 Debian package for DisOrder
2 ===========================
3
4 To get the web interface working:
5
6 1) Make sure you /etc/apache/access.conf allows AuthConfig for
7    /usr/lib/cgi-bin.  For instance:
8
9     <Directory /usr/lib/cgi-bin>
10     AllowOverride AuthConfig
11     Options ExecCGI FollowSymLinks
12     </Directory>
13
14 2) If you want to use digest authentication, make sure your Apache has
15    mod_auth_digest enabled and edit
16    /usr/lib/cgi-bin/disorder/.htaccess accordingly (it has been made a
17    conffile).
18
19 3) Remember to reload apache if you've changed anything.
20
21 4) Add users to /etc/disorder/http.users.  For instance:
22
23     # htpasswd -b /etc/disorder/http.users USERNAME PASSWORD
24
25    Or with digest authentication:
26
27     # htdigest /etc/disorder/http.users USER
28     Adding password for USER in realm jukebox.
29     New password:
30     Re-type new password:
31
32 5) Test it at http://YOURHOSTNAME/cgi-bin/disorder/disorder
33
34    If it doesn't work, always look at the web server error log.
35
36  -- Richard Kettlewell <rjk@greenend.org.uk>, Tue Jan 23 21:35:13 2007