From: Rich Bowen Date: Fri, 21 Jan 2022 16:03:24 +0000 (+0000) Subject: Removes link to long-gone website. X-Git-Tag: 2.4.53-rc1-candidate~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878026d5dd166355b32ceae4c4bef2afc66f411b;p=thirdparty%2Fapache%2Fhttpd.git Removes link to long-gone website. Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=65651 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 266a2f6b45a..f9a265f27ff 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -191,14 +191,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 @@ -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