]> granicus.if.org Git - apache/commitdiff
Add missing argument in CustomLog example.
authorJoshua Slive <slive@apache.org>
Thu, 11 Jul 2002 18:55:02 +0000 (18:55 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 11 Jul 2002 18:55:02 +0000 (18:55 +0000)
Submitted by: Thomas =?iso-8859-1?q?Sj=F6gren?= <thomas@northernsecurity.net>
Reviewed by: Joshua Slive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96015 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.html.en

index f030a9df206268c3646fd504beccfb03d7ad81e4..6b0b273479052ef4829460fc9468e5b3786260d2 100644 (file)
@@ -319,7 +319,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0
     SetEnvIf Request_URI \.gif image-request
     SetEnvIf Request_URI \.jpg image-request
     SetEnvIf Request_URI \.png image-request
-    CustomLog logs/access_log env=!image-request
+    CustomLog logs/access_log common env=!image-request
 </pre>
 
     <h3>Prevent "Image Theft"</h3>