On Wed, May 26, 2010 at 9:24 AM, Chen Chien-Yu <honer...@gmail.com> 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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to