summaryrefslogtreecommitdiff
path: root/docs/manual/logs.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-03-24 13:11:51 +0000
committerRich Bowen <rbowen@apache.org>2010-03-24 13:11:51 +0000
commita85a7ee5ea22f5b381f90c7a37750f8245e58ea8 (patch)
tree6764addff51e16d890fe66b2a501d9bb42bfa586 /docs/manual/logs.xml
parentdff71ed5064b80a0f76431d77d0c1749056f77e3 (diff)
downloadhttpd-a85a7ee5ea22f5b381f90c7a37750f8245e58ea8.tar.gz
'Apache' -> 'Apache HTTP Server' etc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/logs.xml')
-rw-r--r--docs/manual/logs.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml
index 591baa9773..d159d396f0 100644
--- a/docs/manual/logs.xml
+++ b/docs/manual/logs.xml
@@ -27,8 +27,8 @@
<summary>
<p>In order to effectively manage a web server, it is necessary
to get feedback about the activity and performance of the
- server as well as any problems that may be occurring. The Apache
- HTTP Server provides very comprehensive and flexible logging
+ server as well as any problems that may be occurring. The Apache HTTP Server
+ provides very comprehensive and flexible logging
capabilities. This document describes how to configure its
logging capabilities, and how to understand what the logs
contain.</p>
@@ -37,7 +37,7 @@
<section id="security">
<title>Security Warning</title>
- <p>Anyone who can write to the directory where Apache is
+ <p>Anyone who can write to the directory where Apache httpd is
writing a log file can almost certainly gain access to the uid
that the server is started as, which is normally root. Do
<em>NOT</em> give people write access to the directory the logs
@@ -441,7 +441,7 @@
log file typically grows 1 MB or more per 10,000 requests. It
will consequently be necessary to periodically rotate the log
files by moving or deleting the existing logs. This cannot be
- done while the server is running, because Apache will continue
+ done while the server is running, because Apache httpd will continue
writing to the old log file as long as it holds the file open.
Instead, the server must be <a
href="stopping.html">restarted</a> after the log files are
@@ -480,7 +480,7 @@
In order to write logs to a pipe, simply replace the filename
with the pipe character "<code>|</code>", followed by the name
of the executable which should accept log entries on its
- standard input. Apache will start the piped-log process when
+ standard input. The server will start the piped-log process when
the server starts, and will restart it if it crashes while the
server is running. (This last feature is why we can refer to
this technique as "reliable piped logging".)</p>