On Wed, May 26, 2010 at 9:24 AM, Chen Chien-Yu <[email protected]> wrote:
> Hi,
>
> I encountered a problem after upgrading Apache to 2.2.15.
> The client will be stuck and load infinitely via the HTTP protocol, but it
> worked correctly in 2.0.55 before I upgraded.

what OS?

you probably need to get a syscall trace (strace, truss, etc.) of the
child process handling the request up until the point of failure, and
also attach to the child with a debugger (gdb, dbx, etc.) and get a
backtrace

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to