diff options
author | Igor Galić <igalic@apache.org> | 2010-04-23 17:04:17 +0200 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2010-04-23 17:04:17 +0200 |
commit | 138805ae77e32c817137d1596110929b511b6327 (patch) | |
tree | 4a017b46ba97929da5c8263a966a54e73dc8a64b /docs/manual/logs.html.en | |
parent | Ubuntu build notes (diff) | |
download | apache2-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.en | 2 |
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 " %>s %b %{CACHE_MISS}e" common-cache<br /> + LogFormat "%h %l %u %t "%r " %>s %b %{CACHE_MISS}e" common-cache<br /> CustomLog logs/access_log common-cache </code></p></div> |