From: Rich Bowen Date: Tue, 5 May 2026 17:09:51 +0000 (+0000) Subject: rebuild html, meta files X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba4074581b033f234f5b074fc6610a4d2935d216;p=thirdparty%2Fapache%2Fhttpd.git rebuild html, meta files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933853 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index c3d46b7647..1c9cca562f 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ROTATELOGS" 8 "2026-04-30" "Apache HTTP Server" "rotatelogs" +.TH "ROTATELOGS" 8 "2026-05-03" "Apache HTTP Server" "rotatelogs" .SH NAME rotatelogs \- Piped logging program to rotate Apache logs @@ -47,7 +47,7 @@ Causes the use of local time rather than GMT as the base for the interval or for .PP Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like \fBtail -F linkname\fR\&. .PP If the linkname is not an absolute path, it is relative to \fBrotatelogs\fR' working directory, which is the ServerRoot when \fBrotatelogs\fR is run by the server\&. .TP \fB-p\fR \fIprogram\fR -.PP If given, \fBrotatelogs\fR will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. .PP \fBrotatelogs\fR does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. .PP The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&. .PP When two parameters are provided, under some conditions the parameters will have the same value\&. For example, if rotation is triggerd but the portions of the time and date incorporated into the log filename do not change across the rotation\&. +.PP If given, \fBrotatelogs\fR will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. .PP \fBrotatelogs\fR does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. .PP The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&. .PP When two parameters are provided, under some conditions the parameters will have the same value\&. For example, if rotation is triggered but the portions of the time and date incorporated into the log filename do not change across the rotation\&. .TP \fB-f\fR Causes the logfile to be opened immediately, as soon as \fBrotatelogs\fR starts, instead of waiting for the first logfile entry to be read (for non-busy sites, there may be a substantial delay between when the server is started and when the first request is handled, meaning that the associated logfile does not "exist" until then, which causes problems from some automated logging tools) diff --git a/docs/manual/developer/hooks.html.en.utf8 b/docs/manual/developer/hooks.html.en.utf8 index 9a841e4856..c55acd91b7 100644 --- a/docs/manual/developer/hooks.html.en.utf8 +++ b/docs/manual/developer/hooks.html.en.utf8 @@ -171,7 +171,7 @@ ret=ap_run_do_something(r, n);

Add a hook registering function

-

During initialisation, the server will call each modules hook +

During initialization, the server will call each modules hook registering function, which is included in the module structure:

diff --git a/docs/manual/developer/lua.html.en.utf8 b/docs/manual/developer/lua.html.en.utf8 index 0d3a150326..404821ffea 100644 --- a/docs/manual/developer/lua.html.en.utf8 +++ b/docs/manual/developer/lua.html.en.utf8 @@ -101,11 +101,10 @@ pool, and if it has high usage, use the thread setting. As your ser load increases, so will the number of states being actively used, and having your scope set to once/request/conn will stop being beneficial to your memory footprint.

-

-Note: The min and max settings for the +

The min and max settings for the server scope denotes the minimum and maximum states to keep in a pool per server process, so keep this below your ThreadsPerChild limit. -

+

Using code caching

diff --git a/docs/manual/developer/modules.html.en.utf8 b/docs/manual/developer/modules.html.en.utf8 index c22f0328f6..72513e117f 100644 --- a/docs/manual/developer/modules.html.en.utf8 +++ b/docs/manual/developer/modules.html.en.utf8 @@ -47,7 +47,7 @@ yet checks and acts upon the error.

-

Initialisation Routines

+

Initialization Routines

These should now be renamed to better signify where they sit in the overall process. So the name gets a small change from mmap_init to mmap_post_config. The arguments diff --git a/docs/manual/developer/modules.xml.ja b/docs/manual/developer/modules.xml.ja index 72e9754aec..70f14dc83d 100644 --- a/docs/manual/developer/modules.xml.ja +++ b/docs/manual/developer/modules.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 340159ea8c..31639d750a 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_crypto.xml.meta b/docs/manual/mod/mod_crypto.xml.meta index 4872ae3416..4d0688993f 100644 --- a/docs/manual/mod/mod_crypto.xml.meta +++ b/docs/manual/mod/mod_crypto.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_dir.html.en.utf8 b/docs/manual/mod/mod_dir.html.en.utf8 index 1a0aa2fd11..9715a5ae91 100644 --- a/docs/manual/mod/mod_dir.html.en.utf8 +++ b/docs/manual/mod/mod_dir.html.en.utf8 @@ -150,10 +150,10 @@ a directory literally if it has any arguments before or after it, even if they are "disabled" as well.

-

Note: Multiple DirectoryIndex +

Multiple DirectoryIndex directives within the same context will add to the list of resources to look for rather than replace: -

