You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/02/23 01:52:26 UTC

svn commit: r154919 - perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod

Author: stas
Date: Tue Feb 22 16:52:24 2005
New Revision: 154919

URL: http://svn.apache.org/viewcvs?view=rev&rev=154919
Log:
dealing with restarts

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod?view=diff&r1=154918&r2=154919
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/server.pod Tue Feb 22 16:52:24 2005
@@ -648,8 +648,10 @@
 
 =head2 Dealing with Restarts
 
-META: to be written, talk about Apache::ServerUtil::restart_count();
-see t/conf/post_config_startup.pl
+Ideally the code running at the server startup shouldn't be affected
+by L<the apache restart|/Start_Immediately_Restarts>. If however this
+is not the case, you can use
+C<L<Apache::ServerUtil::restart_count|docs::2.0::api::Apache::ServerUtil/C_restart_count_>>.
 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org