[EMAIL PROTECTED] wrote:
Author: stas
Date: Thu Dec  9 19:09:28 2004
New Revision: 111461

URL: http://svn.apache.org/viewcvs?view=rev&rev=111461
Log:
move the code that doesn't have to be run at startup phase to the post_config phase (have those in a separate file post_config_startup.pl which is require()'d by a registered post_config callback

I see more bizarre problems with trying to load things from post_config, e.g.

    Apache::Status->menu_item(rlimit => "Resource Limits",
            \&status_rlimit)
          if Apache::Module::loaded("Apache::Status");

is called, when Apache::Resource is loaded, but it never shows up in the Apache::Status menu. So the resource test fails.

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