in reply to Re: mod_perl with Apache::Registry with CGI.pm design considerations
in thread mod_perl with Apache::Registry with CGI.pm design considerations
In httpd.conf, I use:use strict; use warnings; use diagnostics; ...
I've been running the script under -T -d also, at the shell, looking for culprets. I've managed to cut it down into a smaller subset of functions, no graphics, no CGI.pm-driven HTML, and the problem went away. Now I have to start adding bits to see when it occurs again.PerlTaintCheck On PerlModule Apache::DBI PerlModule Apache::StatINC ... <Files ~ "\.pl$"> SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader On Options ExecCGI </Files>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: mod_perl with Apache::Registry with CGI.pm design considerations
by Anonymous Monk on Nov 13, 2002 at 14:11 UTC |