You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ch...@locus.apache.org on 2000/06/15 10:13:41 UTC

cvs commit: modperl/Apache Apache.pm

cholet      00/06/15 01:13:37

  Modified:    Apache   Apache.pm
  Log:
  backing out $Apache::Server::ConfigTestOnly documentation
  
  Revision  Changes    Path
  1.51      +0 -17     modperl/Apache/Apache.pm
  
  Index: Apache.pm
  ===================================================================
  RCS file: /home/cvs/modperl/Apache/Apache.pm,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Apache.pm	2000/05/19 10:06:07	1.50
  +++ Apache.pm	2000/06/15 08:13:36	1.51
  @@ -1128,23 +1128,6 @@
   
   Set to true when the server is starting.
   
  -=item $Apache::Server::ConfigTestOnly
  -
  -Set to true when the server is running in configuration test mode
  -(C<httpd -t>).
  -
  -   <Perl>
  -    # don't continue if it's a config test!
  -    print("Skipping the <Perl> code!\n"),
  -    return if $Apache::Server::ConfigTestOnly;
  -   
  -    print "Running the <Perl> code!\n"
  -    # some code here
  -   
  -   </Perl>
  -
  -This variable is not available under Win32.
  -
   =back
   
   =head1 SEE ALSO