Your message dated Wed, 22 Nov 2017 21:58:07 +0100
with message-id
<CA+7wUsyZS7wgQ-Vdb4izB6YD59H+BgMKWiesSqBOPa0Hrnh=s...@mail.gmail.com>
and subject line Re: Bug#875637: iipimage-server: Wrong configuration file
/etc/apache2/mods-available/iipsrv.conf
has caused the Debian Bug report #875637,
regarding iipimage-server: Wrong configuration file
/etc/apache2/mods-available/iipsrv.conf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
875637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875637
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
fixed 875637 1.0-2
thanks
Hi,
On Tue, Oct 10, 2017 at 11:04 AM, Laurent Bonnaud <l.bonn...@laposte.net> wrote:
> Hi,
>
> this bug is still there:
no
> Package: iipimage-server
> Version: 1.0-2
>
> apache2_reload: apache2: Syntax error on line 147 of
> /etc/apache2/apache2.conf: Syntax error on line 20 of
> /etc/apache2/mods-enabled/iipsrv.conf: Expected </Location> but saw
> </Directory>
Make sure to purge your configuration files first. Do not play with
the BTS this remove valid package from testing distribution, thanks.
--- End Message ---