From: Rich Bowen Date: Sun, 3 May 2026 17:54:43 +0000 (+0000) Subject: rebuild, and fix an xml error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5486bd5034763cd20e29136c6fb835781087fed8;p=thirdparty%2Fapache%2Fhttpd.git rebuild, and fix an xml error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/configuring.html.en.utf8 b/docs/manual/configuring.html.en.utf8 index 9a26c88078..cf0542a059 100644 --- a/docs/manual/configuring.html.en.utf8 +++ b/docs/manual/configuring.html.en.utf8 @@ -84,7 +84,48 @@ Server.

White space occurring before a directive is ignored, so you may indent directives for clarity. Blank lines are also ignored. Arguments to directives are separated by whitespace. If an - argument contains spaces, you must enclose that argument in quotes.

+ argument contains spaces, you must enclose that argument in + quotes.

+ +

Quoting and Escaping

+ +

Either double quotes (") or single quotes + (') can be used to enclose an argument that contains + spaces. The quotes themselves are not part of the argument.

+ +

Inside a quoted string, only two escape sequences are + recognized: \\ produces a literal backslash, and + \" (or \' if the string is + single-quoted) produces a literal quote character without ending + the string. All other backslash sequences are passed through + unchanged — for example, \n is the literal two + characters \n, not a newline.

+ +

Outside of quotes, backslashes have no special meaning and + are treated as literal characters. The only exception is the + line-continuation backslash at the very end of a line, as + described above.

+ +

Note that adjacent quoted strings with no whitespace between + them are not concatenated — they are parsed as + separate arguments. For example:

+ +

+ # This is TWO arguments, not one:
+ Header set X-Foo "bar""baz" +

+ +

Some directives accept arguments that contain sub-expressions + with their own syntax, such as + RewriteRule flags or + ap_expr expressions. In those cases, the + config file parser first removes the enclosing quotes and processes + backslash escapes as described above, then the directive's own + parser processes the result. When in doubt, using single quotes + around an argument that contains backslashes can avoid unexpected + double-processing of escape sequences.

+ +

Directives in the configuration files are case-insensitive, but arguments to directives are often case sensitive.

diff --git a/docs/manual/configuring.html.fr.utf8 b/docs/manual/configuring.html.fr.utf8 index 8d8797e728..3ef6353245 100644 --- a/docs/manual/configuring.html.fr.utf8 +++ b/docs/manual/configuring.html.fr.utf8 @@ -30,6 +30,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Ce document décrit les fichiers utilisés pour configurer le Serveur HTTP Apache.

diff --git a/docs/manual/configuring.xml.de b/docs/manual/configuring.xml.de index fa875ad36a..5b2ca02ae8 100644 --- a/docs/manual/configuring.xml.de +++ b/docs/manual/configuring.xml.de @@ -1,7 +1,7 @@ - + - + + + + - + + + + + diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index d5a2e5e1a5..ea324a8bb2 100644 --- a/docs/manual/expr.xml.meta +++ b/docs/manual/expr.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/howto/access.html.en.utf8 b/docs/manual/howto/access.html.en.utf8 index 89f4916bc7..db13f23edf 100644 --- a/docs/manual/howto/access.html.en.utf8 +++ b/docs/manual/howto/access.html.en.utf8 @@ -198,6 +198,14 @@ RewriteRule "^/fridge" "-" [F]

See also the Authentication and Authorization howto.

+ +

See the configuration sections + merging documentation for a warning about how + <Limit> inside + <Location> + can silently override + <Directory> + access restrictions.

Available Languages:  en  | diff --git a/docs/manual/howto/access.html.es.utf8 b/docs/manual/howto/access.html.es.utf8 index 5d80714c52..59b357ac56 100644 --- a/docs/manual/howto/access.html.es.utf8 +++ b/docs/manual/howto/access.html.es.utf8 @@ -27,6 +27,10 @@  es  |  fr 

+
Esta traducción podría estar + obsoleta. Consulte la versión en inglés de la + documentación para comprobar si se han producido cambios + recientemente.

El control de acceso, hace referencia a todos los medios que proporcionan una forma de controlar el acceso a cualquier recurso. Esta parte está diff --git a/docs/manual/howto/access.html.fr.utf8 b/docs/manual/howto/access.html.fr.utf8 index 47e87d5371..e4874ce290 100644 --- a/docs/manual/howto/access.html.fr.utf8 +++ b/docs/manual/howto/access.html.fr.utf8 @@ -27,6 +27,8 @@  es  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Le contrôle d'accès fait référence à tout concept de contrôle d'accès à une ressource quelconque. Il est distinct du processus d'authentification et d'autorisation.

diff --git a/docs/manual/howto/access.xml.es b/docs/manual/howto/access.xml.es index 7eeca7add5..91ffca752d 100644 --- a/docs/manual/howto/access.xml.es +++ b/docs/manual/howto/access.xml.es @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/howto/access.xml.meta b/docs/manual/howto/access.xml.meta index 95d284ca3a..ee45dee0b6 100644 --- a/docs/manual/howto/access.xml.meta +++ b/docs/manual/howto/access.xml.meta @@ -8,7 +8,7 @@ en - es - fr + es + fr diff --git a/docs/manual/howto/auth.xml.es b/docs/manual/howto/auth.xml.es index 19d56386d4..458612d6b7 100644 --- a/docs/manual/howto/auth.xml.es +++ b/docs/manual/howto/auth.xml.es @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index 765a2c8ca6..be59176f6b 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + + + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 7c0ac88c28..340159ea8c 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_alias.xml.ja b/docs/manual/mod/mod_alias.xml.ja index feb3d7f01f..fcc811b7f0 100644 --- a/docs/manual/mod/mod_alias.xml.ja +++ b/docs/manual/mod/mod_alias.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/mod_authn_core.xml.meta b/docs/manual/mod/mod_authn_core.xml.meta index de98254375..e7f54a0c05 100644 --- a/docs/manual/mod/mod_authn_core.xml.meta +++ b/docs/manual/mod/mod_authn_core.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_authnz_ldap.html.en.utf8 b/docs/manual/mod/mod_authnz_ldap.html.en.utf8 index 670db3dcb7..6acee86ecf 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en.utf8 +++ b/docs/manual/mod/mod_authnz_ldap.html.en.utf8 @@ -407,8 +407,13 @@ Require ldap-user "Joe Manager"

This directive specifies an LDAP group whose members are allowed access. It takes the distinguished name of the LDAP - group. Note: Do not surround the group name with quotes. - For example, assume that the following entry existed in + group.

+ +
Do not surround the group name with quotes. + Unlike Require ldap-user, the ldap-group + provider does not support quoted values.
+ +

For example, assume that the following entry existed in the LDAP directory:

dn: cn=Administrators, o=Example
 objectClass: groupOfUniqueNames
@@ -470,8 +475,11 @@ AuthLDAPMaxSubGroupDepth 1
that must match for access to be granted. If the distinguished name that was retrieved from the directory server matches the distinguished name in the Require ldap-dn, then - authorization is granted. Note: do not surround the distinguished - name with quotes.

+ authorization is granted.

+ +
Do not surround the distinguished name with + quotes. Unlike Require ldap-user, the + ldap-dn provider does not support quoted values.

The following directive would grant access to a specific DN:

@@ -1419,7 +1427,7 @@ You can of course use search parameters on each of these.

NONE
-
Establish an unsecure connection on the default LDAP port. This +
Establish an insecure connection on the default LDAP port. This is the same as ldap:// on port 389.
SSL
Establish a secure connection on the default secure LDAP port. diff --git a/docs/manual/mod/mod_authnz_ldap.xml.fr b/docs/manual/mod/mod_authnz_ldap.xml.fr index 02fc63add8..107b749cdd 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.fr +++ b/docs/manual/mod/mod_authnz_ldap.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_autht_jwt.html.en.utf8 b/docs/manual/mod/mod_autht_jwt.html.en.utf8 index deb38a1cc5..145cb4c0d1 100644 --- a/docs/manual/mod/mod_autht_jwt.html.en.utf8 +++ b/docs/manual/mod/mod_autht_jwt.html.en.utf8 @@ -152,7 +152,7 @@ JWT token

If the algorithm type HS256 is used, the algorithm is set to HMAC-SHA256, and the secret is set within the file specified as the third parameter. The contents of the bearer token is still visible, and so - the channel must still be protected from evesdropping through TLS.

+ the channel must still be protected from eavesdropping through TLS.

Verification Example

<Location "/secure">
   AuthtJwtClaim set sub %{REMOTE_USER}
@@ -195,7 +195,7 @@ JWT token
     

If the algorithm type HS256 is used, the algorithm is set to HMAC-SHA256, and the secret is set within the file specified as the third parameter. The contents of the bearer token is still visible, and so - the channel must still be protected from evesdropping through TLS.

+ the channel must still be protected from eavesdropping through TLS.

If the signature is verified, and if present, the sub claim is assigned to REMOTE_USER.

diff --git a/docs/manual/mod/mod_authz_core.html.en.utf8 b/docs/manual/mod/mod_authz_core.html.en.utf8 index 3d5296e445..c002cfc077 100644 --- a/docs/manual/mod/mod_authz_core.html.en.utf8 +++ b/docs/manual/mod/mod_authz_core.html.en.utf8 @@ -435,7 +435,7 @@ authentication succeeds but authorization fails

If authentication succeeds but authorization fails, Apache HTTPD will respond with an HTTP response code of '401 UNAUTHORIZED' by default. This - usually causes browsers to display the password dialogue to the user + usually causes browsers to display the password dialog to the user again, which is not wanted in all situations. AuthzSendForbiddenOnFailure allows to change the response code to '403 FORBIDDEN'.

diff --git a/docs/manual/mod/mod_authz_core.xml.fr b/docs/manual/mod/mod_authz_core.xml.fr index 32781d3424..095da4a733 100644 --- a/docs/manual/mod/mod_authz_core.xml.fr +++ b/docs/manual/mod/mod_authz_core.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_groupfile.html.fr.utf8 b/docs/manual/mod/mod_authz_groupfile.html.fr.utf8 index 21544bfa28..36c863b4d1 100644 --- a/docs/manual/mod/mod_authz_groupfile.html.fr.utf8 +++ b/docs/manual/mod/mod_authz_groupfile.html.fr.utf8 @@ -31,6 +31,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_authz_groupfile.xml.fr b/docs/manual/mod/mod_authz_groupfile.xml.fr index c691f581d4..82b5416a9c 100644 --- a/docs/manual/mod/mod_authz_groupfile.xml.fr +++ b/docs/manual/mod/mod_authz_groupfile.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_groupfile.xml.ja b/docs/manual/mod/mod_authz_groupfile.xml.ja index 7103653d05..aa8cdaef4d 100644 --- a/docs/manual/mod/mod_authz_groupfile.xml.ja +++ b/docs/manual/mod/mod_authz_groupfile.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_authz_host.xml.meta b/docs/manual/mod/mod_authz_host.xml.meta index 2df68a979b..c67d019aa9 100644 --- a/docs/manual/mod/mod_authz_host.xml.meta +++ b/docs/manual/mod/mod_authz_host.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_authz_user.html.fr.utf8 b/docs/manual/mod/mod_authz_user.html.fr.utf8 index e78c71ac69..7df63e32f4 100644 --- a/docs/manual/mod/mod_authz_user.html.fr.utf8 +++ b/docs/manual/mod/mod_authz_user.html.fr.utf8 @@ -31,6 +31,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Autorisation de groupes à base de fichiers textes
Statut:Base
diff --git a/docs/manual/mod/mod_authz_user.xml.fr b/docs/manual/mod/mod_authz_user.xml.fr index dae05eea6a..e7e34a9a28 100644 --- a/docs/manual/mod/mod_authz_user.xml.fr +++ b/docs/manual/mod/mod_authz_user.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authz_user.xml.ja b/docs/manual/mod/mod_authz_user.xml.ja index 90c0182673..73ff58d522 100644 --- a/docs/manual/mod/mod_authz_user.xml.ja +++ b/docs/manual/mod/mod_authz_user.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index d41ac002ee..0b81776afa 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/mod_buffer.xml.meta b/docs/manual/mod/mod_buffer.xml.meta index 8451d7a1eb..27ce06f821 100644 --- a/docs/manual/mod/mod_buffer.xml.meta +++ b/docs/manual/mod/mod_buffer.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_expires.html.en.utf8 b/docs/manual/mod/mod_expires.html.en.utf8 index 06d58543e6..88b1a5c9e5 100644 --- a/docs/manual/mod/mod_expires.html.en.utf8 +++ b/docs/manual/mod/mod_expires.html.en.utf8 @@ -222,6 +222,20 @@ ExpiresByType text/html M604800 an alternate syntax, described earlier in this document.

+

The MIME type can use a wildcard for the sub-type, for + example image/*. This will match any type under + that major type. When a request's content type does not match + a specific ExpiresByType entry, a + wildcard entry for the major type is checked before falling + back to the ExpiresDefault.

+ +

Example with wildcard:

ExpiresActive On
+# All images expire after 1 month
+ExpiresByType image/* "access plus 1 month"
+# Override specifically for GIF
+ExpiresByType image/gif "access plus 1 week"
+
+
top

ExpiresDefault Directive

diff --git a/docs/manual/mod/mod_expires.xml.fr b/docs/manual/mod/mod_expires.xml.fr index 94ef280757..6e00fe70f9 100644 --- a/docs/manual/mod/mod_expires.xml.fr +++ b/docs/manual/mod/mod_expires.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_expires.xml.ja b/docs/manual/mod/mod_expires.xml.ja index 6ebefe38c6..d79aa04e57 100644 --- a/docs/manual/mod/mod_expires.xml.ja +++ b/docs/manual/mod/mod_expires.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_headers.html.en.utf8 b/docs/manual/mod/mod_headers.html.en.utf8 index 6aeaf3f645..7d9a9f2d1f 100644 --- a/docs/manual/mod/mod_headers.html.en.utf8 +++ b/docs/manual/mod/mod_headers.html.en.utf8 @@ -64,7 +64,7 @@ headers limited in scope by enclosing them in configuration sections.

Order of processing is important and is affected both by the - order in the configuration file and by placement in configuration sections. These + order in the configuration file and by placement in configuration sections. These two directives have a different effect if reversed:

RequestHeader append MirrorID "mirror 12"
diff --git a/docs/manual/mod/mod_headers.xml.fr b/docs/manual/mod/mod_headers.xml.fr
index 12e15bdb21..26e5e5d9dd 100644
--- a/docs/manual/mod/mod_headers.xml.fr
+++ b/docs/manual/mod/mod_headers.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 
diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja
index efb1170457..a4c28da30f 100644
--- a/docs/manual/mod/mod_headers.xml.ja
+++ b/docs/manual/mod/mod_headers.xml.ja
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
+
 
 
+
 
 
 
diff --git a/docs/manual/mod/mod_md.html.en.utf8 b/docs/manual/mod/mod_md.html.en.utf8
index 7934bf7459..aaf71400aa 100644
--- a/docs/manual/mod/mod_md.html.en.utf8
+++ b/docs/manual/mod/mod_md.html.en.utf8
@@ -880,7 +880,7 @@
 
Description:Autorisation basée sur l'utilisateur
Statut:Base
Identificateur de Module:authz_user_module

This command gets called when one of the following events happen for - a Managed Domain: "renewed", "installed", "expiring", "errored". The command may + a Managed Domain: "renewed", "installed", "expiring", "errored", "renewing", "challenge-setup:type:domain", "ocsp-renewed", "ocsp-errored". The command may be invoked for more than these in the future and ignore events it is not prepared to handle.

@@ -928,10 +928,14 @@ DNS name in a MDomain. Cluster setups may use this event to distribute challenge files to all nodes in a cluster.

- ocsp-errored happens when MDStapling + 'ocsp-errored' happens when MDStapling is enabled for a domain, this indicates that an error was encountered retrieving the OCSP response from the Certificate Authority. mod_md will continue trying. +

+ 'ocsp-renewed' is triggered when a new OCSP response has been + successfully obtained for a domain's certificate. This event fires + at most once per day.

diff --git a/docs/manual/mod/mod_md.xml.fr b/docs/manual/mod/mod_md.xml.fr index 84be76e30d..9faf67c2d0 100644 --- a/docs/manual/mod/mod_md.xml.fr +++ b/docs/manual/mod/mod_md.xml.fr @@ -2,7 +2,7 @@ - + + + + diff --git a/docs/manual/mod/mod_negotiation.xml.ja b/docs/manual/mod/mod_negotiation.xml.ja index 426a89a3a9..ddcb17fa91 100644 --- a/docs/manual/mod/mod_negotiation.xml.ja +++ b/docs/manual/mod/mod_negotiation.xml.ja @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index eba79bc416..f35d52fcae 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_proxy_ajp.xml.ja b/docs/manual/mod/mod_proxy_ajp.xml.ja index a7c6763c30..176d928d63 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml.ja +++ b/docs/manual/mod/mod_proxy_ajp.xml.ja @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_proxy_balancer.xml.ja b/docs/manual/mod/mod_proxy_balancer.xml.ja index 9899248ee8..15daa1d0ec 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml.ja +++ b/docs/manual/mod/mod_proxy_balancer.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 54cfd68654..1a6465f9bc 100644 --- a/docs/manual/mod/mod_ssl.html.en.utf8 +++ b/docs/manual/mod/mod_ssl.html.en.utf8 @@ -3143,7 +3143,7 @@ on such a connection identifies any other non-default virtual host, the compatibility policy is tested.

The strict policy blocks all HTTP requests which are -identified with a different virtual host to that identifed by SNI. +identified with a different virtual host to that identified by SNI. The insecure policy allows all HTTP requests regardless of virtual host identified; such a configuration may be vulnerable to CVE-2025-23048. @@ -3159,7 +3159,7 @@ virtual hosts, which are grouped into two categories:

certificate or key (SSLCertificateKeyFile etc), cipher or protocol restrictions (SSLCipherSuite and SSLProtocol) -
  • client vertification and authentication +
  • client verification and authentication settings: directives which affect TLS client certificate verification or authentication, such as SSLVerifyClient, SSLVerifyMode, SSLCACertificatePath, SSLSRPVerifierFile; any use of SSLOpenSSLConfCmd
  • diff --git a/docs/manual/mod/mod_ssl.xml.es b/docs/manual/mod/mod_ssl.xml.es index 82e32b3ea0..3279cd8270 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 d02426a102..acf00bc4b7 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/mod/mod_ssl_ct.html.en.utf8 b/docs/manual/mod/mod_ssl_ct.html.en.utf8 index 3866106762..ae12da7338 100644 --- a/docs/manual/mod/mod_ssl_ct.html.en.utf8 +++ b/docs/manual/mod/mod_ssl_ct.html.en.utf8 @@ -56,7 +56,7 @@ this documentation:

    not been tampered with.
    Signed Certificate Timestamp (SCT)
    -
    This is an acknowledgement from a log that it has accepted a valid +
    This is an acknowledgment from a log that it has accepted a valid certificate. It is signed with the log's public key. One or more SCTs is passed to clients during the handshake, either in the ServerHello (TLS extension), certificate extension, or in a stapled OCSP response.
    diff --git a/docs/manual/mod/mod_ssl_ct.xml.fr b/docs/manual/mod/mod_ssl_ct.xml.fr index 9da910cd27..96b5595a9b 100644 --- a/docs/manual/mod/mod_ssl_ct.xml.fr +++ b/docs/manual/mod/mod_ssl_ct.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_vhost_alias.html.en.utf8 b/docs/manual/mod/mod_vhost_alias.html.en.utf8 index beaf24ce32..d3b7b9b772 100644 --- a/docs/manual/mod/mod_vhost_alias.html.en.utf8 +++ b/docs/manual/mod/mod_vhost_alias.html.en.utf8 @@ -86,6 +86,12 @@ VirtualScriptAlias "/never/found/%0/cgi-bin/" format. The interpolation is controlled by specifiers inspired by printf which have a number of formats:

    +

    Note

    +

    The interpolated directory must be an absolute path. The + special value none can be used to disable the + directive.

    +
    + diff --git a/docs/manual/mod/mod_vhost_alias.html.fr.utf8 b/docs/manual/mod/mod_vhost_alias.html.fr.utf8 index 7fa86e347c..1fbda37f9f 100644 --- a/docs/manual/mod/mod_vhost_alias.html.fr.utf8 +++ b/docs/manual/mod/mod_vhost_alias.html.fr.utf8 @@ -30,6 +30,8 @@  fr  |  tr 

    +
    Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
    %%
    diff --git a/docs/manual/mod/mod_vhost_alias.xml.fr b/docs/manual/mod/mod_vhost_alias.xml.fr index 7ccf03727e..d486cf824a 100644 --- a/docs/manual/mod/mod_vhost_alias.xml.fr +++ b/docs/manual/mod/mod_vhost_alias.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_vhost_alias.xml.meta b/docs/manual/mod/mod_vhost_alias.xml.meta index 519409a51f..2dbc3d1fc4 100644 --- a/docs/manual/mod/mod_vhost_alias.xml.meta +++ b/docs/manual/mod/mod_vhost_alias.xml.meta @@ -8,7 +8,7 @@ en - fr + fr tr diff --git a/docs/manual/mod/mod_vhost_alias.xml.tr b/docs/manual/mod/mod_vhost_alias.xml.tr index b342d00461..5190f56c47 100644 --- a/docs/manual/mod/mod_vhost_alias.xml.tr +++ b/docs/manual/mod/mod_vhost_alias.xml.tr @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/platform/netware.xml.ko b/docs/manual/platform/netware.xml.ko index 6facd4729a..dd60cd6c76 100644 --- a/docs/manual/platform/netware.xml.ko +++ b/docs/manual/platform/netware.xml.ko @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/platform/windows.xml.ko b/docs/manual/platform/windows.xml.ko index 7330e31cd3..d2e6c22f6f 100644 --- a/docs/manual/platform/windows.xml.ko +++ b/docs/manual/platform/windows.xml.ko @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/programs/rotatelogs.xml.ko b/docs/manual/programs/rotatelogs.xml.ko index e953246b20..ff2cb9edce 100644 --- a/docs/manual/programs/rotatelogs.xml.ko +++ b/docs/manual/programs/rotatelogs.xml.ko @@ -1,7 +1,7 @@ - + + + + + diff --git a/docs/manual/rewrite/avoid.xml.ja b/docs/manual/rewrite/avoid.xml.ja index e0840e5323..2ea1af408b 100644 --- a/docs/manual/rewrite/avoid.xml.ja +++ b/docs/manual/rewrite/avoid.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/flags.xml.ja b/docs/manual/rewrite/flags.xml.ja index ea2141c8fd..866b45c96c 100644 --- a/docs/manual/rewrite/flags.xml.ja +++ b/docs/manual/rewrite/flags.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/htaccess.xml.ja b/docs/manual/rewrite/htaccess.xml.ja index df1907b59f..ed29af91c1 100644 --- a/docs/manual/rewrite/htaccess.xml.ja +++ b/docs/manual/rewrite/htaccess.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/index.xml.ja b/docs/manual/rewrite/index.xml.ja index 1ed9118ba6..ff0f4299a9 100644 --- a/docs/manual/rewrite/index.xml.ja +++ b/docs/manual/rewrite/index.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/intro.xml.ja b/docs/manual/rewrite/intro.xml.ja index 0cd778f573..720148a083 100644 --- a/docs/manual/rewrite/intro.xml.ja +++ b/docs/manual/rewrite/intro.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/remapping.xml.ja b/docs/manual/rewrite/remapping.xml.ja index 0c82919b8f..7047540651 100644 --- a/docs/manual/rewrite/remapping.xml.ja +++ b/docs/manual/rewrite/remapping.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/rewritemap.xml.ja b/docs/manual/rewrite/rewritemap.xml.ja index 22d07dd3cd..49e9854712 100644 --- a/docs/manual/rewrite/rewritemap.xml.ja +++ b/docs/manual/rewrite/rewritemap.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/tech.xml.ja b/docs/manual/rewrite/tech.xml.ja index f724d7e483..730fdc2145 100644 --- a/docs/manual/rewrite/tech.xml.ja +++ b/docs/manual/rewrite/tech.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/vhosts.xml.ja b/docs/manual/rewrite/vhosts.xml.ja index 94a3410b21..90d71c2a71 100644 --- a/docs/manual/rewrite/vhosts.xml.ja +++ b/docs/manual/rewrite/vhosts.xml.ja @@ -1,7 +1,7 @@ - + + + + - + + + + + diff --git a/docs/manual/vhosts/name-based.html.en.utf8 b/docs/manual/vhosts/name-based.html.en.utf8 index 32b05366ef..bfcb0c9250 100644 --- a/docs/manual/vhosts/name-based.html.en.utf8 +++ b/docs/manual/vhosts/name-based.html.en.utf8 @@ -60,7 +60,7 @@ applicable to a general-purpose web server.

    Name-based virtual hosting builds off of the IP-based virtual host - selection algorithm, meaning that comparisons of ther requested hostname + selection algorithm, meaning that comparisons of the requested hostname to configured hostnames occurs only within the set of virtual hosts that share the most specific IP:PORT based match at the network layer.

    diff --git a/docs/manual/vhosts/name-based.html.fr.utf8 b/docs/manual/vhosts/name-based.html.fr.utf8 index 34612ac292..77e85f9a67 100644 --- a/docs/manual/vhosts/name-based.html.fr.utf8 +++ b/docs/manual/vhosts/name-based.html.fr.utf8 @@ -30,6 +30,8 @@  ko  |  tr 

    +
    Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

    Ce document décrit quand et comment utiliser des serveurs virtuels par nom.

    diff --git a/docs/manual/vhosts/name-based.xml.de b/docs/manual/vhosts/name-based.xml.de index a1905729cd..e368363a8d 100644 --- a/docs/manual/vhosts/name-based.xml.de +++ b/docs/manual/vhosts/name-based.xml.de @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/vhosts/name-based.xml.ja b/docs/manual/vhosts/name-based.xml.ja index 10d900f5d7..97e5aa4264 100644 --- a/docs/manual/vhosts/name-based.xml.ja +++ b/docs/manual/vhosts/name-based.xml.ja @@ -1,7 +1,7 @@ - + + +
    Description:Permet de configurer dynamiquement l'hébergement virtuel de masse
    Statut:Extension