You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2010/05/27 18:27:57 UTC

Re: [users@httpd] HTTP doesn't work after upgrading from 2.0.55 to 2.2.15

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


Re: [users@httpd] HTTP doesn't work after upgrading from 2.0.55 to 2.2.15

Posted by Chen Chien-Yu <ho...@gmail.com>.
Hi Jeff,

Thanks for your reply.
My OS is Linux with kernel 2.6.x.
Actually, as your suggest, I've been tracing the Apache source code for a
couple of days.
I'm new to the Apache, seems that something wrong between GNU CGI and
mod_cgi, not sure. But I might give up the upgrading due to the limited
time.

Thanks.

Best regards,
honercek

On Fri, May 28, 2010 at 12:27 AM, Jeff Trawick <tr...@gmail.com> wrote:

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