X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..5dba54ab01bce6ca8a6f1fd64b46cd304501b596:/debian/README.Debian
diff --git a/debian/README.Debian b/debian/README.Debian
index 1ad7c28..e7bf6f7 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,36 +1,13 @@
Debian package for DisOrder
===========================
-To get the web interface working:
+The web interface should now start working automatically. Test it at:
-1) Make sure you /etc/apache/access.conf allows AuthConfig for
- /usr/lib/cgi-bin. For instance:
+ http://YOURHOSTNAME/cgi-bin/disorder
-
- AllowOverride AuthConfig
- Options ExecCGI FollowSymLinks
-
+You will need to create yourself a user.
-2) If you want to use digest authentication, make sure your Apache has
- mod_auth_digest enabled and edit
- /usr/lib/cgi-bin/disorder/.htaccess accordingly (it has been made a
- conffile).
+If it doesn't work, always look at the web server error log and at
+/var/log/daemon.log.
-3) Remember to reload apache if you've changed anything.
-
-4) Add users to /etc/disorder/http.users. For instance:
-
- # htpasswd -b /etc/disorder/http.users USERNAME PASSWORD
-
- Or with digest authentication:
-
- # htdigest /etc/disorder/http.users USER
- Adding password for USER in realm jukebox.
- New password:
- Re-type new password:
-
-5) Test it at http://YOURHOSTNAME/cgi-bin/disorder/disorder
-
- If it doesn't work, always look at the web server error log.
-
- -- Richard Kettlewell , Tue Jan 23 21:35:13 2007
+ -- Richard Kettlewell , Sun, 15 Jun 2008 12:15:50 +0100