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 pg...@apache.org on 2005/08/08 07:22:27 UTC

svn commit: r230753 - /perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod

Author: pgollucci
Date: Sun Aug  7 22:22:24 2005
New Revision: 230753

URL: http://svn.apache.org/viewcvs?rev=230753&view=rev
Log:
Add message stating that 
SetHandler modperl 
does not by default enable 
PerlOptions +GlobalRequest by default

mainly so you don't have to go looking elsewhere for it.


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod?rev=230753&r1=230752&r2=230753&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod Sun Aug  7 22:22:24 2005
@@ -383,6 +383,13 @@
       ...
   </Location>
 
+but is not enabled by default for sections configured as:
+
+  <Location ...>
+      SetHandler modperl
+      ....
+  </Location>
+
 And can be disabled with:
 
   <Location ...>



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