Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-14 Thread Ruven
It looks fine. Perhaps mod_fcgid has not been enabled in /etc/apache2/conf-enabled/ ? --- http://iipimage.sourceforge.net --- On 06/14/2012 05:51 PM, Mathieu Malaterre wrote: > tags 675325 grave > thanks > > On Thu, Jun 14, 2012 at 5:27 P

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-14 Thread Mathieu Malaterre
tags 675325 grave thanks On Thu, Jun 14, 2012 at 5:27 PM, Ruven wrote: > > So your previous error is no longer happening?: > >> Syntax error on line 16 of /etc/apache2/mods-enabled/iipsrv.conf: >> Invalid command 'FcgidInitialEnv', perhaps misspelled or defined by a >> module not included in the

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-14 Thread Ruven
So your previous error is no longer happening?: > Syntax error on line 16 of /etc/apache2/mods-enabled/iipsrv.conf: > Invalid command 'FcgidInitialEnv', perhaps misspelled or defined by a > module not included in the server configuration > Action 'configtest' failed. > The Apache error log may ha

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-14 Thread Mathieu Malaterre
On Thu, Jun 14, 2012 at 5:10 PM, Ruven wrote: > I'm saying libapache2-mod-fcgid is a dependency, but your original > config file was not compatible with this and was for > libapache2-mod-fastcgi, which therefore didn't work (and is also even > non-free). It is working. I am using it right now. Wh

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-14 Thread Ruven
I'm saying libapache2-mod-fcgid is a dependency, but your original config file was not compatible with this and was for libapache2-mod-fastcgi, which therefore didn't work (and is also even non-free). So, the question is why does this new config file not work on your machine? Is libapache2-mod-fc

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-14 Thread Mathieu Malaterre
[top posting] What are you talking about ? $ cat d/control [...] Package: iipimage-server Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libapache2-mod-fcgid | httpd Where: $ apt-cache policy libapache2-mod-fcgid libapache2-mod-fcgid: Installed: (none) Candidate: 1:2.3.6-1+s

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-13 Thread Ruven
Not really! This config works with mod_fcgid, which is what you have listed as a dependency. mod_fastcgi works fine also, but is for some reason, included in Debian's "non-free" repository. So, we need to decide which fcgi module we use. Also on your setup, you should check why mod_fcgid has not

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-13 Thread Mathieu Malaterre
On Wed, Jun 13, 2012 at 6:45 PM, Ruven wrote: > > OK, try this then. Your patch breaks the old conf for apache2. Is this intended ? $ sudo /etc/init.d/apache2 restart Syntax error on line 16 of /etc/apache2/mods-enabled/iipsrv.conf: Invalid command 'FcgidInitialEnv', perhaps misspelled or define

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-13 Thread Ruven
OK, try this then. On 06/13/2012 06:17 PM, Mathieu Malaterre wrote: > tags 675325 - patch > thanks > > > On Wed, Jun 13, 2012 at 4:40 PM, Ruven wrote: >> >> Here's the iipsrv.conf mod_fcgid configuration file to use instead. > > > This file is not a patch. It does not respect debian webapp

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-13 Thread Mathieu Malaterre
tags 675325 - patch thanks On Wed, Jun 13, 2012 at 4:40 PM, Ruven wrote: > > Here's the iipsrv.conf mod_fcgid configuration file to use instead. This file is not a patch. It does not respect debian webapp policy either: http://webapps-common.alioth.debian.org/draft/html/ch-httpd.html#s-httpd-

Bug#675325: iipimage: iipsrv.conf file is configured to use mod_fastcgi

2012-06-13 Thread Ruven
Here's the iipsrv.conf mod_fcgid configuration file to use instead. # Create a directory for the iipsrv binary ScriptAlias /fcgi-bin/ "/usr/lib/iipimage-server/" # Set the options on that directory AllowOverride None Options None Order allow,deny Allow from all # Set the module h