]> 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:03:24 +0000 (16:03 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 21 Jan 2022 16:03:24 +0000 (16:03 +0000)
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

docs/manual/logs.html.en
docs/manual/logs.xml

index 266a2f6b45adfaf310cfc4d40631efc364c437b8..f9a265f27ff6946b1ac668760a975df1b09bc016 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 a6a91985f8f11675edf74755f7a7529278ed448a..171b898d4e7069d051afcb9753cda15fec38a9d2 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