Package: iipimage-server
Version: 1.0-1+b1
Severity: grave
Tags: patch
Justification: renders package unusable
The default installation with Apache2 won't work with the
provided configuration file because that file uses
"Directory" instead of "Location".
A fixed version is shown below.
-- System Information:
Debian Release: 9.1
APT prefers testing-debug
APT policy: (500, 'testing-debug'), (500, 'stable-updates'), (500,
'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-3-amd64 (SMP w/16 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages iipimage-server depends on:
ii libapache2-mod-fcgid 1:2.3.9-1+b1
ii libc6 2.24-11+deb9u1
ii libfcgi0ldbl 2.4.0-8.4+b1
ii libgcc1 1:6.3.0-18
ii libgomp1 6.3.0-18
ii libjpeg62-turbo 1:1.5.1-2
ii libmemcached11 1.0.18-4.1
ii libstdc++6 6.3.0-18
ii libtiff5 4.0.8-2+deb9u1
Versions of packages iipimage-server recommends:
ii imagemagick-6.q16 [imagemagick] 8:6.9.7.4+dfsg-11+deb9u1
pn libvips-tools <none>
Versions of packages iipimage-server suggests:
pn iipimage-doc <none>
pn memcached <none>
-- Configuration Files:
/etc/apache2/mods-available/iipsrv.conf changed:
ScriptAlias /iipsrv/ "/usr/lib/iipimage-server/"
<Location "/iipsrv/">
AllowOverride None
Options None
<IfModule mod_version.c>
<IfVersion < 2.4>
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
</IfModule>
# Set the module handler
AddHandler fcgid-script .fcgi
</Location>
FcgidInitialEnv VERBOSITY "1"
FcgidInitialEnv LOGFILE "/var/log/iipsrv.log"
FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "10"
FcgidInitialEnv JPEG_QUALITY "90"
FcgidInitialEnv MAX_CVT "5000"
FcgidInitialEnv MEMCACHED_SERVERS "localhost"
FcgidIdleTimeout 0
FcgidMaxProcessesPerClass 1
-- no debconf information