]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Axe modules.apache.org.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 14 Mar 2021 15:57:21 +0000 (15:57 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 14 Mar 2021 15:57:21 +0000 (15:57 +0000)
It has been off-line for a long time now, and there is no plan to bring it up, AFAIK.

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887636 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/filter.xml
docs/manual/howto/auth.xml
docs/manual/misc/security_tips.xml

index 1b97cc5adfba91102ba416202e3ab00a32a4da45..6f734d4daa29969f774a4177eb1ce8d88abcf0e3 100644 (file)
@@ -89,9 +89,7 @@ independent of the traditional request processing phases.</p>
 functions like chunking and byte-range handling.</p>
 
 <p>A wider range of applications are implemented by third-party filter
-modules available from <a
-href="http://modules.apache.org/">modules.apache.org</a> and
-elsewhere.  A few of these are:</p>
+modules.  A few of these are:</p>
 
 <ul>
 <li>HTML and XML processing and rewriting</li>
index 1e48063fa71061660d98c9b175088b10ce35e69e..97d2fe8f34990c54f00681affc7142da0968c7c5 100644 (file)
@@ -259,9 +259,7 @@ Require user rbowen
     files can be created and manipulated with the <program>
     dbmmanage</program> and <program>htdbm</program> programs. Many
     other types of authentication options are available from third
-    party modules in the <a
-    href="http://modules.apache.org/">Apache Modules
-    Database</a>.</p>
+    party modules.</p>
 
     <p>Finally, the <directive module="mod_authz_core">Require</directive>
     directive provides the authorization part of the process by
index 2bf3b18b102cead9237da0476094932e70dc1830..eedcb287dfdf66bc168fbf69845357ca4164b044 100644 (file)
       cases it falls back to the behaviour of the
       <module>worker</module> mpm.</li>
 
-      <li>There are a number of third-party modules available through
-      <a
-      href="http://modules.apache.org/">http://modules.apache.org/</a>
+      <li>There are a number of third-party modules available
       that can restrict certain client behaviors and thereby mitigate
       DoS problems.</li>