gozer 2004/09/14 10:47:35 Modified: src/docs/2.0/api/Apache Const.pod Log: Document the :overrides Apache::Const group Revision Changes Path 1.23 +20 -0 modperl-docs/src/docs/2.0/api/Apache/Const.pod Index: Const.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Const.pod,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- Const.pod 14 Sep 2004 17:36:42 -0000 1.22 +++ Const.pod 14 Sep 2004 17:47:35 -0000 1.23 @@ -2181,6 +2181,8 @@ =head3 C<Apache::ACCESS_CONF> +F<*.conf> inside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> + =over =item since: 1.99_12 @@ -2193,6 +2195,8 @@ =head3 C<Apache::OR_ALL> +(OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES) + =over =item since: 1.99_12 @@ -2205,6 +2209,8 @@ =head3 C<Apache::OR_AUTHCFG> +F<*.conf> inside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> and F<.htaccess> when AllowOverride AuthConfig + =over =item since: 1.99_12 @@ -2217,6 +2223,8 @@ =head3 C<Apache::OR_FILEINFO> +F<*.conf> anywhere and F<.htaccess> when AllowOverride FileInfo + =over =item since: 1.99_12 @@ -2229,6 +2237,8 @@ =head3 C<Apache::OR_INDEXES> +F<*.conf> anywhere and F<.htaccess> when AllowOverride Indexes + =over =item since: 1.99_12 @@ -2241,6 +2251,8 @@ =head3 C<Apache::OR_LIMIT> +F<*.conf> inside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> and F<.htaccess> when AllowOverride Limit + =over =item since: 1.99_12 @@ -2253,6 +2265,8 @@ =head3 C<Apache::OR_NONE> +F<*.conf> is not available anywhere in this override + =over =item since: 1.99_12 @@ -2265,6 +2279,8 @@ =head3 C<Apache::OR_OPTIONS> +F<*.conf> anywhere and F<.htaccess> when AllowOverride Options + =over =item since: 1.99_12 @@ -2277,6 +2293,8 @@ =head3 C<Apache::OR_UNSET> +Unset a directive (in Allow) + =over =item since: 1.99_12 @@ -2288,6 +2306,8 @@ =head3 C<Apache::RSRC_CONF> + +F<*.conf> outside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> =over
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]