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 2003/07/08 08:53:13 UTC

cvs commit: modperl-docs/src/docs/2.0/user/handlers server.pod

stas        2003/07/07 23:53:13

  Modified:    src/docs/2.0/user/handlers server.pod
  Log:
  fix the copy-n-paste errors
  
  Revision  Changes    Path
  1.8       +3 -4      modperl-docs/src/docs/2.0/user/handlers/server.pod
  
  Index: server.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/server.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- server.pod	6 Jun 2003 09:24:46 -0000	1.7
  +++ server.pod	8 Jul 2003 06:53:12 -0000	1.8
  @@ -250,7 +250,7 @@
   As you've seen in the example this handler is configured by adding to
   I<httpd.conf>:
   
  -  PerlOpenLogsHandler MyApache::StartupLog::post_config
  +  PerlPostConfigHandler MyApache::StartupLog::post_config
   
   
   =head2 PerlChildInitHandler
  @@ -286,8 +286,7 @@
   As you've seen in the example this handler is configured by adding to
   I<httpd.conf>:
   
  -  PerlOpenLogsHandler MyApache::StartupLog::child_init
  -
  +  PerlChildInitHandler  MyApache::StartupLog::child_init
   
   =head2 PerlChildExitHandler
   
  @@ -318,7 +317,7 @@
   As you've seen in the example this handler is configured by adding to
   I<httpd.conf>:
   
  -  PerlOpenLogsHandler MyApache::StartupLog::child_exit
  +  PerlChildExitHandler  MyApache::StartupLog::child_exit
   
   
   =head1 Maintainers
  
  
  

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