<dl>
<dt>Check the errorlog!</dt>
<dd>Apache tries to be helpful when it encounters a problem. In many
- cases, it will provide some details by writing one or messages to the
+ cases, it will provide some details by writing one or more messages to the
server error log. Sometimes this is enough for you to diagnose & fix
the problem yourself (such as file permissions or the like). The default
location of the error log is
<dl>
<dt>Check the errorlog!</dt>
<dd>Apache tries to be helpful when it encounters a problem. In many
- cases, it will provide some details by writing one or messages to the
+ cases, it will provide some details by writing one or more messages to the
server error log. Sometimes this is enough for you to diagnose & fix
the problem yourself (such as file permissions or the like). The default
location of the error log is
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE faq SYSTEM "../style/faq.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 1.4 -->
+<!-- English Revision: 1.5 -->
<!--
Copyright 2004 The Apache Software Foundation
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="formats" id="formats">Forensic Log Format</a></h2>
- <p>Each request is logged two times. The first time <em>before</em> it's
+ <p>Each request is logged two times. The first time is <em>before</em> it's
processed further (that is, after receiving the headers). The second log
entry is written <em>after</em> the request processing at the same time
where normal logging occurs.</p>
Firefox/0.8|Accept:image/png, <var>etc...</var>
</code></p></div>
- <p>The plus character at the beginning indicates that this is first log
+ <p>The plus character at the beginning indicates that this is the first log
line of this request. The second line just contains a minus character and
the ID again:</p>