On Mon, 2004-04-05 at 17:45, Bram Whillock wrote: > I tried changing the PerlHandler to Apache::Registry and modified the > script so that it does: > my $r = shift; > $r->send_http_header("text/plain"); > $r->print("foo"); > return OK; > > Which works fine. But this isn't a good option considering I've got a > lot of code that I want to run under PerlRun.
That same script should run under PerlRun without problems. I notice that your versions of apache and mod_perl are pretty old. Maybe your CGI.pm is old too. You should at least update CGI.pm and consider updating mod_perl and apache too. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html