gozer       2004/03/17 15:44:07

  Modified:    src/docs/2.0/api/Apache PerlSections.pod
  Log:
  Minimally document @PerlConfig and $PerlConfig in <Perl> sections
  
  Revision  Changes    Path
  1.10      +13 -0     modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod
  
  Index: PerlSections.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- PerlSections.pod  29 Feb 2004 08:54:59 -0000      1.9
  +++ PerlSections.pod  17 Mar 2004 23:44:07 -0000      1.10
  @@ -110,6 +110,19 @@
   
   
   
  + 
  +=head1 @PerlConfig and $PerlConfig
  +
  +This array and scalar can be used to introduce litteral configuration
  +into the apache configuration. For example:
  +
  +  push @PerlConfig, 'Alias /foo /bar';
  +
  +Or:
  +  $PerlConfig .= "Alias /foo /bar\n";
  +  
  +See also 
C<L<$r-E<gt>add_config|docs::2.0::api::Apache::RequestUtil/C_add_config_>>
  +
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to