Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
* Fix apache configuration. Closes: #875637
diff -Nru iipimage-1.0/debian/changelog iipimage-1.0/debian/changelog --- iipimage-1.0/debian/changelog 2016-04-15 09:46:07.000000000 +0300 +++ iipimage-1.0/debian/changelog 2018-02-27 19:48:33.000000000 +0200 @@ -1,3 +1,10 @@ +iipimage (1.0-1+deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Fix apache configuration. Closes: #875637 + + -- Adrian Bunk <[email protected]> Tue, 27 Feb 2018 19:48:33 +0200 + iipimage (1.0-1) unstable; urgency=medium * New upstream. Closes: #818988 diff -Nru iipimage-1.0/debian/iipsrv.conf iipimage-1.0/debian/iipsrv.conf --- iipimage-1.0/debian/iipsrv.conf 2016-04-15 09:46:07.000000000 +0300 +++ iipimage-1.0/debian/iipsrv.conf 2018-02-27 19:48:33.000000000 +0200 @@ -2,7 +2,7 @@ ScriptAlias /iipsrv/ "/usr/lib/iipimage-server/" # Set the options on that directory -<Directory "/iipsrv/"> +<Location "/iipsrv/"> AllowOverride None Options None <IfModule mod_version.c> @@ -17,7 +17,7 @@ # Set the module handler AddHandler fcgid-script .fcgi -</Directory> +</Location> # Set our environment variables for the IIP server FcgidInitialEnv VERBOSITY "1"

