]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixes several broken/ancient links
authorRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 18:38:01 +0000 (18:38 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 28 Apr 2026 18:38:01 +0000 (18:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933449 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/relevant_standards.xml
docs/manual/mod/mod_cern_meta.xml
docs/manual/mod/mod_ssl_ct.xml
docs/manual/ssl/ssl_howto.xml

index bdec2d65932a419cda65bc0396ed0c1b7c4f4e7b..244023c623f5c543c5ffed70c4b38994544a9eac 100644 (file)
@@ -34,8 +34,8 @@
 
     <ul>
       <li>
-        <a href="http://purl.org/NET/http-errata">
-        http://purl.org/NET/http-errata</a> - HTTP/1.1 Specification Errata
+        <a href="https://www.skrb.org/ietf/http_errata.html">
+        https://www.skrb.org/ietf/http_errata.html</a> - HTTP/1.1 Specification Errata
       </li>
       <li>
         <a href="http://www.rfc-editor.org/errata.php">
index 694b3c311577bc90f2e4a2e3cf88e6a32a4cb784..b2e8e8f0a51dd853096952ba215acbded0e91bbd 100644 (file)
@@ -39,7 +39,7 @@
     CERN users who can exploit this module.</p>
 
     <p>More information on the <a
-    href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir"
+    href="https://www.w3.org/Daemon/User/Config/General.html#MetaDir"
     >CERN metafile semantics</a> is available.</p>
 </summary>
 
index 9c03077f94bb67068b27eb693a245abee968b070..44a3e65229a7b8f1b9a0e1a329a9956a3fca050c 100644 (file)
@@ -33,7 +33,7 @@
 
 <p>This module provides an implementation of Certificate Transparency, in
 conjunction with <module>mod_ssl</module> and command-line tools from the
-<a href="https://code.google.com/p/certificate-transparency/">certificate-transparency</a>
+<a href="https://certificate.transparency.dev/">certificate-transparency</a>
 open source project.  The goal of Certificate Transparency is to expose the
 use of server certificates which are trusted by browsers but were mistakenly
 or maliciously issued.  More information about Certificate Transparency is
@@ -309,7 +309,7 @@ testing.</p>
   <p><em>executable</em> is the full path to the log client tool, which is
   normally file <code>cpp/client/ct</code> (or <code>ct.exe</code>) within the
   source tree of the
-  <a href="https://code.google.com/p/certificate-transparency/">
+  <a href="https://certificate.transparency.dev/">
   certificate-transparency</a> open source project.</p>
 
   <p>An alternative implementation could be used to retrieve SCTs for a
index 1f73a262e8f63d4f9c5d005cc0bed35e2435c5d0..9f1b2c45d000f7e151c05a6e84a70e9cdc9e4d8e 100644 (file)
@@ -101,7 +101,7 @@ only?</title>
     <highlight language="config">
 # "Modern" configuration, defined by the Mozilla Foundation's SSL Configuration
 # Generator as of August 2016. This tool is available at
-# https://mozilla.github.io/server-side-tls/ssl-config-generator/
+# https://ssl-config.mozilla.org/
 SSLProtocol         all -SSLv3 -TLSv1 -TLSv1.1
 # Many ciphers defined here require a modern version (1.0.1+) of OpenSSL. Some
 # require OpenSSL 1.1.0, which as of this writing was in pre-release.