From: Ruediger Pluem Date: Wed, 12 Oct 2005 21:19:52 +0000 (+0000) Subject: * Added further directives that are controlled via AllowOverride FileInfo X-Git-Tag: 2.3.0~2880 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297e3ea7e0815ab77d5d78f8b8a72f2590deb682;p=thirdparty%2Fapache%2Fhttpd.git * Added further directives that are controlled via AllowOverride FileInfo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@315051 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 5306731d958..9202d978fc3 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