summaryrefslogtreecommitdiffhomepage
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-01-20 13:41:20 +0100
committerRoland Stigge <stigge@antcom.de>2018-01-20 13:41:20 +0100
commit06cd368cd111a4ef61786bc70f1e95eaa3540b5d (patch)
tree360717fe3e162280f48e117dbccc46ec9afd3149 /debian/README.Debian
parent24498ccff798081cbb356787881501313d707f8e (diff)
Progress indicatorv1.2
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.