+
# Example A: Set index.html as an index page, then add index.php to that list as well.
 <Directory "/foo">
     DirectoryIndex index.html
diff --git a/docs/manual/mod/mod_dir.xml.fr b/docs/manual/mod/mod_dir.xml.fr
index 8ff1312e38..d630d3dd9e 100644
--- a/docs/manual/mod/mod_dir.xml.fr
+++ b/docs/manual/mod/mod_dir.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 
diff --git a/docs/manual/mod/mod_dir.xml.ja b/docs/manual/mod/mod_dir.xml.ja
index 8937aced68..76f36a4e2f 100644
--- a/docs/manual/mod/mod_dir.xml.ja
+++ b/docs/manual/mod/mod_dir.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 f35d52fcae..1fc9d78e0f 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_request.xml.meta b/docs/manual/mod/mod_request.xml.meta
index 61e71b948c..875787e894 100644
--- a/docs/manual/mod/mod_request.xml.meta
+++ b/docs/manual/mod/mod_request.xml.meta
@@ -8,7 +8,7 @@
 
   
     en
-    fr
-    tr
+    fr
+    tr
   
 
diff --git a/docs/manual/mod/mod_request.xml.tr b/docs/manual/mod/mod_request.xml.tr
index 26ea8dd5f6..838e2c864d 100644
--- a/docs/manual/mod/mod_request.xml.tr
+++ b/docs/manual/mod/mod_request.xml.tr
@@ -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 1a6465f9bc..4807671e78 100644
--- a/docs/manual/mod/mod_ssl.html.en.utf8
+++ b/docs/manual/mod/mod_ssl.html.en.utf8
@@ -2921,7 +2921,10 @@ stapling related OCSP queries (such as responses with an overall status
 other than "successful", responses with a certificate status other than
 "good", expired responses etc.) on to the client.
 If set to off, only responses indicating a certificate status
-of "good" will be included in the TLS handshake.

+of "good" or "revoked" will be included in the TLS handshake. +Responses with a "revoked" status are always included regardless of +this setting, because suppressing a known revocation would be a +security risk.

top
diff --git a/docs/manual/mod/mod_ssl.xml.es b/docs/manual/mod/mod_ssl.xml.es index 3279cd8270..608be53233 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 acf00bc4b7..8ab88e1d21 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_xml2enc.html.en.utf8 b/docs/manual/mod/mod_xml2enc.html.en.utf8 index e4d98582c7..109af15437 100644 --- a/docs/manual/mod/mod_xml2enc.html.en.utf8 +++ b/docs/manual/mod/mod_xml2enc.html.en.utf8 @@ -141,7 +141,7 @@ them to a supported encoding using xml2EncAlias.<
top

xml2EncAlias Directive

- + diff --git a/docs/manual/mod/mod_xml2enc.xml.fr b/docs/manual/mod/mod_xml2enc.xml.fr index 52029331ad..ddbac018ee 100644 --- a/docs/manual/mod/mod_xml2enc.xml.fr +++ b/docs/manual/mod/mod_xml2enc.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index d06706d503..16048560da 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -391,7 +391,7 @@ module einen Hauptspeicherauszug erstellt - + @@ -1324,7 +1324,7 @@ a given virtual host - + diff --git a/docs/manual/mod/quickreference.html.en.utf8 b/docs/manual/mod/quickreference.html.en.utf8 index 6cd0585c08..455502cd64 100644 --- a/docs/manual/mod/quickreference.html.en.utf8 +++ b/docs/manual/mod/quickreference.html.en.utf8 @@ -387,7 +387,7 @@ module switch before dumping core - + @@ -1309,7 +1309,7 @@ a given virtual host - + diff --git a/docs/manual/mod/quickreference.html.es.utf8 b/docs/manual/mod/quickreference.html.es.utf8 index 2850988607..fcee85f7e4 100644 --- a/docs/manual/mod/quickreference.html.es.utf8 +++ b/docs/manual/mod/quickreference.html.es.utf8 @@ -386,7 +386,7 @@ module switch before dumping core - + @@ -1328,7 +1328,7 @@ a given virtual host - + diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index c58a671be3..be4e02e5b0 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -374,7 +374,7 @@ CGI program - + @@ -1242,7 +1242,7 @@ a given virtual host - + diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 892210f65c..d736af963d 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -369,7 +369,7 @@ CGI program switch before dumping core - + @@ -1266,7 +1266,7 @@ a given virtual host - + diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 79c5461f76..5f0828df17 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -392,7 +392,7 @@ module Sunucusunun geçmeye çalışacağı dizin. - + @@ -1311,7 +1311,7 @@ for the virtualhost. - + diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index 0b8bb48230..417c46cbd3 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -382,7 +382,7 @@ module switch before dumping core - + @@ -1304,7 +1304,7 @@ a given virtual host - + diff --git a/docs/manual/programs/configure.html.en.utf8 b/docs/manual/programs/configure.html.en.utf8 index dec6fa51d4..e7277389be 100644 --- a/docs/manual/programs/configure.html.en.utf8 +++ b/docs/manual/programs/configure.html.en.utf8 @@ -218,7 +218,8 @@ apachectl, suexec, etc. which are necessary to run the Apache HTTP Server. By default sbindir is set to - EPREFIX/sbin. + EPREFIX/bin (the same as + bindir).
--sharedstatedir=DIR
Install modifiable architecture-independent data in DIR. diff --git a/docs/manual/programs/configure.html.fr.utf8 b/docs/manual/programs/configure.html.fr.utf8 index c6d8814416..a2c74656cf 100644 --- a/docs/manual/programs/configure.html.fr.utf8 +++ b/docs/manual/programs/configure.html.fr.utf8 @@ -28,6 +28,8 @@  ko  |  tr 

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

