chiark / gitweb /
Import from Arch revision:
[disorder] / debian / README.Debian
... / ...
CommitLineData
1Debian package for DisOrder
2===========================
3
4To get the web interface working:
5
61) 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
142) 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
193) Remember to reload apache if you've changed anything.
20
214) 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
325) 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>, Sun May 22 14:14:11 2005
37arch-tag:e325cf2983484c130b1ca1df78331fa6