From: Rich Bowen Date: Wed, 29 Apr 2026 16:07:03 +0000 (+0000) Subject: Rebuild RFC links to new target X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07c3e8d49dfc49e42f3ad264da848a1a723ed19b;p=thirdparty%2Fapache%2Fhttpd.git Rebuild RFC links to new target git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933508 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.en.utf8 b/docs/manual/caching.html.en.utf8 index fc12202426..76a5b1d81f 100644 --- a/docs/manual/caching.html.en.utf8 +++ b/docs/manual/caching.html.en.utf8 @@ -59,8 +59,7 @@ in the cache, and mod_cache aims to honor all of the various HTTP headers and options that control the cacheability of content as described in - Section - 13 of RFC2616. + RFC 2616. mod_cache is aimed at both simple and complex caching configurations, where you are dealing with proxied content, dynamic local content or @@ -104,8 +103,7 @@

The HTTP protocol contains built in support for an in-line caching mechanism - - described by section 13 of RFC2616, and the + RFC 2616, and the mod_cache module can be used to take advantage of this.

@@ -157,8 +155,7 @@

Full details of how HTTP caching works can be found in - - Section 13 of RFC2616.

+ RFC 2616.

Interaction with the Server

@@ -320,8 +317,7 @@

The full definition of which responses can be cached by an HTTP cache is defined in - - RFC2616 Section 13.4 Response Cacheability, and can be summed up as + RFC 2616 (Response Cacheability), and can be summed up as follows:

    diff --git a/docs/manual/caching.xml.fr b/docs/manual/caching.xml.fr index 6ec3bbe7b1..13361c9991 100644 --- a/docs/manual/caching.xml.fr +++ b/docs/manual/caching.xml.fr @@ -3,7 +3,7 @@ - + + + diff --git a/docs/manual/env.html.en.utf8 b/docs/manual/env.html.en.utf8 index 31e5fa480c..ec6e1c43b3 100644 --- a/docs/manual/env.html.en.utf8 +++ b/docs/manual/env.html.en.utf8 @@ -109,8 +109,7 @@ Apache configuration and passed from the shell, CGI scripts and SSI pages are provided with a set of environment variables containing meta-information about the request as required by - the CGI - specification.

    + the CGI specification (RFC 3875).

    Some Caveats

    @@ -255,7 +254,7 @@

    CGI environment variables

    -

    The CGI specification defines a number of environment +

    The CGI specification (RFC 3875) defines a number of environment variables that expand on those defined by the HTTP spec. These have been adopted more broadly, and are a standard part of passing information between the browser and the diff --git a/docs/manual/env.xml.fr b/docs/manual/env.xml.fr index c3bc568f09..d9fb117187 100644 --- a/docs/manual/env.xml.fr +++ b/docs/manual/env.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/env.xml.ja b/docs/manual/env.xml.ja index ed1672f833..5e5e22f867 100644 --- a/docs/manual/env.xml.ja +++ b/docs/manual/env.xml.ja @@ -1,7 +1,7 @@ - + + + + - + + + + + diff --git a/docs/manual/howto/cgi.xml.fr b/docs/manual/howto/cgi.xml.fr index db28bd39c6..532199c018 100644 --- a/docs/manual/howto/cgi.xml.fr +++ b/docs/manual/howto/cgi.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/cgi.xml.ja b/docs/manual/howto/cgi.xml.ja index 4a9c2fece6..bfa687f378 100644 --- a/docs/manual/howto/cgi.xml.ja +++ b/docs/manual/howto/cgi.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/logs.html.en.utf8 b/docs/manual/logs.html.en.utf8 index 6327c1a54b..89a8da567a 100644 --- a/docs/manual/logs.html.en.utf8 +++ b/docs/manual/logs.html.en.utf8 @@ -345,8 +345,7 @@ CustomLog "logs/access_log" common beginning in 2), a redirection (codes beginning in 3), an error caused by the client (codes beginning in 4), or an error in the server (codes beginning in 5). The full list of - possible status codes can be found in the HTTP - specification (RFC2616 section 10). + possible status codes can be found in the HTTP specification (RFC 2616) (RFC2616 section 10).

    2326 (%b)
    diff --git a/docs/manual/logs.xml.fr b/docs/manual/logs.xml.fr index 1c774c3e03..55bd997c72 100644 --- a/docs/manual/logs.xml.fr +++ b/docs/manual/logs.xml.fr @@ -3,7 +3,7 @@ - + + + + + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 1a232997e0..518208f7d9 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/mod_auth_basic.xml.ja b/docs/manual/mod/mod_auth_basic.xml.ja index 00c00ee8c6..c43a924749 100644 --- a/docs/manual/mod/mod_auth_basic.xml.ja +++ b/docs/manual/mod/mod_auth_basic.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index 96213c1edb..0b21bbe0c3 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_cgi.xml.ja b/docs/manual/mod/mod_cgi.xml.ja index 94d2aee39f..3cd0703b5b 100644 --- a/docs/manual/mod/mod_cgi.xml.ja +++ b/docs/manual/mod/mod_cgi.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_mime.html.en.utf8 b/docs/manual/mod/mod_mime.html.en.utf8 index 7a0e0cd494..752980f5ce 100644 --- a/docs/manual/mod/mod_mime.html.en.utf8 +++ b/docs/manual/mod/mod_mime.html.en.utf8 @@ -177,10 +177,9 @@ designed for transmitting a binary file in an ASCII (text) format.

    -

    The HTTP/1.1 - RFC, section 14.11 puts it this way:

    +

    The HTTP/1.1 RFC (RFC 2616), section 14.11 puts it this way:

    -
    +

    The Content-Encoding entity-header field is used as a modifier to the media-type. When present, its value indicates what additional content codings have been applied to the entity-body, and thus what diff --git a/docs/manual/mod/mod_mime.xml.fr b/docs/manual/mod/mod_mime.xml.fr index da7ea7828c..2929cf4051 100644 --- a/docs/manual/mod/mod_mime.xml.fr +++ b/docs/manual/mod/mod_mime.xml.fr @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8 index 2366ce25d1..66eea5747e 100644 --- a/docs/manual/mod/mod_proxy.html.en.utf8 +++ b/docs/manual/mod/mod_proxy.html.en.utf8 @@ -1442,7 +1442,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com"

    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). + RFC 9110 - Upgrade). See the Protocol Upgrade note below

    mapping diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index d58a2ed2ba..24b2082387 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 458c54db3b..4dcbc0f85d 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_ssl.html.en.utf8 b/docs/manual/mod/mod_ssl.html.en.utf8 index f6ce12222b..99d6de82f8 100644 --- a/docs/manual/mod/mod_ssl.html.en.utf8 +++ b/docs/manual/mod/mod_ssl.html.en.utf8 @@ -725,7 +725,7 @@ key is encrypted, the pass phrase dialog is forced at startup time.

    As an alternative to storing certificates and private keys in files, a certificate identifier can be used to identify a certificate -stored in a token. Currently, only PKCS#11 URIs are +stored in a token. Currently, only PKCS#11 URIs (RFC 7512) are recognized as certificate identifiers, and can be used in conjunction with the OpenSSL pkcs11 engine or provider. If SSLCertificateKeyFile is omitted, the certificate and private key can be loaded through the single @@ -819,7 +819,7 @@ key file.

    As an alternative to storing private keys in files, a key identifier can be used to identify a private key stored in a -token. Currently, only PKCS#11 URIs are recognized as private key +token. Currently, only PKCS#11 URIs (RFC 7512) are recognized as private key identifiers, and can be used in conjunction with the OpenSSL pkcs11 engine or provider.

    @@ -1083,11 +1083,11 @@ SSLCryptoDevice ubsec

    With OpenSSL 3.0 or later, if no engine is specified but the key or certificate -is specified using a PKCS#11 URIs +is specified using a PKCS#11 URIs (RFC 7512) then it is tried to load the key and certificate from an OpenSSL provider. The OpenSSL provider to use must be defined and configured in the OpenSSL config file, and it must support the STORE method -for PKCS#11 URIs. +for PKCS#11 URIs (RFC 7512).

    @@ -1104,7 +1104,7 @@ for PKCS#11 URIs.

    ECH is specified in - draft-ietf-tls-esni + RFC 9849 httpd supports ECH "shared-mode" where the httpd instance does the ECH decryption and also hosts both the ECH `public-name` and `backend` web sites. diff --git a/docs/manual/mod/mod_ssl.xml.es b/docs/manual/mod/mod_ssl.xml.es index 88bcffce5d..135a501d1b 100644 --- a/docs/manual/mod/mod_ssl.xml.es +++ b/docs/manual/mod/mod_ssl.xml.es @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr index 9f151317db..62de9c2aee 100644 --- a/docs/manual/mod/mod_ssl.xml.fr +++ b/docs/manual/mod/mod_ssl.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/new_features_2_6.html.en.utf8 b/docs/manual/new_features_2_6.html.en.utf8 index fd60a31268..a8e0fd83b1 100644 --- a/docs/manual/new_features_2_6.html.en.utf8 +++ b/docs/manual/new_features_2_6.html.en.utf8 @@ -47,7 +47,7 @@

    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.
    diff --git a/docs/manual/programs/htdigest.html.en.utf8 b/docs/manual/programs/htdigest.html.en.utf8 index e3543845f8..ac86cdba5d 100644 --- a/docs/manual/programs/htdigest.html.en.utf8 +++ b/docs/manual/programs/htdigest.html.en.utf8 @@ -64,8 +64,7 @@
    realm
    The realm name to which the user name belongs. See - - http://tools.ietf.org/html/rfc2617#section-3.2.1 for more details. + RFC 2617 for more details.
    username
    diff --git a/docs/manual/programs/htdigest.xml.fr b/docs/manual/programs/htdigest.xml.fr index 1f1131fae9..05b8da720b 100644 --- a/docs/manual/programs/htdigest.xml.fr +++ b/docs/manual/programs/htdigest.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/programs/htdigest.xml.ko b/docs/manual/programs/htdigest.xml.ko index d6bef34f50..ef38d55084 100644 --- a/docs/manual/programs/htdigest.xml.ko +++ b/docs/manual/programs/htdigest.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/ssl/ssl_intro.xml.ja b/docs/manual/ssl/ssl_intro.xml.ja index 9cad0b34cb..beaef94a8b 100644 --- a/docs/manual/ssl/ssl_intro.xml.ja +++ b/docs/manual/ssl/ssl_intro.xml.ja @@ -1,7 +1,7 @@ - +