
lgentis at apache
Nov 5, 2009, 9:39 AM
Post #1 of 1
(50 views)
Permalink
|
|
svn commit: r833097 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml
|
|
Author: lgentis Date: Thu Nov 5 17:39:14 2009 New Revision: 833097 URL: http://svn.apache.org/viewvc?rev=833097&view=rev Log: Little typo. Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml?rev=833097&r1=833096&r2=833097&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml Thu Nov 5 17:39:14 2009 @@ -77,7 +77,7 @@ <em>after</em> 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 - <directive module="mod_rerite">RewriteRule</directive> directive, you should + <directive module="mod_rewrite">RewriteRule</directive> directive, you should instead set the environment variable with <directive module="mod_setenvif"> SetEnvIf</directive>.</p> </note>
|