summaryrefslogtreecommitdiffstats
path: root/docs/manual/logs.html.en
diff options
context:
space:
mode:
authorIgor Galić <igalic@apache.org>2010-04-23 17:04:17 +0200
committerIgor Galić <igalic@apache.org>2010-04-23 17:04:17 +0200
commit138805ae77e32c817137d1596110929b511b6327 (patch)
tree4a017b46ba97929da5c8263a966a54e73dc8a64b /docs/manual/logs.html.en
parentUbuntu build notes (diff)
downloadapache2-138805ae77e32c817137d1596110929b511b6327.tar.xz
apache2-138805ae77e32c817137d1596110929b511b6327.zip
Fixing up mod_lua with context and overrides
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/logs.html.en')
-rw-r--r--docs/manual/logs.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en
index 524440a091..6903d25e1b 100644
--- a/docs/manual/logs.html.en
+++ b/docs/manual/logs.html.en
@@ -434,7 +434,7 @@
<div class="example"><p><code>
SetEnv CACHE_MISS 1<br />
- LogFormat "%h %l %u %t "%r " %&gt;s %b %{CACHE_MISS}e" common-cache<br />
+ LogFormat "%h %l %u %t "%r " %&gt;s %b %{CACHE_MISS}e" common-cache<br />
CustomLog logs/access_log common-cache
</code></p></div>