From: Lucien Gentis Date: Thu, 5 Nov 2009 17:39:14 +0000 (+0000) Subject: Little typo. X-Git-Tag: 2.2.15~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e1814a18358271fa6caaa8a641939b2b59a7080;p=thirdparty%2Fapache%2Fhttpd.git Little typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@833097 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_env.xml b/docs/manual/mod/mod_env.xml index e7937674c0e..f845063f0ee 100644 --- a/docs/manual/mod/mod_env.xml +++ b/docs/manual/mod/mod_env.xml @@ -77,7 +77,7 @@ SSI pages after most early request processing directives are run, such as access control and URI-to-filename mapping. If the environment variable you're setting is meant as input into this early phase of processing such as the - RewriteRule directive, you should + RewriteRule directive, you should instead set the environment variable with SetEnvIf.