From 6c2219d1d754b1cba5c6d8de0406c0a677d1b524 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 21 Jan 2022 16:05:28 +0000 Subject: [PATCH] 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/trunk@1897300 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/logs.html.en.utf8 | 9 +++------ docs/manual/logs.html.fr.utf8 | 2 -- docs/manual/logs.xml | 10 +++------- docs/manual/logs.xml.meta | 2 +- 4 files changed, 7 insertions(+), 16 deletions(-) diff --git a/docs/manual/logs.html.en.utf8 b/docs/manual/logs.html.en.utf8 index 6b734c0739a..35a9c6fb531 100644 --- a/docs/manual/logs.html.en.utf8 +++ b/docs/manual/logs.html.en.utf8 @@ -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.html.fr.utf8 b/docs/manual/logs.html.fr.utf8 index d0ce200ec9a..bc1a509fe36 100644 --- a/docs/manual/logs.html.fr.utf8 +++ b/docs/manual/logs.html.fr.utf8 @@ -29,8 +29,6 @@  ko  |  tr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.

Pour véritablement gérer un serveur web, il est nécessaire de disposer d'un diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index a42e431cdd6..11be63478bd 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 diff --git a/docs/manual/logs.xml.meta b/docs/manual/logs.xml.meta index 9005f4528b0..666a35465eb 100644 --- a/docs/manual/logs.xml.meta +++ b/docs/manual/logs.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja ko tr -- 2.47.3