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 2005/05/23 20:27:20 UTC

svn commit: r177995 - in /perl/modperl/docs/trunk/src/docs/2.0: api/Apache2/Const.pod user/config/custom.pod

Author: stas
Date: Mon May 23 11:27:19 2005
New Revision: 177995

URL: http://svn.apache.org/viewcvs?rev=177995&view=rev
Log:
fix Apache2::Const::EXEC_ON_READ docs

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Const.pod
    perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Const.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Const.pod?rev=177995&r1=177994&r2=177995&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Const.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Const.pod Mon May 23 11:27:19 2005
@@ -2219,6 +2219,17 @@
 =back
 
 
+=head3 C<Apache2::Const::EXEC_ON_READ>
+
+Force directive to execute a command which would modify the
+configuration (like including another file, or C<IFModule>)
+
+=over
+
+=item since: 2.0.00
+
+=back
+
 
 
 
@@ -2349,6 +2360,9 @@
 =item since: 2.0.00
 
 =back
+
+
+
 
 
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod?rev=177995&r1=177994&r2=177995&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod Mon May 23 11:27:19 2005
@@ -390,7 +390,7 @@
 also C<E<lt>FilesMatchE<gt>> and kin).  The directive is not allowed
 in I<.htaccess> files.
 
-=head3 C<Apache2::OR_EXEC_ON_READ>
+=head3 C<Apache2::Const::EXEC_ON_READ>
 
 Force directive to execute a command which would modify the
 configuration (like including another file, or C<IFModule>).
@@ -402,7 +402,7 @@
 extra configuration) or because they tell Apache about new directives
 (e.g., C<IfModule> or C<PerlLoadModule>, may load a module, which
 installs handlers for new directives). These directives must have the
-C<Apache2::OR_EXEC_ON_READ> turned on.
+C<Apache2::Const::EXEC_ON_READ> turned on.
 
 =head3 C<Apache2::Const::OR_ALL>
 
@@ -666,9 +666,9 @@
 
 If this mode is used to implement a custom "container" directive, the
 attribute I<L<req_override|/C_req_override_>> needs to OR
-C<L<Apache2::OR_EXEC_ON_READ|/C_Apache2__OR_EXEC_ON_READ_>>. e.g.:
+C<L<Apache2::Const::EXEC_ON_READ|/C_Apache2__Const__EXEC_ON_READ_>>. e.g.:
 
-  req_override => Apache2::Const::OR_ALL | Apache2::OR_EXEC_ON_READ,
+  req_override => Apache2::Const::OR_ALL | Apache2::Const::EXEC_ON_READ,
 
 META: complete the details, which are new to 2.0.
 



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