On Thu, Nov 27, 2003 at 05:12:10PM -0800, Stas Bekman wrote:
> > So I need to hand run an httpd?  It's still going to switch to nobody,
> > won't it?  Or does it only do that if it daemonizes?  Ok, I guess I'll
> > go run one by hand on 8080 and talk to *it* and see if I can get it to
> > dump.
> 
> You need to start it in a single server mode, in which case it doesn't switch 
> to 'nobody'
> 
> cd /appl/apache/bin/ # or whereever your httpd is located
> ulimit  -c unlimited
> httpd -DONE_PROCESS -DNO_DETACH
> <run the request>
> gdb /appl/apache/bin/httpd core # notice that the core may be in form core.45487
> gdb> bt

Ah.  Wonderful.

Isn't it nice to have these emails to excerpt for the next update of
that web page?  :-)  I have to *shut down* the standard daemon version
too, so as not to get conflicts, or specify -c "Listen 80", presumably.

Cheers,
-- jra
-- 
Jay R. Ashworth                                                [EMAIL PROTECTED]
Member of the Technical Staff     Baylink                             RFC 2100
The Suncoast Freenet         The Things I Think
Tampa Bay, Florida        http://baylink.pitas.com             +1 727 647 1274

        Come see Linux Gazette in our new home: www.linuxgazette.net!

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to