authz_core:error] AH01630: client denied by server configuration: /usr/lib/iipimage-server/

Bug #1259916 reported by luluprat
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
iipimage (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

hello

i try to install iipimage-server on ubuntu 13.10 with apache 2.4
i change the apache conf from :

AllowOverride None
   Options None
   Order allow,deny
   Allow from all

to

AllowOverride None
   Options None
Require all granted

but i still have the same apache error :
authz_core:error] AH01630: client denied by server configuration: /usr/lib/iipimage-server/

thanks

Revision history for this message
Daniel James (daniel-64studio) wrote :

Hi, the line:

Require all granted

would usually be indented like the line above it. Also you would need to reload the Apache configuration:

sudo apache2 reload

Hope this helps...

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in iipimage (Ubuntu):
status: New → Confirmed
Revision history for this message
Ulf Mehlig (umehlig) wrote :

Similar problem here with 14.10 (previsouly upgraded from 14.04). I did a fresh install of iipimage-server and proceeded as specified in /usr/share/doc/.../README.Debian. It does apparently not matter whether one gives permissions via Order ... or Require ... in /etc/apache2/mods-enabled/iipsrv.conf. Other cgi-scripts (mapserv) work on my machine; no alterations were made to sites-enabled etc.

I also tried calling /usr/lib/iipimage-server/iipsrv.fcgi --bind 127.0.0.1:9000 directly (according to an example given on http://iipimage.sourceforge.net/documentation/server) but was not able to communicate with the program over port 9000 with a browser or nc.

I would be good if the README would contain a section about possible sources of errors + more detailed examples of the expected behaviour.

Revision history for this message
Ulf Mehlig (umehlig) wrote :

Addition: There is apparently a problem with the package's apache2 configuration files. When I copy the cgi executable to /usr/lib/cgi-bin/, it works:

http://127.0.0.1/cgi-bin/iipsrv.fcgi

gives a page with the ipp server's version and an image at /home/xxx/yyy.tif is shown when called with

http://127.0.0.1/cgi-bin/iipsrv.fcgi?FIF=/home/xxx/yyy.tif&WID=100&CVT=jpeg

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.