From: Rich Bowen mod_sed input
Both the input and output filters only process the data if newline characters are seen in the content. At the end of the data, the rest of the data is treated as the last line.
A tutorial article on mod_sed, and why it is more powerful than simple
-string or regular expression search and replace, is available on
-the author's blog.
| Description: | Filtre les contenus en entrée (requêtes) et en sortie
(réponses) en utilisant la syntaxe de sed | ||
|---|---|---|---|
| Statut: | |||
| Description: | Chiffrement de haut niveau basé sur les protocoles Secure Sockets Layer (SSL) et Transport Layer Security (TLS) | ||
|---|---|---|---|
| Statut: | Extension | ||
| Description: | Définit par un nom un jeu de configurations SSL |
|---|---|
| Syntaxe: | <SSLPolicy name> |
| Contexte: | configuration du serveur |
| Statut: | Extension |
| Module: | mod_ssl |
| Compatibilité: | Disponible à partir de la version 2.4.28 du serveur HTTP Apache |
Cette directive permet de définir un jeu de configurations SSL et de lui
-attribuer un nom. Ce nom peut alors être utilisé par les directives
-SSLPolicy et SSLProxyPolicy pour
-appliquer ce jeu de configurations au contexte courant.
<SSLPolicy safe-stapling> - SSLUseStapling on - SSLStaplingResponderTimeout 2 - SSLStaplingReturnResponderErrors off - SSLStaplingFakeTryLater off - SSLStaplingStandardCacheTimeout 86400 -</SSLPolicy> - - ... - <VirtualHost...> - SSLPolicy safe-stapling - ...-
Cette directive permet d'une part de faciliter la lecture et la -maintenance des configurations des serveurs. Elle a été conçue d'autre -part pour faciliter et sécuriser l'utilisation de SSL. Sur ce dernier -point, Apache httpd est fourni avec un jeu de configurations SSL prédéfinies qui -respecte les bonnes pratiques du code open source. Par exemple, le jeu de -configurations "modern" fait en sorte que votre serveur fonctionne de manière -compatible et sécurisée avec les navigateurs courants.
- -Vous pouvez obtenir la liste des politiques SSL prédéfinies de votre serveur -Apache en lançant la commande suivante. Cette liste vous montre le détail du -contenu de chaque politique SSL prédéfinie :
- -httpd -t -D DUMP_SSL_POLICIES-
Cette directive ne peut être utilisée qu'au niveau de la configuration -globale du serveur ; il ne peut donc coexister deux politiques de même nom. Les -politiques SSL peuvent cependant être redéfinies :
- -<SSLPolicy proxy-trust> - SSLProxyVerify require -</SSLPolicy> - ... -<SSLPolicy proxy-trust> - SSLProxyVerify none -</SSLPolicy>-
Les définitions des politiques SSL sont ajoutées selon l'ordre dans -lequel elles apparaissent, mais sont appliquées lorsque l'ensemble du fichier de -configuration a été lu. Cela implique que dans l'exemple précédent, toute -utilisation de la politique 'proxy-trust' sera équivalente à la directive -'SSLProxyVerify none' et que la première définition de cette politique sera -ignorée. Il est ainsi possible de modifier des politiques préinstallées sans -avoir à les désactiver.
- -Il est aussi possible de ne modifier qu'un aspect de la polique SSL :
- -<SSLPolicy proxy-trust> - SSLProxyVerify require -</SSLPolicy> - ... -<SSLPolicy proxy-trust> - SSLPolicy proxy-trust - SSLProxyVerifyDepth 10 -</SSLPolicy>-
Toutes les directives de la politique 'proxy-trust' sont alors réutilisées et -la directive 'SSLProxyVerifyDepth 10' est ajoutée en tête de cette dernière. Cela -s'avère particulièrement utile lorsque les politiques prédéfinies (par Apache ou -une distribution) satisfont presque à vos besoins. Auparavant, ces -politiques devaient être éditées et modifiées après copie éventuelle, ce qui -compliquait les mises à jour. Elles peuvent maintenant être modifiées comme suit -:
- -Include ssl-policies.conf - -<SSLPolicy modern> - SSLPolicy modern - SSLProxyVerify none -</SSLPolicy>-
| Description: | Define a named set of SSL configurations |
|---|---|
| Syntaxe: | <SSLPolicy name> |
| Contexte: | configuration du serveur |
| Statut: | Extension |
| Module: | mod_ssl |
| Compatibilité: | Available in httpd 2.4.30 and later |
La documentation de cette directive + n'a pas encore t traduite. Veuillez vous reporter la version + en langue anglaise.
| Description: | Indique les versions du protocole SSL/TLS diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 4ee2375b015..d6934f31737 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -709,8 +709,6 @@ processing | svd | B |
|---|---|---|---|
| Define a configuration file macro | |||
| MacroIgnoreBadNesting | svd | B | |
| Ignore warnings, and does not log, about bad nesting of Macros | |||
| MacroIgnoreEmptyArgs | svd | B | |
| Ignore warnings, and does not log, about empty Macro argument(s) | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| MaxConnectionsPerChild number | 0 | s | M |
| Limit on the number of connections that an individual child server will handle during its life | |||
| MaxKeepAliveRequests Anzahl | 100 | sv | C |
| Anzahl der Anfragen, die bei einer persistenten Verbindung @@ -740,6 +738,8 @@ simultaneously | |||
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. | |||
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. | |||
| MDNotifyCmd path | s | E | |
| Run a program when Managed Domain are ready. | |||
| MDomain dns-name [ other-dns-name... ] [auto|manual] | s | E | |
| Define list of domain names that belong to one group. | |||
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | s | E | |
| Container for directives applied to the same managed domains. | |||
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. | |||
| MDPrivateKeys type [ params... ] | RSA 2048 | s | E |
| Set type and size of the private keys generated. | |||
| MDRenewWindow duration | 33% | s | E |
| Control when a certificate will be renewed. | |||
| SSLOptions [+|-]option ... | svdh | E | |
| Configure various SSL engine run-time options | |||
| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private keys | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| SSLPolicy name | sv | E | |
| Apply a SSLPolicy by name | |||
| <SSLPolicy name> | s | E | |
| Define a named set of SSL configurations | |||
| SSLProtocol [+|-]protocol ... | all -SSLv3 | sv | E |
| Configure usable SSL/TLS protocol versions | |||
| SSLProxyCACertificateFile file-path | sv | E | |
| File of concatenated PEM-encoded CA Certificates for Remote Server Auth | svd | B | |
| Define a configuration file macro | |||
| MacroIgnoreBadNesting | svd | B | |
| Ignore warnings, and does not log, about bad nesting of Macros | |||
| MacroIgnoreEmptyArgs | svd | B | |
| Ignore warnings, and does not log, about empty Macro argument(s) | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| MaxConnectionsPerChild number | 0 | s | M |
| Limit on the number of connections that an individual child server will handle during its life | |||
| MaxKeepAliveRequests number | 100 | sv | C |
| Number of requests allowed on a persistent @@ -731,6 +729,8 @@ simultaneously | |||
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. | |||
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. | |||
| MDNotifyCmd path | s | E | |
| Run a program when Managed Domain are ready. | |||
| MDomain dns-name [ other-dns-name... ] [auto|manual] | s | E | |
| Define list of domain names that belong to one group. | |||
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | s | E | |
| Container for directives applied to the same managed domains. | |||
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. | |||
| MDPrivateKeys type [ params... ] | RSA 2048 | s | E |
| Set type and size of the private keys generated. | |||
| MDRenewWindow duration | 33% | s | E |
| Control when a certificate will be renewed. | |||
| SSLOptions [+|-]option ... | svdh | E | |
| Configure various SSL engine run-time options | |||
| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private keys | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| SSLPolicy name | sv | E | |
| Apply a SSLPolicy by name | |||
| <SSLPolicy name> | s | E | |
| Define a named set of SSL configurations | |||
| SSLProtocol [+|-]protocol ... | all -SSLv3 | sv | E |
| Configure usable SSL/TLS protocol versions | |||
| SSLProxyCACertificateFile file-path | svp | E | |
| File of concatenated PEM-encoded CA Certificates for Remote Server Auth | |||
| MacroIgnoreEmptyArgs | svd | B | |
| Ignore les avertissements et n'inscrit rien dans le journal à propos des arguments de Macro vides | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| MaxConnectionsPerChild number | 0 | s | M |
| Limite le nombre de connexions qu'un processus enfant va traiter au cours de son fonctionnement | |||
| MaxKeepAliveRequests nombre | 100 | sv | C |
| Nombre de requêtes permises pour une connexion @@ -906,6 +904,8 @@ inactifs | |||
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. | |||
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. | |||
| MDNotifyCmd path | s | E | |
| Run a program when Managed Domain are ready. | |||
| MDomain dns-name [ other-dns-name... ] [auto|manual] | s | E | |
| Define list of domain names that belong to one group. | |||
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | s | E | |
| Container for directives applied to the same managed domains. | |||
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. | |||
| MDPrivateKeys type [ params... ] | RSA 2048 | s | E |
| Set type and size of the private keys generated. | |||
| MDRenewWindow duration | 33% | s | E |
| Control when a certificate will be renewed. | |||
| SSLPassPhraseDialog type | builtin | s | E |
| Méthode utilisée pour entrer le mot de passe pour les clés privées chiffrées | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Définit par un nom un jeu de configurations SSLApplique une politique SSL en la référençant par son nom | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Définit par un nom un jeu de configurations SSLApplique une politique SSL en la référençant par son nom | |||
| <SSLPolicy name> | s | E | |
| Define a named set of SSL configurations | |||
| SSLProtocol [+|-]protocole ... | all -SSLv3 | sv | E |
| Indique les versions du protocole SSL/TLS disponibles | |||
| SSLProxyCACertificateFile file-path | sv | E | |
| Fichier contenant la concaténation des certificats de CA diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index d37eee23576..99109a8eef1 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -671,8 +671,6 @@ processing | svd | B | |
| Define a configuration file macro | |||
| MacroIgnoreBadNesting | svd | B | |
| Ignore warnings, and does not log, about bad nesting of Macros | |||
| MacroIgnoreEmptyArgs | svd | B | |
| Ignore warnings, and does not log, about empty Macro argument(s) | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| MaxConnectionsPerChild number | 0 | s | M |
| Limit on the number of connections that an individual child server will handle during its life | |||
| MaxKeepAliveRequests number | 100 | sv | C |
| æç¶çãªæ¥ç¶ä¸ã§è¨±å¯ããããªã¯ã¨ã¹ãã®æ° | |||
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. | |||
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. | |||
| MDNotifyCmd path | s | E | |
| Run a program when Managed Domain are ready. | |||
| MDomain dns-name [ other-dns-name... ] [auto|manual] | s | E | |
| Define list of domain names that belong to one group. | |||
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | s | E | |
| Container for directives applied to the same managed domains. | |||
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. | |||
| MDPrivateKeys type [ params... ] | RSA 2048 | s | E |
| Set type and size of the private keys generated. | |||
| MDRenewWindow duration | 33% | s | E |
| Control when a certificate will be renewed. | |||
| SSLOptions [+|-]option ... | svdh | E | |
| Configure various SSL engine run-time options | |||
| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private keys | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| SSLPolicy name | sv | E | |
| Apply a SSLPolicy by name | |||
| <SSLPolicy name> | s | E | |
| Define a named set of SSL configurations | |||
| SSLProtocol [+|-]protocol ... | all -SSLv3 | sv | E |
| Configure usable SSL/TLS protocol versions | |||
| SSLProxyCACertificateFile file-path | sv | E | |
| File of concatenated PEM-encoded CA Certificates for Remote Server Auth | svd | B | |
| Define a configuration file macro | |||
| MacroIgnoreBadNesting | svd | B | |
| Ignore warnings, and does not log, about bad nesting of Macros | |||
| MacroIgnoreEmptyArgs | svd | B | |
| Ignore warnings, and does not log, about empty Macro argument(s) | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| MaxConnectionsPerChild number | 0 | s | M |
| Limit on the number of connections that an individual child server will handle during its life | |||
| MaxKeepAliveRequests number | 100 | sv | C |
| Number of requests allowed on a persistent @@ -701,6 +699,8 @@ simultaneously | |||
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. | |||
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. | |||
| MDNotifyCmd path | s | E | |
| Run a program when Managed Domain are ready. | |||
| MDomain dns-name [ other-dns-name... ] [auto|manual] | s | E | |
| Define list of domain names that belong to one group. | |||
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | s | E | |
| Container for directives applied to the same managed domains. | |||
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. | |||
| MDPrivateKeys type [ params... ] | RSA 2048 | s | E |
| Set type and size of the private keys generated. | |||
| MDRenewWindow duration | 33% | s | E |
| Control when a certificate will be renewed. | |||
| SSLOptions [+|-]option ... | svdh | E | |
| Configure various SSL engine run-time options | |||
| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private keys | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| SSLPolicy name | sv | E | |
| Apply a SSLPolicy by name | |||
| <SSLPolicy name> | s | E | |
| Define a named set of SSL configurations | |||
| SSLProtocol [+|-]protocol ... | all -SSLv3 | sv | E |
| Configure usable SSL/TLS protocol versions | |||
| SSLProxyCACertificateFile file-path | sv | E | |
| File of concatenated PEM-encoded CA Certificates for Remote Server Auth | skd | T | |
| Define a configuration file macro | |||
| MacroIgnoreBadNesting | skd | T | |
| Ignore warnings, and does not log, about bad nesting of Macros | |||
| MacroIgnoreEmptyArgs | skd | T | |
| Ignore warnings, and does not log, about empty Macro argument(s) | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| MaxConnectionsPerChild sayı | 0 | s | M |
| Tek bir çocuk sürecin ömrü boyunca iÅleme sokabileceÄi istek sayısını sınırlamakta kullanılır. | |||
| MaxKeepAliveRequests sayı | 100 | sk | à |
| Bir kalıcı baÄlantıda izin verilen istek sayısı | |||
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. | |||
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. | |||
| MDNotifyCmd path | s | E | |
| Run a program when Managed Domain are ready. | |||
| MDomain dns-name [ other-dns-name... ] [auto|manual] | s | E | |
| Define list of domain names that belong to one group. | |||
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | s | E | |
| Container for directives applied to the same managed domains. | |||
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. | |||
| MDPrivateKeys type [ params... ] | RSA 2048 | s | E |
| Set type and size of the private keys generated. | |||
| MDRenewWindow duration | 33% | s | E |
| Control when a certificate will be renewed. | |||
| SSLOptions [+|-]option ... | skdh | E | |
| Configure various SSL engine run-time options | |||
| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private keys | |||
| <SSLPolicy name>SSLPolicy name | sk | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| <SSLPolicy name>SSLPolicy name | sk | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| SSLPolicy name | sk | E | |
| Apply a SSLPolicy by name | |||
| <SSLPolicy name> | s | E | |
| Define a named set of SSL configurations | |||
| SSLProtocol [+|-]protocol ... | all -SSLv3 | sk | E |
| Configure usable SSL/TLS protocol versions | |||
| SSLProxyCACertificateFile file-path | sk | E | |
| File of concatenated PEM-encoded CA Certificates for Remote Server Auth | svd | B | |
| Define a configuration file macro | |||
| MacroIgnoreBadNesting | svd | B | |
| Ignore warnings, and does not log, about bad nesting of Macros | |||
| MacroIgnoreEmptyArgs | svd | B | |
| Ignore warnings, and does not log, about empty Macro argument(s) | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain> | s | E | |
| Define list of domain names that belong to one group.Container for directives applied to the same managed domains. | |||
| MaxConnectionsPerChild number | 0 | s | M |
| Limit on the number of connections that an individual child server will handle during its life | |||
| MaxKeepAliveRequests number | 100 | sv | C |
| Number of requests allowed on a persistent @@ -728,6 +726,8 @@ simultaneously | |||
| MDMembers auto|manual | auto | s | E |
| Control if the alias domain names are automatically added. | |||
| MDMustStaple on|off | off | s | E |
| Control if new certificates carry the OCSP Must Staple flag. | |||
| MDNotifyCmd path | s | E | |
| Run a program when Managed Domain are ready. | |||
| MDomain dns-name [ other-dns-name... ] [auto|manual] | s | E | |
| Define list of domain names that belong to one group. | |||
| <MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | s | E | |
| Container for directives applied to the same managed domains. | |||
| MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
| Map external to internal ports for domain ownership verification. | |||
| MDPrivateKeys type [ params... ] | RSA 2048 | s | E |
| Set type and size of the private keys generated. | |||
| MDRenewWindow duration | 33% | s | E |
| Control when a certificate will be renewed. | |||
| SSLOptions [+|-]option ... | svdh | E | |
| Configure various SSL engine run-time options | |||
| SSLPassPhraseDialog type | builtin | s | E |
| Type of pass phrase dialog for encrypted private keys | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| <SSLPolicy name>SSLPolicy name | sv | E | |
| Define a named set of SSL configurationsApply a SSLPolicy by name | |||
| SSLPolicy name | sv | E | |
| Apply a SSLPolicy by name | |||
| <SSLPolicy name> | s | E | |
| Define a named set of SSL configurations | |||
| SSLProtocol [+|-]protocol ... | all -SSLv3 | sv | E |
| Configure usable SSL/TLS protocol versions | |||
| SSLProxyCACertificateFile file-path | sv | E | |
| File of concatenated PEM-encoded CA Certificates for Remote Server Auth | |||
| Modules Apparentés | Directives Apparentées |
|---|---|
| Modules Apparentés | Directives Apparentées |
|---|---|
Il existe deux grands types de conteneurs. La plupart des conteneurs sont évalués pour chaque requête. Les directives qu'ils contiennent s'appliquent