From: Rich Bowen
Of course, storing the information in the access log is only +
Storing the information in the access log is only the start of log management. The next step is to analyze this information to produce useful statistics. Log analysis in general is beyond the scope of this document, and not really - part of the job of the web server itself. For more information - about this topic, and for applications which perform log - analysis, check the - Open Directory. + part of the job of the web server itself.
Various versions of Apache httpd have used other modules and
@@ -476,7 +473,7 @@ LogFormat "%!200,304,302{Referer}i" refererlog
logged if the HTTP status code is 400 or 501. In other cases, a
literal "-" will be logged instead. Likewise, in the second
example, the Referer
will be logged if the HTTP
- status code is not 200, 204, or 302. (Note the
+ status code is not 200, 304, or 302. (Note the
"!" before the status codes.
Although we have just shown that conditional logging is very diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index a6a91985f8f..171b898d4e7 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -203,15 +203,11 @@ the contents of the logs. This section describes how to configure the server to record information in the access log.
-Of course, storing the information in the access log is only +
Storing the information in the access log is only the start of log management. The next step is to analyze this information to produce useful statistics. Log analysis in general is beyond the scope of this document, and not really - part of the job of the web server itself. For more information - about this topic, and for applications which perform log - analysis, check the - Open Directory. + part of the job of the web server itself.
Various versions of Apache httpd have used other modules and
@@ -509,7 +505,7 @@ LogFormat "%!200,304,302{Referer}i" refererlog
logged if the HTTP status code is 400 or 501. In other cases, a
literal "-" will be logged instead. Likewise, in the second
example, the Referer
will be logged if the HTTP
- status code is not 200, 204, or 302. (Note the
+ status code is not 200, 304, or 302. (Note the
"!" before the status codes.
Although we have just shown that conditional logging is very