summaryrefslogtreecommitdiff
path: root/docs/manual/logs.html.en
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-05-27 14:53:45 +0000
committerTakashi Sato <takashi@apache.org>2008-05-27 14:53:45 +0000
commit600b208caeffcc1271c4df8d4509e0dfb7ac2ff4 (patch)
tree5092bf84c38aa434aab2403e42383cf96dcd729a /docs/manual/logs.html.en
parent8459c0a2e0c73cd5c80f1436bba94d2f7452d323 (diff)
downloadhttpd-600b208caeffcc1271c4df8d4509e0dfb7ac2ff4.tar.gz
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/logs.html.en')
-rw-r--r--docs/manual/logs.html.en14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en
index 93bede5aa7..a03b7f1195 100644
--- a/docs/manual/logs.html.en
+++ b/docs/manual/logs.html.en
@@ -152,7 +152,7 @@
directives to control access logging, including
mod_log_referer, mod_log_agent, and the
<code>TransferLog</code> directive. The <code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code> directive now subsumes
- the functionality of all the older directives.</p>
+ the functionality of all the older directives.</p>
<p>The format of the access log is highly configurable. The format
is specified using a format string that looks much like a C-style
@@ -184,10 +184,10 @@
"<code>\t</code>" for tab.</p>
<p>The <code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code>
- directive sets up a new log file using the defined
- <em>nickname</em>. The filename for the access log is relative to
- the <code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code> unless it
- begins with a slash.</p>
+ directive sets up a new log file using the defined
+ <em>nickname</em>. The filename for the access log is relative to
+ the <code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code> unless it
+ begins with a slash.</p>
<p>The above configuration will write log entries in a format
known as the Common Log Format (CLF). This standard format can
@@ -380,8 +380,8 @@
meets certain conditions. This is usually accomplished with
<code class="directive"><a href="./mod/mod_setenvif.html#setenvif">SetEnvIf</a></code>. Then the
<code>env=</code> clause of the <code class="directive"><a href="./mod/mod_log_config.html#customlog">CustomLog</a></code> directive is used to
- include or exclude requests where the environment variable is
- set. Some examples:</p>
+ include or exclude requests where the environment variable is
+ set. Some examples:</p>
<div class="example"><p><code>
# Mark requests from the loop-back interface<br />