From b18715bb8bfea453164c9980754f3d09229c1c8b Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 11 Jul 2015 04:39:42 +0000 Subject: [PATCH] Fix doc as spotted by Matthew in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690343 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/getting-started.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/getting-started.xml b/docs/manual/getting-started.xml index 9f03d79ec2..d9a99dcd34 100644 --- a/docs/manual/getting-started.xml +++ b/docs/manual/getting-started.xml @@ -197,7 +197,7 @@ problem without the error log is like driving with your eyes closed.

module="core">ErrorLog directive, which may be set globally, or per virtual host. Entries in the error log tell you what went wrong, and when. They often also tell you how to fix it. Each error log message -contains a error code, which you can search for online for even more +contains an error code, which you can search for online for even more detailed descriptions of how to address the problem. You can also configure your error log to contain a log ID which you can then correlate to an access log entry, so that you can determine what request -- 2.50.1