summaryrefslogtreecommitdiff
path: root/docs/manual/env.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-07-11 18:55:02 +0000
committerJoshua Slive <slive@apache.org>2002-07-11 18:55:02 +0000
commitf104c1bfd61b465af003894bcdab0337c45b85d8 (patch)
treed3aef3ce0c58e885a86a0cd2b7cc50556e275107 /docs/manual/env.html.en
parent97b87390dde02b55a3e8c264c6be627194920156 (diff)
downloadhttpd-f104c1bfd61b465af003894bcdab0337c45b85d8.tar.gz
Add missing argument in CustomLog example.
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
Diffstat (limited to 'docs/manual/env.html.en')
-rw-r--r--docs/manual/env.html.en2
1 files changed, 1 insertions, 1 deletions
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
</pre>
<h3>Prevent "Image Theft"</h3>