mod_cgi, fork, and threaded MPMs

2006-01-14 Thread Paul Querna
Last week bloglines.com upgraded from 2.0.x to 2.2.x. At the same time, I switched us from mod_cgid to mod_cgi. mod_cgid has some problems if its path to the cgisock changes at any time, it really needs to call realpath() on the cgisock path, to avoid issues with how we distribute releases.

Re: mod_cgi, fork, and threaded MPMs

2006-01-14 Thread Jeff Trawick
On 1/14/06, Paul Querna [EMAIL PROTECTED] wrote: Last week bloglines.com upgraded from 2.0.x to 2.2.x. At the same time, I switched us from mod_cgid to mod_cgi. mod_cgid has some problems if its path to the cgisock changes at any time, it really needs to call realpath() on the cgisock path,