From: Rich Bowen Date: Tue, 5 May 2026 17:19:37 +0000 (+0000) Subject: docs: Add anchor attr to tag, convert remaining RFC fragment links, fix http... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86afe6df10654c674f1aae38c712e21c3b25b29e;p=thirdparty%2Fapache%2Fhttpd.git docs: Add anchor attr to tag, convert remaining RFC fragment links, fix http->https git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933854 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/relevant_standards.xml b/docs/manual/misc/relevant_standards.xml index 05d1bc9e18..3cfd3afe11 100644 --- a/docs/manual/misc/relevant_standards.xml +++ b/docs/manual/misc/relevant_standards.xml @@ -38,8 +38,8 @@ https://www.skrb.org/ietf/http_errata.html - HTTP/1.1 Specification Errata
  • - - http://www.rfc-editor.org/errata.php - RFC Errata + + https://www.rfc-editor.org/errata.php - RFC Errata
  • @@ -175,7 +175,7 @@ in English) in alphabetical order as given in ISO 3166-1 and the corresponding ISO 3166-1-alpha-2 code elements. -
    BCP 47 +
    BCP 47 (Best Current Practice), 3066
    diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 555f009e81..ed22cf463f 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1389,9 +1389,8 @@ EnableSendfile On

    2616 "Compatibility With Previous Versions" had encouraged HTTP servers to support legacy HTTP/0.9 requests. RFC 7230 supersedes this with "The expectation to support HTTP/0.9 requests has - been removed" and offers additional comments in - RFC 7230 Appendix A. The Require1.0 option allows + been removed" and offers additional comments in + 7230 Appendix A. The Require1.0 option allows the user to remove support of the default Allow0.9 option's behavior.

    diff --git a/docs/manual/mod/mod_mime_magic.xml b/docs/manual/mod/mod_mime_magic.xml index 0fa9b47f3e..311096d0fd 100644 --- a/docs/manual/mod/mod_mime_magic.xml +++ b/docs/manual/mod/mod_mime_magic.xml @@ -294,7 +294,7 @@ using the specified magic file
  • Not RFC-compliant: Standards documents consistently recommend against setting Content-Encoding for files that are already compressed (such as .zip or .gz files). See - RFC 9110.
  • + 9110.
  • Breaks content integrity: When Content-Encoding is set, most HTTP clients will decompress the file before writing it to disk. This diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 3d711b374d..1f51a2c894 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1320,7 +1320,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300

    Protocol accepted by mod_proxy_http or mod_proxy_wstunnel for the HTTP Upgrade mechanism upon negotiation by the HTTP client/browser (per - RFC 9110 - Upgrade). + 9110 - Upgrade). See the Protocol Upgrade note below

    mapping diff --git a/docs/manual/new_features_2_6.xml b/docs/manual/new_features_2_6.xml index 55ac276365..d11c6251bc 100644 --- a/docs/manual/new_features_2_6.xml +++ b/docs/manual/new_features_2_6.xml @@ -38,9 +38,8 @@
    The ContentDigest directive and support for the the Content-MD5 header has been removed from the server, corresponding with the removal of this header from - - RFC7231 Hypertext Transfer Protocol (HTTP/1.1): Semantics and - Content.
    + 7231 Hypertext Transfer Protocol + (HTTP/1.1): Semantics and Content.
    Listen directive options
    The Listen diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index 08ead9d3c0..67128a349d 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -203,7 +203,9 @@ highlight | blockquote"> + adds a fragment anchor (e.g. section="14.24"). Optional anchor attribute + adds a raw fragment (e.g. anchor="appendix-B", anchor="name-upgrade"). --> - + diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 513846a311..8cf6122d08 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -1242,6 +1242,10 @@ if (typeof(prettyPrint) !== 'undefined') { #section- + + # + + RFC