diff options
author | Roland Stigge <stigge@antcom.de> | 2018-01-20 17:02:32 +0100 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2018-01-20 17:02:32 +0100 |
commit | 54643c4c4cbaa47cd99245c6826f4a78b47229e3 (patch) | |
tree | cf6ee38bc31e821d8c6d81a8170d2a81c2268dd0 /debian | |
parent | 06cd368cd111a4ef61786bc70f1e95eaa3540b5d (diff) |
Multiple file uploads at oncev1.3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 4 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index ee1c680..a10e330 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -89,6 +89,10 @@ 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. +After installation of apache and webbox and configuration, apache should be +restarted with: + +# service restart apache2 Example configuration for Apache -------------------------------- diff --git a/debian/changelog b/debian/changelog index 3fe42d2..01dd6f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +webbox (1.3) unstable; urgency=medium + + * New version + * Multiple files upload + + -- Roland Reichwein <mail@reichwein.it> Sat, 20 Jan 2018 16:54:38 +0100 + webbox (1.2) unstable; urgency=medium * New version |