From: Joshua Slive Date: Thu, 11 Jul 2002 18:55:02 +0000 (+0000) Subject: Add missing argument in CustomLog example. X-Git-Tag: 2.0.40~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f104c1bfd61b465af003894bcdab0337c45b85d8;p=apache Add missing argument in CustomLog example. Submitted by: Thomas =?iso-8859-1?q?Sj=F6gren?= Reviewed by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96015 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index f030a9df20..6b0b273479 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -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

Prevent "Image Theft"