John Wittkoski wrote:
Another note, just FYI:

To trigger the interpreter to load, putting this in httpd.conf (or in an included file) doesn't work:

<Perl>
</Perl>

But this does:

<Perl>
# foo
</Perl>

Obviously something wants a non-null data in the Perl section before firing off the interpreter.

Yup thanks, that has been documented already:


http://perl.apache.org/docs/2.0/user/porting/compat.html#Server_Startup

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
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



Reply via email to