From 06cd368cd111a4ef61786bc70f1e95eaa3540b5d Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Sat, 20 Jan 2018 13:41:20 +0100 Subject: Progress indicator --- debian/README.Debian | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/README.Debian') 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: + 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. -- cgit v1.2.3