On Fri, December 15, 2006 10:59 am, Joshua Slive wrote: > On 12/15/06, Kevin Jones <kevwjones@xxxxxxxxx> wrote: >> I used the server-status handler with extended status to see what >> was happening. I have also reduced the KeepAliveTimeout to 4 >> seconds. I placed session_write_close() within my scripts. >> >> Currently all 256 requests (that is MaxClients) are being processed. >> Every single one of them is stuck on "Sending Reply". > > Ok. So my guess about KeepAlive was wrong. Your problem is that the > php scripts are blocking on something or other. Could still be the > session file, or could be something else. You'd probably have better > luck asking on a php list, since the problem has nothing directly to > do with apache. As a super-quick stupid hack, try adding: <?php exit; ?> to the end of the PHP scripts, if you can... Again, more in the realm of Voodoo than debugging, but easy to test, and may get you through until you can really fix the true problem. Check settings in php.ini for ignore_user_abort and session time out settings. Do post to php-general, and be specific about your versions of everything. I seem to recall an issue with the session-writer and how it serialized data in PHP, but it was very version-specific. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx