
lgentis at apache
Nov 5, 2009, 9:29 AM
Post #1 of 1
(61 views)
Permalink
|
|
svn commit: r833090 - /httpd/httpd/trunk/docs/manual/mod/mod_env.xml
|
|
Author: lgentis Date: Thu Nov 5 17:29:31 2009 New Revision: 833090 URL: http://svn.apache.org/viewvc?rev=833090&view=rev Log: Little typo. Modified: httpd/httpd/trunk/docs/manual/mod/mod_env.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_env.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_env.xml?rev=833090&r1=833089&r2=833090&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_env.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_env.xml Thu Nov 5 17:29:31 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>
|