
rbowen at apache
May 8, 2012, 1:28 PM
Post #1 of 1
(28 views)
Permalink
|
|
svn commit: r1335747 - /httpd/httpd/trunk/docs/manual/rewrite/access.html.en
|
|
Author: rbowen Date: Tue May 8 20:28:01 2012 New Revision: 1335747 URL: http://svn.apache.org/viewvc?rev=1335747&view=rev Log: Rebuild Modified: httpd/httpd/trunk/docs/manual/rewrite/access.html.en Modified: httpd/httpd/trunk/docs/manual/rewrite/access.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/access.html.en?rev=1335747&r1=1335746&r2=1335747&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/access.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/access.html.en Tue May 8 20:28:01 2012 @@ -170,9 +170,9 @@ SetEnvIf Referer example\.com localrefer particular source.</p> <pre class="prettyprint lang-config"> -RewriteCond %{HTTP_USER_AGENT} ^<strong>NameOfBadRobot</strong> -RewriteCond %{REMOTE_ADDR} =<strong>123\.45\.67\.[8-9]</strong> -RewriteRule ^<strong>/secret/files/</strong> - [<strong>F</strong>] +RewriteCond %{HTTP_USER_AGENT} ^NameOfBadRobot +RewriteCond %{REMOTE_ADDR} =123\.45\.67\.[8-9] +RewriteRule ^/secret/files/ - [F] </pre> </dd>
|