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 2004/07/22 07:37:51 UTC

cvs commit: modperl-docs/src/docs/2.0/api/Apache Response.pod ServerRec.pod ServerUtil.pod

stas        2004/07/21 22:37:51

  Modified:    src/docs/2.0/api/Apache Response.pod ServerRec.pod
                        ServerUtil.pod
  Log:
  API tweaks
  
  Revision  Changes    Path
  1.6       +2 -2      modperl-docs/src/docs/2.0/api/Apache/Response.pod
  
  Index: Response.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Response.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- Response.pod	19 Jul 2004 00:04:24 -0000	1.5
  +++ Response.pod	22 Jul 2004 05:37:51 -0000	1.6
  @@ -322,8 +322,6 @@
   
   =head2 C<set_content_length>
   
  -META: Autogenerated - needs to be reviewed/completed
  -
   Set the content length for this request.
   
     $r->set_content_length($length);
  @@ -344,6 +342,8 @@
   =item since: 1.99_10
   
   =back
  +
  +
   
   
   
  
  
  
  1.3       +1 -1      modperl-docs/src/docs/2.0/api/Apache/ServerRec.pod
  
  Index: ServerRec.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/ServerRec.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- ServerRec.pod	12 Jul 2004 23:13:22 -0000	1.2
  +++ ServerRec.pod	22 Jul 2004 05:37:51 -0000	1.3
  @@ -641,7 +641,7 @@
   Note that under threaded MPMs, some of the read/write accessors, will
   be able to set values only before threads are spawned (i.e. before the
   C<L<ChildInit
  -phase|docs::2.0::user::handlers::server/PerlChildInitHandler>>).
  +phase|docs::2.0::user::handlers::server/C_PerlChildInitHandler_>>).
   Therefore if you are developing your application on the non-threaded
   MPM, but planning to have it run under threaded mpm, you should not
   use those methods to set values after the ChildInit phase.
  
  
  
  1.27      +2 -2      modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod
  
  Index: ServerUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -u -r1.26 -r1.27
  --- ServerUtil.pod	16 Jul 2004 01:41:00 -0000	1.26
  +++ ServerUtil.pod	22 Jul 2004 05:37:51 -0000	1.27
  @@ -140,7 +140,7 @@
   servers choose to fully or partially conceal that header.
   
   This method should be invoked in the
  -C<L<PerlPostConfigHandler|docs::2.0::user::handlers::server/PerlPostConfigHandler>>
  +C<L<PerlPostConfigHandler|docs::2.0::user::handlers::server/C_PerlPostConfigHandler_>>
   phase, which will ensure that the Apache core version number will
   appear first.
   
  @@ -160,7 +160,7 @@
     }
   
   or of course you could register the
  -C<L<PerlPostConfigHandler|docs::2.0::user::handlers::server/PerlPostConfigHandler>>
  +C<L<PerlPostConfigHandler|docs::2.0::user::handlers::server/C_PerlPostConfigHandler_>>
   handler directly in F<httpd.conf>
   
   Now when the server starts, you will something like:
  
  
  

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