I know you didn't ask about this specifically, but make sure you recompile
Perl with the options suggested under mod_perl_traps.
Why?
Lots of reasons, here's just a couple:
Redhat's 6.0 binary of 5.00503 leaves d_sfio undefined-
If you use CGI.pm or make use of a couple other popular modules, your scripts
will break without setting the proper sfio option.
RedHat's precompiled version of Perl 5.00503 is i386. If you're getting into
mod_perl, performance is obviously an issue here, so why not take the time to
squeeze out more oomph and optimize for i686 instead?
(see perl -V and perldoc mod_perl_traps.pod)
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.