summaryrefslogtreecommitdiffhomepage
path: root/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
parent24498ccff798081cbb356787881501313d707f8e (diff)
Progress indicatorv1.2
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian4
-rw-r--r--debian/changelog8
2 files changed, 12 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.
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 <mail@reichwein.it> Fri, 19 Jan 2018 15:10:25 +0100
+
webbox (1.1) unstable; urgency=medium
* New version