summaryrefslogtreecommitdiffhomepage
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 312d00c..ee1c680 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -69,6 +69,8 @@ Webbox internally uses HTTP Auth for Authentication. E.g., Apache can
be configured like this:
<Directory "/usr/lib/webbox">
+ Header always edit WWW-Authenticate ^Basic SR_Basic
+ Header edit WWW-Authenticate ^Basic SR_Basic
...
@@ -82,6 +84,8 @@ Add a login/password pair to the password file:
# htpasswd -c /etc/apache2/sites-available/mysite.htpasswd username
+Also, activate the Apache module mod_headers for the above Headers directive.
+
Only the FastCGI application needs to secured. The static pages in
/var/www/webbox should be accessible to the user for login purposes.