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/02/17 10:43:21 UTC

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

stas        2003/02/17 01:43:21

  Modified:    src/docs/2.0/api/Apache Reload.pod
               src/docs/2.0/user/handlers protocols.pod
  Log:
  document: PerlPreConnectionHandler Apache::Reload
  
  Revision  Changes    Path
  1.2       +14 -2     modperl-docs/src/docs/2.0/api/Apache/Reload.pod
  
  Index: Reload.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Reload.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Reload.pod	27 Jan 2003 04:05:12 -0000	1.1
  +++ Reload.pod	17 Feb 2003 09:43:21 -0000	1.2
  @@ -9,6 +9,9 @@
     PerlModule Apache::Reload
     PerlInitHandler Apache::Reload
   
  +  # when working with protocols and connection filters
  +  # PerlPreConnectionHandler Apache::Reload
  +
     # Reload groups of modules:
     # httpd.conf:
     PerlModule Apache::Reload
  @@ -57,11 +60,20 @@
   
   =head2 Monitor All Modules in C<%INC>
   
  -To monitor and reload all modules in C<%INC>, simply add the following
  -configuration to your I<httpd.conf>:
  +To monitor and reload all modules in C<%INC> at the beginning of
  +request's processing, simply add the following configuration to your
  +I<httpd.conf>:
   
     PerlModule Apache::Reload
     PerlInitHandler Apache::Reload
  +
  +When working with connection filters and protocol modules
  +C<Apache::Reload> should be invoked in the pre_connection stage:
  +
  +  PerlPreConnectionHandler Apache::Reload
  +
  +See also the discussion on
  +C<L<PerlPreConnectionHandler|docs::2.0::user::handlers::protocols/PerlPreConnectionHandler>>.
   
   =head2 Register Modules Implicitly
   
  
  
  
  1.4       +0 -3      modperl-docs/src/docs/2.0/user/handlers/protocols.pod
  
  Index: protocols.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/protocols.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- protocols.pod	12 Nov 2002 17:04:37 -0000	1.3
  +++ protocols.pod	17 Feb 2003 09:43:21 -0000	1.4
  @@ -73,9 +73,6 @@
   C<L<SRV|docs::2.0::user::config::config/item_SRV>>, because it's not
   known yet which resource the request will be mapped to.
   
  -XXX: As of this moment C<PerlPreConnectionHandler> is not being
  -executed by mod_perl. Stay tuned.
  -
   Example:
   
   A I<pre_connection> handler accepts connection record and socket
  
  
  

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