]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removes link to long-gone website.
authorRich Bowen <rbowen@apache.org>
Fri, 21 Jan 2022 16:05:28 +0000 (16:05 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 21 Jan 2022 16:05:28 +0000 (16:05 +0000)
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
docs/manual/logs.html.fr.utf8
docs/manual/logs.xml
docs/manual/logs.xml.meta

index 6b734c0739a11bf68ddab7ed2920bfca910fcc07..35a9c6fb5310e28328ce1bd6b251bf1eafac74be 100644 (file)
     the contents of the logs. This section describes how to configure the server
     to record information in the access log.</p>
 
-    <p>Of course, storing the information in the access log is only
+    <p>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 <a href="http://dmoz.org/Computers/Software/Internet/Site_Management/Log_Analysis/">
-    Open Directory</a>.
+    part of the job of the web server itself.
     </p>
 
     <p>Various versions of Apache httpd have used other modules and
@@ -476,7 +473,7 @@ LogFormat "%!200,304,302{Referer}i" refererlog</pre>
       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 <code>Referer</code> will be logged if the HTTP
-      status code is <strong>not</strong> 200, 204, or 302. (Note the
+      status code is <strong>not</strong> 200, 304, or 302. (Note the
       "!" before the status codes.</p>
 
       <p>Although we have just shown that conditional logging is very
index d0ce200ec9ace4de7e848fd4c20e616820745677..bc1a509fe365f3b3f1a10cd87439c5fb0186e133 100644 (file)
@@ -29,8 +29,6 @@
 <a href="./ko/logs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/logs.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
-            anglaise pour les changements récents.</div>
 
     <p>Pour véritablement gérer un serveur web,
     il est nécessaire de disposer d'un
index a42e431cdd61b4a1f478c23e42fd48dd9e937c08..11be63478bde3e96d11a820b076344310e419cf8 100644 (file)
     the contents of the logs. This section describes how to configure the server
     to record information in the access log.</p>
 
-    <p>Of course, storing the information in the access log is only
+    <p>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 <a
-    href="http://dmoz.org/Computers/Software/Internet/Site_Management/Log_Analysis/">
-    Open Directory</a>.
+    part of the job of the web server itself.
     </p>
 
     <p>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 <code>Referer</code> will be logged if the HTTP
-      status code is <strong>not</strong> 200, 204, or 302. (Note the
+      status code is <strong>not</strong> 200, 304, or 302. (Note the
       "!" before the status codes.</p>
 
       <p>Although we have just shown that conditional logging is very
index 9005f4528b0807eeb394dbccbd24f68d2fe7f298..666a35465eb552ad2f797ecaea55a92073b0ed81 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>