in reply to Debugging when using Apache-request;

Also, you may have problems if you have mod_perl and PHP compiled into the same Apache binary, in particular when loading XS modules; which is documented somewhere deep in the mod_perl docs.

My advice is to use FastCGI, takes the Perl out of the web server and makes debugging easier too.

  • Comment on Re: Debugging when using Apache-request;