Re: mod_cgid, unix socket, ScriptSock directive

2004-11-23 Thread Bill Stoddard
Jeff Trawick wrote: On Sat, 20 Nov 2004 12:11:34 -0500, Jeff Trawick [EMAIL PROTECTED] wrote: The ScriptSock directive must be used when there are two instances of the server with same ServerRoot. If it is omitted, symptoms may include . wrong credentials for CGIs . CGIs stop working for one

Re: mod_cgid, unix socket, ScriptSock directive

2004-11-23 Thread Jeff Trawick
On Tue, 23 Nov 2004 12:18:11 -0500, Bill Stoddard [EMAIL PROTECTED] wrote: Jeff Trawick wrote: On Sat, 20 Nov 2004 12:11:34 -0500, Jeff Trawick [EMAIL PROTECTED] wrote: The ScriptSock directive must be used when there are two instances of the server with same ServerRoot. If it is

Re: mod_cgid, unix socket, ScriptSock directive

2004-11-22 Thread Jeff Trawick
On Sat, 20 Nov 2004 12:11:34 -0500, Jeff Trawick [EMAIL PROTECTED] wrote: The ScriptSock directive must be used when there are two instances of the server with same ServerRoot. If it is omitted, symptoms may include . wrong credentials for CGIs . CGIs stop working for one server when other

Re: mod_cgid, unix socket, ScriptSock directive

2004-11-22 Thread André Malo
* Jeff Trawick [EMAIL PROTECTED] wrote: code to check for the misconfiguration is small and is expected to be fool-proof (independent of what the user does); also, no way the change can result in stale unix sockets left around, unlike sticking the pid in the filename see patch in

mod_cgid, unix socket, ScriptSock directive

2004-11-20 Thread Jeff Trawick
The ScriptSock directive must be used when there are two instances of the server with same ServerRoot. If it is omitted, symptoms may include . wrong credentials for CGIs . CGIs stop working for one server when other server is terminated It should be easy to avoid this configuration requirement