oops.

On Wed, 29 Dec 1999, Stas Bekman wrote:

> Hi,
> 
> While documenting the 'restart twice on start' apache's behavior, I've
> tested $Apache::Server::ReStarting and $Apache::Server::Starting. 
> 
> <Perl> section is executed twice -- OK.
> startup.pl is executed once      -- OK.
> $Apache::Server::ReStarting never gets set! - I suppose it's a bug.
> 
> (I have tried Apache::Server::ReStarting and Apache::ServerReStarting
> which is the same... I've even tried Apache::Server::Restarting and
> Apache::ServerRestarting - I know they don't exist)
> 
> Meanwhile the only workaround is: 
> 
> ReStarting == true if Starting == false

see modperl-2.0/ToDo:
- $Apache::ServerStarting in <Perl>

I don't think the use $Apache::Server{Re}Starting should be promoted, they
will probably go away in 2.0

Reply via email to