From: Rich Bowen
Date: Tue, 28 Apr 2026 18:38:01 +0000 (+0000)
Subject: Fixes several broken/ancient links
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d7e07fda9c4d2b8d000193541dd1c93ac080cfc;p=thirdparty%2Fapache%2Fhttpd.git
Fixes several broken/ancient links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933449 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/misc/relevant_standards.xml b/docs/manual/misc/relevant_standards.xml
index bdec2d6593..244023c623 100644
--- a/docs/manual/misc/relevant_standards.xml
+++ b/docs/manual/misc/relevant_standards.xml
@@ -34,8 +34,8 @@
More information on the CERN metafile semantics is available.
diff --git a/docs/manual/mod/mod_ssl_ct.xml b/docs/manual/mod/mod_ssl_ct.xml
index 9c03077f94..44a3e65229 100644
--- a/docs/manual/mod/mod_ssl_ct.xml
+++ b/docs/manual/mod/mod_ssl_ct.xml
@@ -33,7 +33,7 @@
This module provides an implementation of Certificate Transparency, in
conjunction with mod_ssl and command-line tools from the
-certificate-transparency
+certificate-transparency
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.
executable is the full path to the log client tool, which is
normally file cpp/client/ct (or ct.exe) within the
source tree of the
-
+
certificate-transparency open source project.
An alternative implementation could be used to retrieve SCTs for a
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml
index 1f73a262e8..9f1b2c45d0 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -101,7 +101,7 @@ only?
# "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.