summaryrefslogtreecommitdiff
path: root/docs/manual/logs.xml
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-11-28 13:25:21 +0000
committerAndré Malo <nd@apache.org>2004-11-28 13:25:21 +0000
commitfd5a98d46475e095bd3f10051d90acaaaee50109 (patch)
tree3cfcb3170e53b98fd9234aebc384f3d1d6329344 /docs/manual/logs.xml
parent12585b43ab806d173911d0fb6897a37e81e186bb (diff)
downloadhttpd-fd5a98d46475e095bd3f10051d90acaaaee50109.tar.gz
use <program> for programs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/logs.xml')
-rw-r--r--docs/manual/logs.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml
index c24f74bb4b..bfc9e3b478 100644
--- a/docs/manual/logs.xml
+++ b/docs/manual/logs.xml
@@ -224,8 +224,7 @@
the hostname and log it in place of the IP address. However,
this configuration is not recommended since it can
significantly slow the server. Instead, it is best to use a
- log post-processor such as <a
- href="programs/logresolve.html">logresolve</a> to determine
+ log post-processor such as <program>logresolve</program> to determine
the hostnames. The IP address reported here is not
necessarily the address of the machine at which the user is
sitting. If a proxy server exists between the user and the
@@ -492,9 +491,8 @@
<p>One important use of piped logs is to allow log rotation
without having to restart the server. The Apache HTTP Server
- includes a simple program called <a
- href="programs/rotatelogs.html">rotatelogs</a> for this
- purpose. For example, to rotate the logs every 24 hours, you
+ includes a simple program called <program>rotatelogs</program>
+ for this purpose. For example, to rotate the logs every 24 hours, you
can use:</p>
<example>