Re: [Mod-fcgid-users] apache, mod_fcgid, rails and DefaultInitEnv

2007-08-01 Thread Michael Andrus
Hi, Thanks. You are right. Unfortunately I am using a suexec binary provided by Ensim and cannot modify it to include the desired variable. Fun Fun. Take care. [EMAIL PROTECTED] wrote: > Michael Andrus wrote: >> Hi, >> >> I am running Apache 2.0.52-32 on CentOS 4.5, with latest mod_fcgid from >

Re: [Mod-fcgid-users] FastcgiAccessChecker and POST requests

2007-08-01 Thread Chris Darroch
Hi -- Lobanov Igor wrote: > I've found one problem while using FastcgiAccessChecker directive. All > are working as expected while I'm send GET-requests to Apache. When I > send POST-request request body is truncated. As far as I've understood > this problem was in mod_fastcgi also. Can this be s

Re: [Mod-fcgid-users] apache, mod_fcgid, rails and DefaultInitEnv

2007-08-01 Thread grzegorz
Michael Andrus wrote: > Hi, > > I am running Apache 2.0.52-32 on CentOS 4.5, with latest mod_fcgid from > cvs. Apache is running in a chrooted environment via the Ensim web > hosting control panel. I am using mod_fcgid with a rails application and > dispatch.fcgi. This works. > > I am trying to u

[Mod-fcgid-users] apache, mod_fcgid, rails and DefaultInitEnv

2007-08-01 Thread Michael Andrus
Hi, I am running Apache 2.0.52-32 on CentOS 4.5, with latest mod_fcgid from cvs. Apache is running in a chrooted environment via the Ensim web hosting control panel. I am using mod_fcgid with a rails application and dispatch.fcgi. This works. I am trying to use the following Apache directive Def

[Mod-fcgid-users] How can i avoid this: total process count 10 >= 10, skip the spawn request ?

2007-08-01 Thread [EMAIL PROTECTED]
Hello, I've switched recently from mod_fastcgi to mod_fcgid, and now I keep getting those errors. Is there any way to avoid this without increasing that process count value (which leads to an awffull lot of php-fcgi processes eating up RAM)? ---