From 4bae81b9ae205ab239ee0029d46ced965910dc15 Mon Sep 17 00:00:00 2001 From: Chris Pepper Date: Sun, 23 Mar 2003 22:53:34 +0000 Subject: [PATCH] Typos: occurring & access_log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99047 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/logs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index 20dd00742f..cda18815c7 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -10,7 +10,7 @@

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 occuring. The Apache + 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 @@ -309,7 +309,7 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined
- CustomLog log/acces_log combined + CustomLog log/access_log combined

This format is exactly the same as the Common Log Format, -- 2.40.0