This expands to logs/cgisock from the code. When I start Apache with mod_cgid and commenting the Scriptsock directive then I don't find the logs/cgisock file created. I was wondering if this file must be created even without the Scriptsock directive. If not how is the communication between httpd and mod_cgid happeining.

On 4/3/06, R, Rajesh (STSD) <[EMAIL PROTECTED]> wrote:
when commented it uses DEFAULT_SOCKET /cgisock
 

Rajesh R
--
This space intentionally left non-blank.

 


From: pradeep kumar [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2006 11:28 AM
To: dev@httpd.apache.org
Subject: Re: mod_cgid not able to handle large POST request

I don't have multiple instances of Apache. When I just use the standard httpd.conf with only this directive commeted out I get this error. There is no issue of multiple instances using the same Unix socket. How does the communication between the cgid deamon and httpd deamon happen when the Scriptsock directive is commented out.

On 3/31/06, Jeff Trawick <[EMAIL PROTECTED]> wrote:
On 3/31/06, pradeep kumar <[EMAIL PROTECTED] > wrote:
> One more detail. I get this error only on commenting out the Scriptsock
> directive. When I use this directive though I have no trouble in running the
> script.

Is there more than one Apache instance with same ServerRoot, such that
using the default ScriptSock results in multiple instances trying to
use the same Unix socket?  I assume you set Scriptsock to a
non-default value?


Reply via email to