> make sure no server is running on port 80 or use an alternate config with
> an alternate port if you are on a production server.
> cd /usr/local/apache/bin  # where ever your binary is
> gdb httpd
> set args -X -f /path/to/alternate/serverconfig_ifneeded.conf
> run
> 
> it should blow up!
> then,
> bt
> 
> this will show you a backtrace of what was happening when it blew up.
> post that to the list and we may be able to come up with some better
> guesses as to the problem.  make sure to include versions of apache,
> mod perl and perl.
> 
> hope this helps,
> 
> cliff rayman
> genwax.com
> 
> p.s. stas - I thought I learned this procedure from the guide - now I cannot
> find it.  could be that I am tired.

In debug chapter.

I'm working on reorganizing the whole thing, to make things easier to
find.


_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to