Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-05 Thread Igor Cicimov
This is from one of my configurations, have a look and compare maybe you'll find something you are missing. AddHandler fcgid-script .fcgi .php #SocketPath /var/lib/apache2/fcgid/sock SocketPath /tmp/fcgid/sock # Communication timeout: Default value is 20 seconds #IPCCommTimeout 60 #Fc

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-05 Thread James
That make sense Jeff. Thanks! I have one issue I've noticed on my php application. When my PHP application is performing some backups, I got the error of the following. "Timed out while waiting for session lock. Wait for your current requests to finish and try again later." Internal Server Error

Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Allasso Travesser
Yeah, I would upgrade to 2.4 if I wasn’t so leary. Ubuntu does not yet have it yet in their official repositories as far as I can tell. I believe that I have found a PPA available but also heard that the old configuration will not work. I have a lot into this, and I don’t want to break anythi

Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Chris Geer
I mean that there is no mod_auth_form module for 2.2. I think you can find a precursor version from a different source that worked for 2.2 but I don't think you can get it from Apache. Maybe the 2.4 module would work but I've never tried it. I could be wrong but that's my understanding. This is th

Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Allasso Travesser
Does that mean it won’t work with 2.2? On Dec 5, 2013, at 4:51 PM, Chris Geer wrote: > I don't think mod_auth_form (and mod_session) was part of the 2.2 release. It > was added in the 2.4 (2.3) timeframe. > > Chris > > > On Thu, Dec 5, 2013 at 4:25 PM, Allasso Travesser > wrote: > Hello,

Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Chris Geer
I don't think mod_auth_form (and mod_session) was part of the 2.2 release. It was added in the 2.4 (2.3) timeframe. Chris On Thu, Dec 5, 2013 at 4:25 PM, Allasso Travesser wrote: > Hello, > > I am seeking help in adding mod_auth_form module to Apache 2.2 > installation on Ubuntu 10.04. Any hel

[users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Allasso Travesser
Hello, I am seeking help in adding mod_auth_form module to Apache 2.2 installation on Ubuntu 10.04. Any help would be appreciated. Ubuntu 10.04 does not have a package available that I can tell. I have nominal experience with building programs from source, but am willing to give it a try. A

Re: [users@httpd] Automatic OWA Form Based Authentication thru reverse proxy

2013-12-05 Thread Igor Cicimov
On 28/11/2013 9:48 PM, "iridium1191" wrote: > > Hi Apache users, > > I'm running Apache 2.2.22 on Ubuntu server 12.04 as a reverse proxy to some internal services, including Exchange/OWA 2003. I have setup a site login page where users authenticate before they can access these services. This works

Re: [users@httpd] Automatic OWA Form Based Authentication thru reverse proxy

2013-12-05 Thread Thomas Eckert
I've tried something simliar but didn't get it working. I would be interested in how your attempts on automatic-form-filling-in worked out - and if they did also in the "how" ;-) On Thu, Nov 28, 2013 at 11:48 AM, iridium1191 wrote: > Hi Apache users, > > I'm running Apache 2.2.22 on Ubuntu ser

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-05 Thread Jeff Trawick
On Thu, Dec 5, 2013 at 1:52 AM, James wrote: > Thanks Igor. > > Some said the reason of that error message "mod_fcgid: can't apply process > slot" is because it has hitting a global limit of FcgidMaxProcesses and a > per-script limit of FcgidMaxProcessesPerClass. With that explanation, I'm > cur