in reply to mod_perl, threads, and blank pages

Does it take a long time to get the blank page (i.e. something timing out) or does it happen immediately? It sounds like you need to do more tracing to figure out where it's getting stuck. PerlTrace might help, or adding more warns (possibly inside ModPerl::Registry if nothing in your script is getting called), or running the debugger.

Replies are listed 'Best First'.
Re^2: mod_perl, threads, and blank pages
by richard5mith (Beadle) on May 08, 2006 at 18:50 UTC

    It happens immediately. And the access_log shows the item immediately, it just doesn't appear to have run anything.

    One thing I forgot to mention, was that under Apache2, there is an occassional message in the error_log about load.pm not being able to find index.pl (the script the .phtml URL's get pushed through) at line 256.

    Could not find file for 'Apache::ROOTwww_2ethesite_2eco_2euk::index_2epl' at /usr/local/share/perl/5.8.7/load.pm line 256.