From: Rich Bowen Date: Thu, 2 Apr 2026 18:39:37 +0000 (+0000) Subject: rebuild html, metadata X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b4950043436879d7b7808df66b91ca6d1104bf;p=thirdparty%2Fapache%2Fhttpd.git rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932751 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en.utf8 b/docs/manual/mod/mod_ssl.html.en.utf8 index 2238b87e6b..9a339f80d9 100644 --- a/docs/manual/mod/mod_ssl.html.en.utf8 +++ b/docs/manual/mod/mod_ssl.html.en.utf8 @@ -402,6 +402,12 @@ preference. This can be used alternatively and/or additionally to

Example

SSLCACertificateFile "/usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt"
+

This file is read at server startup, while the server is still running +as root (before privilege dropping), so it may be owned by +and readable only by root. The file is not re-read during +normal operation; a server restart is required for changes to take +effect.

+
top

SSLCACertificatePath Directive

@@ -427,6 +433,12 @@ contains the appropriate symbolic links.

Example

SSLCACertificatePath "/usr/local/apache2/conf/ssl.crt/"
+

The files in this directory are read at server startup, while the server +is still running as root (before privilege dropping), so they +may be owned by and readable only by root. The files are not +re-read during normal operation; a server restart is required for changes +to take effect.

+
top

SSLCADNRequestFile Directive

@@ -465,6 +477,12 @@ PEM-encoded CA certificates.

Example

SSLCADNRequestFile "/usr/local/apache2/conf/ca-names.crt"
+

This file is read at server startup, while the server is still running +as root (before privilege dropping), so it may be owned by +and readable only by root. The file is not re-read during +normal operation; a server restart is required for changes to take +effect.

+
top

SSLCADNRequestPath Directive

@@ -490,6 +508,12 @@ this directory contains the appropriate symbolic links.

Example

SSLCADNRequestPath "/usr/local/apache2/conf/ca-names.crt/"
+

The files in this directory are read at server startup, while the server +is still running as root (before privilege dropping), so they +may be owned by and readable only by root. The files are not +re-read during normal operation; a server restart is required for changes +to take effect.

+
top

SSLCARevocationCheck Directive

@@ -559,6 +583,12 @@ used alternatively and/or additionally to

Example

SSLCARevocationFile "/usr/local/apache2/conf/ssl.crl/ca-bundle-client.crl"
+

This file is read at server startup, while the server is still running +as root (before privilege dropping), so it may be owned by +and readable only by root. The file is not re-read during +normal operation; a server restart is required for changes to take +effect.

+
top

SSLCARevocationPath Directive

@@ -583,6 +613,12 @@ contains the appropriate symbolic links.

Example

SSLCARevocationPath "/usr/local/apache2/conf/ssl.crl/"
+

The files in this directory are read at server startup, while the server +is still running as root (before privilege dropping), so they +may be owned by and readable only by root. The files are not +re-read during normal operation; a server restart is required for changes +to take effect.

+
top

SSLCertificateChainFile Directive

@@ -626,6 +662,12 @@ confused in this situation.

Example

SSLCertificateChainFile "/usr/local/apache2/conf/ssl.crt/ca.crt"
+

This file is read at server startup, while the server is still running +as root (before privilege dropping), so it may be owned by +and readable only by root. The file is not re-read during +normal operation; a server restart is required for changes to take +effect.

+
top

SSLCertificateFile Directive

@@ -738,6 +780,12 @@ SSLCertificateFile "/usr/local/apache2/conf/ssl.crt/server.crt" SSLCertificateFile "pkcs11:token=My%20Token%20Name;id=45"
+

This file is read at server startup, while the server is still running +as root (before privilege dropping), so it may be owned by +and readable only by root. The file is not re-read during +normal operation; a server restart is required for changes to take +effect.

+
top

SSLCertificateKeyFile Directive

@@ -781,6 +829,12 @@ SSLCertificateKeyFile "/usr/local/apache2/conf/ssl.key/server.key" SSLCertificateKeyFile "pkcs11:token=My%20Token%20Name;id=45"
+

This file is read at server startup, while the server is still running +as root (before privilege dropping), so it should be owned by +and readable only by root, since it contains the private key. +The file is not re-read during normal operation; a server restart is +required for changes to take effect.

+
top

SSLCipherSuite Directive

diff --git a/docs/manual/mod/mod_ssl.html.fr.utf8 b/docs/manual/mod/mod_ssl.html.fr.utf8 index 217cb37c50..77e894e313 100644 --- a/docs/manual/mod/mod_ssl.html.fr.utf8 +++ b/docs/manual/mod/mod_ssl.html.fr.utf8 @@ -30,6 +30,8 @@  es  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_ssl.xml.es b/docs/manual/mod/mod_ssl.xml.es index d172400d4a..16f2d8de60 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 050da8cd21..436d52bb90 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.xml.meta b/docs/manual/mod/mod_ssl.xml.meta index d50eb9de39..194507ef07 100644 --- a/docs/manual/mod/mod_ssl.xml.meta +++ b/docs/manual/mod/mod_ssl.xml.meta @@ -9,6 +9,6 @@ en es - fr + fr
Description:Chiffrement de haut niveau basé sur les protocoles Secure Sockets Layer (SSL) et Transport Layer Security (TLS)
Statut:Extension