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:

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

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 ru...@users.sourceforge.net 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

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 have

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 ru...@users.sourceforge.net 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

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 PM,

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 Directory /usr/lib/iipimage-server/ AllowOverride None Options None Order allow,deny

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 ru...@users.sourceforge.net 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:

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 ru...@users.sourceforge.net wrote: Here's the iipsrv.conf mod_fcgid configuration file to use instead. This file is not a patch. It does 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 ru...@users.sourceforge.net 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',

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