Le script configure permet de configurer l'arborescence des sources afin de compiler et installer le serveur diff --git a/docs/manual/programs/configure.xml.fr b/docs/manual/programs/configure.xml.fr index 3bfaa35b74..b138b499b0 100644 --- a/docs/manual/programs/configure.xml.fr +++ b/docs/manual/programs/configure.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/programs/configure.xml.ko b/docs/manual/programs/configure.xml.ko index 4bbbf8bca8..633b1d6057 100644 --- a/docs/manual/programs/configure.xml.ko +++ b/docs/manual/programs/configure.xml.ko @@ -1,7 +1,7 @@ - + + + + + diff --git a/docs/manual/rewrite/remapping.xml.ja b/docs/manual/rewrite/remapping.xml.ja index 7047540651..fb5e140ad6 100644 --- a/docs/manual/rewrite/remapping.xml.ja +++ b/docs/manual/rewrite/remapping.xml.ja @@ -1,7 +1,7 @@ - + + + +

Description:Recognise Aliases for encoding values
Description:Recognize Aliases for encoding values
Syntax:xml2EncAlias charset alias [alias ...]
Context:server config
Status:Base
CryptoCipher name aes256 svdhE
Cipher to be used by the crypto filter
CryptoDriver name openssl sE
Name of the crypto driver to use
CryptoIV value none svdhE
IV (Initialisation Vector) to be used by the crypto filter
CryptoIV value none svdhE
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none svdhE
Key to be used by the crypto filter
CryptoSize integer 131072 svdhE
Maximum size in bytes to buffer by the crypto filter
CTAuditStorage directorysE
Existing directory where data for off-line audit will be stored
WatchdogInterval time-interval[s] 1 sB
Watchdog interval in seconds
XBitHack on|off|full off svdhB
Parse SSI directives in files with the execute bit set
xml2EncAlias charset alias [alias ...]sB
Recognise Aliases for encoding values
xml2EncAlias charset alias [alias ...]sB
Recognize Aliases for encoding values
xml2EncDefault namesvdhB
Sets a default encoding to assume when absolutely no information can be automatically detected
xml2StartParse element [element ...]svdhB
Advise the parser to skip leading junk.
CryptoCipher name aes256 svdhE
Cipher to be used by the crypto filter
CryptoDriver name openssl sE
Name of the crypto driver to use
CryptoIV value none svdhE
IV (Initialisation Vector) to be used by the crypto filter
CryptoIV value none svdhE
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none svdhE
Key to be used by the crypto filter
CryptoSize integer 131072 svdhE
Maximum size in bytes to buffer by the crypto filter
CTAuditStorage directorysE
Existing directory where data for off-line audit will be stored
WatchdogInterval time-interval[s] 1 sB
Watchdog interval in seconds
XBitHack on|off|full off svdhB
Parse SSI directives in files with the execute bit set
xml2EncAlias charset alias [alias ...]sB
Recognise Aliases for encoding values
xml2EncAlias charset alias [alias ...]sB
Recognize Aliases for encoding values
xml2EncDefault namesvdhB
Sets a default encoding to assume when absolutely no information can be automatically detected
xml2StartParse element [element ...]svdhB
Advise the parser to skip leading junk.
CryptoCipher name aes256 svdhE
Cipher to be used by the crypto filter
CryptoDriver name openssl sE
Name of the crypto driver to use
CryptoIV value none svdhE
IV (Initialisation Vector) to be used by the crypto filter
CryptoIV value none svdhE
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none svdhE
Key to be used by the crypto filter
CryptoSize integer 131072 svdhE
Maximum size in bytes to buffer by the crypto filter
CTAuditStorage directorysE
Existing directory where data for off-line audit will be stored
WatchdogInterval time-interval[s] 1 sB
Watchdog interval in seconds
XBitHack on|off|full off svdhB
Parse SSI directives in files with the execute bit set
xml2EncAlias charset alias [alias ...]sB
Recognise Aliases for encoding values
xml2EncAlias charset alias [alias ...]sB
Recognize Aliases for encoding values
xml2EncDefault namesvdhB
Sets a default encoding to assume when absolutely no information can be automatically detected
xml2StartParse element [element ...]svdhB
Advise the parser to skip leading junk.
CryptoCipher name aes256 svdhE
Cipher to be used by the crypto filter
CryptoDriver name openssl sE
Name of the crypto driver to use
CryptoIV value none svdhE
IV (Initialisation Vector) to be used by the crypto filter
CryptoIV value none svdhE
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none svdhE
Key to be used by the crypto filter
CryptoSize integer 131072 svdhE
Maximum size in bytes to buffer by the crypto filter
CTAuditStorage directorysE
Existing directory where data for off-line audit will be stored
WatchdogInterval time-interval[s] 1 sB
Watchdog interval in seconds
XBitHack on|off|full off svdhB
実行ビットが設定されたファイルの SSI ディレクティブを 解析する
xml2EncAlias charset alias [alias ...]sB
Recognise Aliases for encoding values
xml2EncAlias charset alias [alias ...]sB
Recognize Aliases for encoding values
xml2EncDefault namesvdhB
Sets a default encoding to assume when absolutely no information can be automatically detected
xml2StartParse element [element ...]svdhB
Advise the parser to skip leading junk.
CryptoCipher name aes256 svdhE
Cipher to be used by the crypto filter
CryptoDriver name openssl sE
Name of the crypto driver to use
CryptoIV value none svdhE
IV (Initialisation Vector) to be used by the crypto filter
CryptoIV value none svdhE
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none svdhE
Key to be used by the crypto filter
CryptoSize integer 131072 svdhE
Maximum size in bytes to buffer by the crypto filter
CTAuditStorage directorysE
Existing directory where data for off-line audit will be stored
WatchdogInterval time-interval[s] 1 sB
Watchdog interval in seconds
XBitHack on|off|full off svdhB
Parse SSI directives in files with the execute bit set
xml2EncAlias charset alias [alias ...]sB
Recognise Aliases for encoding values
xml2EncAlias charset alias [alias ...]sB
Recognize Aliases for encoding values
xml2EncDefault namesvdhB
Sets a default encoding to assume when absolutely no information can be automatically detected
xml2StartParse element [element ...]svdhB
Advise the parser to skip leading junk.
CryptoCipher name aes256 skdhE
Cipher to be used by the crypto filter
CryptoDriver name openssl sE
Name of the crypto driver to use
CryptoIV value none skdhE
IV (Initialisation Vector) to be used by the crypto filter
CryptoIV value none skdhE
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none skdhE
Key to be used by the crypto filter
CryptoSize integer 131072 skdhE
Maximum size in bytes to buffer by the crypto filter
CTAuditStorage directorysE
Existing directory where data for off-line audit will be stored
WatchdogInterval time-interval[s] 1 sT
Watchdog interval in seconds
XBitHack on|off|full off skdhT
Parse SSI directives in files with the execute bit set
xml2EncAlias charset alias [alias ...]sT
Recognise Aliases for encoding values
xml2EncAlias charset alias [alias ...]sT
Recognize Aliases for encoding values
xml2EncDefault nameskdhT
Sets a default encoding to assume when absolutely no information can be automatically detected
xml2StartParse element [element ...]skdhT
Advise the parser to skip leading junk.
CryptoCipher name aes256 svdhE
Cipher to be used by the crypto filter
CryptoDriver name openssl sE
Name of the crypto driver to use
CryptoIV value none svdhE
IV (Initialisation Vector) to be used by the crypto filter
CryptoIV value none svdhE
IV (Initialization Vector) to be used by the crypto filter
CryptoKey value none svdhE
Key to be used by the crypto filter
CryptoSize integer 131072 svdhE
Maximum size in bytes to buffer by the crypto filter
CTAuditStorage directorysE
Existing directory where data for off-line audit will be stored
WatchdogInterval time-interval[s] 1 sB
Watchdog interval in seconds
XBitHack on|off|full off svdhB
Parse SSI directives in files with the execute bit set
xml2EncAlias charset alias [alias ...]sB
Recognise Aliases for encoding values
xml2EncAlias charset alias [alias ...]sB
Recognize Aliases for encoding values
xml2EncDefault namesvdhB
Sets a default encoding to assume when absolutely no information can be automatically detected
xml2StartParse element [element ...]svdhB
Advise the parser to skip leading junk.