Re: How to troubleshoot blank pages

2007-12-06 Thread Evan Chaney
I have set: SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader On On Dec 6, 2007, at 10:23 PM, Silent wrote: are you using "SetHandler modperl" in apache config file? if so, please try "SetHandler perl-script" 2007/12/7, Evan Chaney <[EMAIL PROTECTED]

Re: How to troubleshoot blank pages

2007-12-06 Thread Silent
are you using "SetHandler modperl" in apache config file? if so, please try "SetHandler perl-script" 2007/12/7, Evan Chaney <[EMAIL PROTECTED]>: > > Hello. > > I am using mod_perl for the first time. When I run my wiki software > without mod_perl enabled it loads fine. When I load it with mod_per

How to troubleshoot blank pages

2007-12-06 Thread Evan Chaney
Hello. I am using mod_perl for the first time. When I run my wiki software without mod_perl enabled it loads fine. When I load it with mod_perl I see blank white pages. There are no messages in the Apache or wiki logs indicating there was trouble. What is the best way to troubleshoot this