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 ++++ debian/changelog | 8 ++++++++ 2 files changed, 12 insertions(+) (limited to '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. diff --git a/debian/changelog b/debian/changelog index b59b8d7..3fe42d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +webbox (1.2) unstable; urgency=medium + + * New version + * Includes progress indication + * Includes fixed login screen + + -- Roland Reichwein Fri, 19 Jan 2018 15:10:25 +0100 + webbox (1.1) unstable; urgency=medium * New version -- cgit v1.2.3