Hi-

I've been using mod_perl for a few months now.

Our site just went into production, and now that
we're getting a bit of use out of it, we're
occasionally seeing people get pages with
improperly formatted HTML and sometimes
headers are showing up in the output, and
the rest of the page gets rendered as text,
not HTML.


Essentially, this is our configuration:

<Location /perl-bin>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Location>
PerlFreshRestart On
PerlModule Apache::DBI
PerlRequire /usr/local/apache/conf/startup.pl


The startup.pl has our most commonly used modules
preloaded...nothing too complicated.  

Can anyone suggest where to look to fix this?

(One thing i should mention is that we're getting
a lot of defunct httpd processes, b/c I think I have
bad forks/execs sprinkled in the code)
Jon 

Reply via email to