I've noticed that the move from Apache::Server to Apache::ServerRec and ServerUtil is not complete. There are still references to Apache::Server in the code and docs. I'll take care of the other places, but there is $Apache::Server::SaveConfig:

./lib/Apache/PerlSections.pm:sub save { return $Apache::Server::SaveConfig }
./lib/Apache/Status.pm:if ($Apache::Server::SaveConfig) {
./t/conf/extra.last.conf:$Apache::Server::SaveConfig = 1;
./t/conf/extra.last.conf:$Apache::Server::SaveConfig = 1;
./t/conf/extra.last.conf.in:$Apache::Server::SaveConfig = 1;
./t/conf/extra.last.conf.in:$Apache::Server::SaveConfig = 1;
./src/modules/perl/modperl_cmd.c: get_sv("Apache::Server::SaveConfig", FALSE)
./docs/api/Apache/PerlSections.pod:=head2 C<$Apache::Server::SaveConfig>
./docs/api/Apache/PerlSections.pod:apache. To do that, use Apache::Server-E<gt>add_config("directive"),
./docs/user/intro/overview.pod:C<$Apache::Server::SaveConfig> variable can be set to save


It should probably be $Apache::ServerRec::SaveConfig? Or else?


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to