In the 1.0 documentation there is a section on ways to confirm the version of mod_perl being run: checking the error_log, viewing /perl-status, telnetting in and getting the environmental variables with a script.
However, I can't find any corresponding section in the 2.0 documentation.
most of the 1.0 docs need to be ported to 2.0. In this particular case it's exactly the same as mp1.0. You are more than welcome to send patches to accomplish that porting, Greg. Please read:
http://perl.apache.org/contribute/index.html
Anyway, I am now being forced to wonder again if my httpd configuration is not good after trying out Test-Apache in my build directory. The signature there is:
[Sun Oct 03 08:25:54 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_16 Perl/v5.8.3 world domination series/2.0 configured -- resuming normal operations
This is different than the public signature of httpd installed in /usr/local/httpd. Is this signature with the mod_perl information only for private testing?
Right, this is due to to test of the $s->add_version_component() method:
modperl-2.0/t/conf/modperl_extra.pl: $s->add_version_component("world domination series/2.0");
In other words you can add more things into the server signature, should you want to.
-- __________________________________________________________________ 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