From f104c1bfd61b465af003894bcdab0337c45b85d8 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 11 Jul 2002 18:55:02 +0000 Subject: [PATCH] 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 --- docs/manual/env.html.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"

-- 2.50.1