From: Ruediger Pluem Date: Thu, 13 Oct 2005 18:49:44 +0000 (+0000) Subject: Merge r315051 from trunk: X-Git-Tag: 2.1.9~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b932e5d60ba30aafcc73cd631e1aa653dcaf981;p=thirdparty%2Fapache%2Fhttpd.git Merge r315051 from trunk: * Added further directives that are controlled via AllowOverride FileInfo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@320870 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4f10298cb78..e4d0d771d5e 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -393,7 +393,26 @@ be passed through module="core">SetInputFilter, SetOutputFilter, and mod_mime Add* and Remove* - directives, etc.). + directives, etc.), document meta data (Header, RequestHeader, SetEnvIf, SetEnvIfNoCase, BrowserMatch, CookieExpires, CookieDomain, CookieStyle, CookieTracking, CookieName), + mod_rewrite directives RewriteEngine, RewriteOptions, RewriteBase, RewriteCond, RewriteRule) and + Action from + mod_actions. +
Indexes