From 3186f4aafaabb735c25d800e90569392ace5f002 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 21 Jun 2018 13:38:20 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834016 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/convenience.map | 6 +- docs/manual/howto/http2.html.es | 4 + docs/manual/mod/mod_proxy_uwsgi.html | 5 - docs/manual/mod/mod_proxy_uwsgi.html.en | 110 ------------------ docs/manual/mod/mod_ratelimit.html.fr | 2 + docs/manual/mod/quickreference.html.de | 28 ++--- docs/manual/mod/quickreference.html.es | 8 +- docs/manual/mod/quickreference.html.ja.utf8 | 28 ++--- docs/manual/mod/quickreference.html.ko.euc-kr | 28 ++--- docs/manual/mod/quickreference.html.tr.utf8 | 28 ++--- .../manual/mod/quickreference.html.zh-cn.utf8 | 28 ++--- 11 files changed, 85 insertions(+), 190 deletions(-) delete mode 100644 docs/manual/mod/mod_proxy_uwsgi.html delete mode 100644 docs/manual/mod/mod_proxy_uwsgi.html.en diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index 76af6dd4b9..4b51ccafe9 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -167,6 +167,7 @@ cachestoreprivate mod/mod_cache.html#cachestoreprivate cgidscripttimeout mod/mod_cgid.html#cgidscripttimeout cgimapextension mod/core.html#cgimapextension cgipassauth mod/core.html#cgipassauth +cgiscripttimeout mod/mod_cgi.html#cgiscripttimeout cgivar mod/core.html#cgivar charsetdefault mod/mod_charset_lite.html#charsetdefault charsetoptions mod/mod_charset_lite.html#charsetoptions @@ -368,6 +369,7 @@ location mod/core.html#location locationmatch mod/core.html#locationmatch logformat mod/mod_log_config.html#logformat logiotrackttfb mod/mod_logio.html#logiotrackttfb +logiotrackttfu mod/mod_logio.html#logiotrackttfu loglevel mod/core.html#loglevel logleveloverride mod/core.html#logleveloverride logmessage mod/mod_log_debug.html#logmessage @@ -530,7 +532,10 @@ redirect mod/mod_alias.html#redirect redirectmatch mod/mod_alias.html#redirectmatch redirectpermanent mod/mod_alias.html#redirectpermanent redirecttemp mod/mod_alias.html#redirecttemp +redisconnpoolttl mod/mod_socache_redis.html#redisconnpoolttl +redistimeout mod/mod_socache_redis.html#redistimeout reflectorheader mod/mod_reflector.html#reflectorheader +regexdefaultoptions mod/core.html#regexdefaultoptions registerhttpmethod mod/core.html#registerhttpmethod remoteipheader mod/mod_remoteip.html#remoteipheader remoteipinternalproxy mod/mod_remoteip.html#remoteipinternalproxy @@ -665,7 +670,6 @@ sslproxyengine mod/mod_ssl.html#sslproxyengine sslproxymachinecertificatechainfile mod/mod_ssl.html#sslproxymachinecertificatechainfile sslproxymachinecertificatefile mod/mod_ssl.html#sslproxymachinecertificatefile sslproxymachinecertificatepath mod/mod_ssl.html#sslproxymachinecertificatepath -sslproxypolicy mod/mod_ssl.html#sslproxypolicy sslproxyprotocol mod/mod_ssl.html#sslproxyprotocol sslproxyverify mod/mod_ssl.html#sslproxyverify sslproxyverifydepth mod/mod_ssl.html#sslproxyverifydepth diff --git a/docs/manual/howto/http2.html.es b/docs/manual/howto/http2.html.es index 2965208b71..bc3306a4f7 100644 --- a/docs/manual/howto/http2.html.es +++ b/docs/manual/howto/http2.html.es @@ -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.

Esta es la guía para configurar HTTP/2 en Apache httpd. Ésta característica es experimental así que es de esperar que algunas diff --git a/docs/manual/mod/mod_proxy_uwsgi.html b/docs/manual/mod/mod_proxy_uwsgi.html deleted file mode 100644 index ae23c5f091..0000000000 --- a/docs/manual/mod/mod_proxy_uwsgi.html +++ /dev/null @@ -1,5 +0,0 @@ -# GENERATED FROM XML -- DO NOT EDIT - -URI: mod_proxy_uwsgi.html.en -Content-Language: en -Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy_uwsgi.html.en b/docs/manual/mod/mod_proxy_uwsgi.html.en deleted file mode 100644 index 56d6affc9a..0000000000 --- a/docs/manual/mod/mod_proxy_uwsgi.html.en +++ /dev/null @@ -1,110 +0,0 @@ - - - - - -mod_proxy_uwsgi - Apache HTTP Server Version 2.5 - - - - - - - -

-
<-
-
-Apache > HTTP Server > Documentation > Version 2.5 > Modules
-
-

Apache Module mod_proxy_uwsgi

-
-

Available Languages:  en 

-
- - - -
Description:UWSGI gateway module for mod_proxy
Status:Extension
Module Identifier:proxy_uwsgi_module
Source File:mod_proxy_uwsgi.c
-

Summary

- -

This module requires the service of mod_proxy. It provides support for the - UWSGI protocol.

- -

Thus, in order to get the ability of handling the UWSGI protocol, - mod_proxy and mod_proxy_uwsgi have to - be present in the server.

- -

Warning

-

Do not enable proxying until you have secured your server. Open proxy - servers are dangerous both to your network and to the Internet at - large.

-
-
-

Topics

-

Directives

-

This module provides no - directives.

-

Bugfix checklist

See also

-
-
top
-
-

Examples

-

Remember, in order to make the following examples work, you have to - enable mod_proxy and mod_proxy_uwsgi.

- -

Simple gateway

ProxyPass "/uwsgi-bin/" "uwsgi://localhost:4000/"
-
- -

The balanced gateway needs mod_proxy_balancer and - at least one load balancer algorithm module, such as - mod_lbmethod_byrequests, in addition to the proxy - modules listed above. mod_lbmethod_byrequests is the - default, and will be used for this example configuration.

- -

Balanced gateway

ProxyPass "/uwsgi-bin/" "balancer://somecluster/"
-<Proxy balancer://somecluster>
-    BalancerMember uwsgi://localhost:4000
-    BalancerMember uwsgi://localhost:4001
-</Proxy>
-
-
-
-
-

Available Languages:  en 

-
top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
-
- \ No newline at end of file diff --git a/docs/manual/mod/mod_ratelimit.html.fr b/docs/manual/mod/mod_ratelimit.html.fr index 4250e6e03e..dbacb95de0 100644 --- a/docs/manual/mod/mod_ratelimit.html.fr +++ b/docs/manual/mod/mod_ratelimit.html.fr @@ -29,6 +29,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 1356eef038..527f9b8a90 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -745,7 +745,7 @@ simultaneously - + @@ -835,9 +835,9 @@ response - - - + + + @@ -1079,22 +1079,22 @@ server. - - - - - - + + + @@ -1119,12 +1119,12 @@ handshake keys - - @@ -1156,10 +1156,10 @@ HTTP request Cache - + - + diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 77a434f600..d4cbd350b1 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -736,7 +736,7 @@ simultaneously - + @@ -825,9 +825,9 @@ response - - - + + + diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 8295f9ba12..f85678f263 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -704,7 +704,7 @@ simultaneously - + @@ -789,9 +789,9 @@ malicious privileges-aware code. - - - + + + @@ -999,22 +999,22 @@ server. - - - - - - + + + @@ -1039,12 +1039,12 @@ handshake keys - - @@ -1076,10 +1076,10 @@ HTTP request Cache - + - + diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 1619d5521c..ea5c7c9af8 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -706,7 +706,7 @@ simultaneously - + @@ -793,9 +793,9 @@ response - - - + + + @@ -1025,22 +1025,22 @@ server. - - - - - - + + + @@ -1065,12 +1065,12 @@ handshake keys - - @@ -1102,10 +1102,10 @@ HTTP request Cache - + - + diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index d698833919..34e37a228e 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -739,7 +739,7 @@ processing - + @@ -825,9 +825,9 @@ response - - - + + + @@ -1064,22 +1064,22 @@ server. - - - - - - + + + @@ -1104,12 +1104,12 @@ handshake keys - - @@ -1141,10 +1141,10 @@ HTTP request Cache - + - + diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index c239efb12b..448616e2e5 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -733,7 +733,7 @@ simultaneously - + @@ -822,9 +822,9 @@ response - - - + + + @@ -1062,22 +1062,22 @@ server. - - - - - - + + + @@ -1102,12 +1102,12 @@ handshake keys - - @@ -1139,10 +1139,10 @@ HTTP request Cache - + - + -- 2.40.0
Description:Limitation de la bande passante pour les clients
Statut:Extension
Identificateur de Module:ratelimit_module
MDMember hostnamesE
Additional hostname for the managed domain.
MDMembers auto|manual auto sE
Control if the alias domain names are automatically added.
MDMustStaple on|off off sE
Control if new certificates carry the OCSP Must Staple flag.
MDNotifyCmd pathsE
Run a program when Managed Domain are ready.
MDNotifyCmd path [ args ]sE
Run a program when Managed Domain are ready.
MDomain dns-name [ other-dns-name... ] [auto|manual]sE
Define list of domain names that belong to one group.
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sE
Container for directives applied to the same managed domains.
MDPortMap map1 [ map2 ] 80:80 443:443 sE
Map external to internal ports for domain ownership verification.
ProxyFtpDirCharset character set ISO-8859-1 svdE
Define the character set for proxied FTP listings
ProxyFtpEscapeWildcards [on|off]svdE
Whether wildcards in requested filenames are escaped when sent to the FTP server
ProxyFtpListOnWildcard [on|off]svdE
Whether wildcards in requested filenames trigger a file listing
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response.
ProxyHCTemplate name parameter=setting <...>svE
Creates a named template for setting various health check parameters
ProxyHCTPsize <size>sE
Sets the total server-wide size of the threadpool used for the health check workers.
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response
ProxyHCTemplate name parameter=setting [...]svE
Creates a named template for setting various health check parameters
ProxyHCTPsize sizesE
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHTMLBufSize bytessvdB
Sets the buffer size increment for buffering inline scripts and stylesheets.
ProxyHTMLCharsetOut Charset | *svdB
Specify a charset for mod_proxy_html output.
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
Configures the format in which date strings are displayed
SSIUndefinedEcho string "(none)" svdhB
String displayed when an unset variable is echoed
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Client Auth
SSLCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Client Auth
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for defining acceptable CA names
SSLCADNRequestPath directory-pathsvE
Directory of PEM-encoded CA Certificates for defining acceptable CA names
SSLCARevocationCheck chain|leaf|none flags none svE
Enable CRL-based revocation checking
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Client Auth
SSLCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Client Auth
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-pathsvE
Server PEM-encoded X.509 certificate data file
SSLCertificateKeyFile file-pathsvE
Server PEM-encoded private key file
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-path|certidsvE
Server PEM-encoded X.509 certificate data file or token identifier
SSLCertificateKeyFile file-path|keyidsvE
Server PEM-encoded private key file
SSLCipherSuite [protocol] cipher-spec DEFAULT (depends on +svdhE
Cipher Suite available for negotiation in SSL handshake
SSLCompression on|off off svE
Enable compression on the SSL level
SSLPolicy namesvE
Apply a SSLPolicy by name
SSLProtocol [+|-]protocol ... all -SSLv3 svE
Configure usable SSL/TLS protocol versions
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCARevocationCheck chain|leaf|none none svE
Enable CRL-based revocation checking for Remote Server Auth
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLSessionCacheTimeout seconds 300 svE
Number of seconds before an SSL session expires in the Session Cache
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTickets on|off on svE
Enable or disable use of TLS session tickets
SSLSRPUnknownUserSeed secret-stringsvE
SRP unknown user seed
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLStaplingCache typesE
Configures the OCSP stapling cache
SSLStaplingErrorCacheTimeout seconds 600 svE
Number of seconds before expiring invalid responses in the OCSP stapling cache
SSLStaplingFakeTryLater on|off on svE
Synthesize "tryLater" responses for failed OCSP stapling queries
MDMember hostnamesE
Additional hostname for the managed domain.
MDMembers auto|manual auto sE
Control if the alias domain names are automatically added.
MDMustStaple on|off off sE
Control if new certificates carry the OCSP Must Staple flag.
MDNotifyCmd pathsE
Run a program when Managed Domain are ready.
MDNotifyCmd path [ args ]sE
Run a program when Managed Domain are ready.
MDomain dns-name [ other-dns-name... ] [auto|manual]sE
Define list of domain names that belong to one group.
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sE
Container for directives applied to the same managed domains.
MDPortMap map1 [ map2 ] 80:80 443:443 sE
Map external to internal ports for domain ownership verification.
ProxyFtpDirCharset character set ISO-8859-1 svdE
Define the character set for proxied FTP listings
ProxyFtpEscapeWildcards [on|off]svdE
Whether wildcards in requested filenames are escaped when sent to the FTP server
ProxyFtpListOnWildcard [on|off]svdE
Whether wildcards in requested filenames trigger a file listing
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response.
ProxyHCTemplate name parameter=setting <...>svE
Creates a named template for setting various health check parameters
ProxyHCTPsize <size>sE
Sets the total server-wide size of the threadpool used for the health check workers.
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response
ProxyHCTemplate name parameter=setting [...]svE
Creates a named template for setting various health check parameters
ProxyHCTPsize sizesE
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHTMLBufSize bytessvdB
Sets the buffer size increment for buffering inline scripts and stylesheets.
ProxyHTMLCharsetOut Charset | *svdB
Specify a charset for mod_proxy_html output.
MDMember hostnamesE
Additional hostname for the managed domain.
MDMembers auto|manual auto sE
Control if the alias domain names are automatically added.
MDMustStaple on|off off sE
Control if new certificates carry the OCSP Must Staple flag.
MDNotifyCmd pathsE
Run a program when Managed Domain are ready.
MDNotifyCmd path [ args ]sE
Run a program when Managed Domain are ready.
MDomain dns-name [ other-dns-name... ] [auto|manual]sE
Define list of domain names that belong to one group.
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sE
Container for directives applied to the same managed domains.
MDPortMap map1 [ map2 ] 80:80 443:443 sE
Map external to internal ports for domain ownership verification.
ProxyFtpDirCharset character set ISO-8859-1 svdE
Define the character set for proxied FTP listings
ProxyFtpEscapeWildcards [on|off]svdE
Whether wildcards in requested filenames are escaped when sent to the FTP server
ProxyFtpListOnWildcard [on|off]svdE
Whether wildcards in requested filenames trigger a file listing
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response.
ProxyHCTemplate name parameter=setting <...>svE
Creates a named template for setting various health check parameters
ProxyHCTPsize <size>sE
Sets the total server-wide size of the threadpool used for the health check workers.
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response
ProxyHCTemplate name parameter=setting [...]svE
Creates a named template for setting various health check parameters
ProxyHCTPsize sizesE
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHTMLBufSize bytessvdB
Sets the buffer size increment for buffering inline scripts and stylesheets.
ProxyHTMLCharsetOut Charset | *svdB
Specify a charset for mod_proxy_html output.
SSIStartTag tag "<!--#" svB
include 要素を開始する文字列
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
日付けを現す文字列の書式を設定する
SSIUndefinedEcho string "(none)" svdhB
未定義の変数が echo されたときに表示される文字列
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Client Auth
SSLCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Client Auth
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for defining acceptable CA names
SSLCADNRequestPath directory-pathsvE
Directory of PEM-encoded CA Certificates for defining acceptable CA names
SSLCARevocationCheck chain|leaf|none flags none svE
Enable CRL-based revocation checking
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Client Auth
SSLCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Client Auth
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-pathsvE
Server PEM-encoded X.509 certificate data file
SSLCertificateKeyFile file-pathsvE
Server PEM-encoded private key file
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-path|certidsvE
Server PEM-encoded X.509 certificate data file or token identifier
SSLCertificateKeyFile file-path|keyidsvE
Server PEM-encoded private key file
SSLCipherSuite [protocol] cipher-spec DEFAULT (depends on +svdhE
Cipher Suite available for negotiation in SSL handshake
SSLCompression on|off off svE
Enable compression on the SSL level
SSLPolicy namesvE
Apply a SSLPolicy by name
SSLProtocol [+|-]protocol ... all -SSLv3 svE
Configure usable SSL/TLS protocol versions
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCARevocationCheck chain|leaf|none none svE
Enable CRL-based revocation checking for Remote Server Auth
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLSessionCacheTimeout seconds 300 svE
Number of seconds before an SSL session expires in the Session Cache
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTickets on|off on svE
Enable or disable use of TLS session tickets
SSLSRPUnknownUserSeed secret-stringsvE
SRP unknown user seed
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLStaplingCache typesE
Configures the OCSP stapling cache
SSLStaplingErrorCacheTimeout seconds 600 svE
Number of seconds before expiring invalid responses in the OCSP stapling cache
SSLStaplingFakeTryLater on|off on svE
Synthesize "tryLater" responses for failed OCSP stapling queries
MDMember hostnamesE
Additional hostname for the managed domain.
MDMembers auto|manual auto sE
Control if the alias domain names are automatically added.
MDMustStaple on|off off sE
Control if new certificates carry the OCSP Must Staple flag.
MDNotifyCmd pathsE
Run a program when Managed Domain are ready.
MDNotifyCmd path [ args ]sE
Run a program when Managed Domain are ready.
MDomain dns-name [ other-dns-name... ] [auto|manual]sE
Define list of domain names that belong to one group.
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sE
Container for directives applied to the same managed domains.
MDPortMap map1 [ map2 ] 80:80 443:443 sE
Map external to internal ports for domain ownership verification.
ProxyFtpDirCharset character set ISO-8859-1 svdE
Define the character set for proxied FTP listings
ProxyFtpEscapeWildcards [on|off]svdE
Whether wildcards in requested filenames are escaped when sent to the FTP server
ProxyFtpListOnWildcard [on|off]svdE
Whether wildcards in requested filenames trigger a file listing
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response.
ProxyHCTemplate name parameter=setting <...>svE
Creates a named template for setting various health check parameters
ProxyHCTPsize <size>sE
Sets the total server-wide size of the threadpool used for the health check workers.
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response
ProxyHCTemplate name parameter=setting [...]svE
Creates a named template for setting various health check parameters
ProxyHCTPsize sizesE
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHTMLBufSize bytessvdB
Sets the buffer size increment for buffering inline scripts and stylesheets.
ProxyHTMLCharsetOut Charset | *svdB
Specify a charset for mod_proxy_html output.
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
Configures the format in which date strings are displayed
SSIUndefinedEcho string "(none)" svdhB
String displayed when an unset variable is echoed
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Client Auth
SSLCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Client Auth
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for defining acceptable CA names
SSLCADNRequestPath directory-pathsvE
Directory of PEM-encoded CA Certificates for defining acceptable CA names
SSLCARevocationCheck chain|leaf|none flags none svE
Enable CRL-based revocation checking
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Client Auth
SSLCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Client Auth
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-pathsvE
Server PEM-encoded X.509 certificate data file
SSLCertificateKeyFile file-pathsvE
Server PEM-encoded private key file
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-path|certidsvE
Server PEM-encoded X.509 certificate data file or token identifier
SSLCertificateKeyFile file-path|keyidsvE
Server PEM-encoded private key file
SSLCipherSuite [protocol] cipher-spec DEFAULT (depends on +svdhE
Cipher Suite available for negotiation in SSL handshake
SSLCompression on|off off svE
Enable compression on the SSL level
SSLPolicy namesvE
Apply a SSLPolicy by name
SSLProtocol [+|-]protocol ... all -SSLv3 svE
Configure usable SSL/TLS protocol versions
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCARevocationCheck chain|leaf|none none svE
Enable CRL-based revocation checking for Remote Server Auth
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLSessionCacheTimeout seconds 300 svE
Number of seconds before an SSL session expires in the Session Cache
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTickets on|off on svE
Enable or disable use of TLS session tickets
SSLSRPUnknownUserSeed secret-stringsvE
SRP unknown user seed
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLStaplingCache typesE
Configures the OCSP stapling cache
SSLStaplingErrorCacheTimeout seconds 600 svE
Number of seconds before expiring invalid responses in the OCSP stapling cache
SSLStaplingFakeTryLater on|off on svE
Synthesize "tryLater" responses for failed OCSP stapling queries
MDMember hostnamesE
Additional hostname for the managed domain.
MDMembers auto|manual auto sE
Control if the alias domain names are automatically added.
MDMustStaple on|off off sE
Control if new certificates carry the OCSP Must Staple flag.
MDNotifyCmd pathsE
Run a program when Managed Domain are ready.
MDNotifyCmd path [ args ]sE
Run a program when Managed Domain are ready.
MDomain dns-name [ other-dns-name... ] [auto|manual]sE
Define list of domain names that belong to one group.
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sE
Container for directives applied to the same managed domains.
MDPortMap map1 [ map2 ] 80:80 443:443 sE
Map external to internal ports for domain ownership verification.
ProxyFtpDirCharset character set ISO-8859-1 skdE
Define the character set for proxied FTP listings
ProxyFtpEscapeWildcards [on|off]skdE
Whether wildcards in requested filenames are escaped when sent to the FTP server
ProxyFtpListOnWildcard [on|off]skdE
Whether wildcards in requested filenames trigger a file listing
ProxyHCExpr name {ap_expr expression}skE
Creates a named condition expression to use to determine health of the backend based on its response.
ProxyHCTemplate name parameter=setting <...>skE
Creates a named template for setting various health check parameters
ProxyHCTPsize <size>sE
Sets the total server-wide size of the threadpool used for the health check workers.
ProxyHCExpr name {ap_expr expression}skE
Creates a named condition expression to use to determine health of the backend based on its response
ProxyHCTemplate name parameter=setting [...]skE
Creates a named template for setting various health check parameters
ProxyHCTPsize sizesE
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHTMLBufSize bytesskdT
Sets the buffer size increment for buffering inline scripts and stylesheets.
ProxyHTMLCharsetOut Charset | *skdT
Specify a charset for mod_proxy_html output.
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +skdhT
Configures the format in which date strings are displayed
SSIUndefinedEcho string "(none)" skdhT
String displayed when an unset variable is echoed
SSLCACertificateFile file-pathskE
File of concatenated PEM-encoded CA Certificates +
SSLCACertificateFile file-pathskE
File of concatenated PEM-encoded CA Certificates for Client Auth
SSLCACertificatePath directory-pathskE
Directory of PEM-encoded CA Certificates for Client Auth
SSLCADNRequestFile file-pathskE
File of concatenated PEM-encoded CA Certificates +
SSLCADNRequestFile file-pathskE
File of concatenated PEM-encoded CA Certificates for defining acceptable CA names
SSLCADNRequestPath directory-pathskE
Directory of PEM-encoded CA Certificates for defining acceptable CA names
SSLCARevocationCheck chain|leaf|none flags none skE
Enable CRL-based revocation checking
SSLCARevocationFile file-pathskE
File of concatenated PEM-encoded CA CRLs for +
SSLCARevocationFile file-pathskE
File of concatenated PEM-encoded CA CRLs for Client Auth
SSLCARevocationPath directory-pathskE
Directory of PEM-encoded CA CRLs for Client Auth
SSLCertificateChainFile file-pathskE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-pathskE
Server PEM-encoded X.509 certificate data file
SSLCertificateKeyFile file-pathskE
Server PEM-encoded private key file
SSLCertificateChainFile file-pathskE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-path|certidskE
Server PEM-encoded X.509 certificate data file or token identifier
SSLCertificateKeyFile file-path|keyidskE
Server PEM-encoded private key file
SSLCipherSuite [protocol] cipher-spec DEFAULT (depends on +skdhE
Cipher Suite available for negotiation in SSL handshake
SSLCompression on|off off skE
Enable compression on the SSL level
SSLPolicy nameskE
Apply a SSLPolicy by name
SSLProtocol [+|-]protocol ... all -SSLv3 skE
Configure usable SSL/TLS protocol versions
SSLProxyCACertificateFile file-pathskE
File of concatenated PEM-encoded CA Certificates +
SSLProxyCACertificateFile file-pathskE
File of concatenated PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCACertificatePath directory-pathskE
Directory of PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCARevocationCheck chain|leaf|none none skE
Enable CRL-based revocation checking for Remote Server Auth
SSLProxyCARevocationFile file-pathskE
File of concatenated PEM-encoded CA CRLs for +
SSLProxyCARevocationFile file-pathskE
File of concatenated PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCARevocationPath directory-pathskE
Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLSessionCacheTimeout seconds 300 skE
Number of seconds before an SSL session expires in the Session Cache
SSLSessionTicketKeyFile file-pathskE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTicketKeyFile file-pathskE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTickets on|off on skE
Enable or disable use of TLS session tickets
SSLSRPUnknownUserSeed secret-stringskE
SRP unknown user seed
SSLSRPVerifierFile file-pathskE
Path to SRP verifier file
SSLSRPVerifierFile file-pathskE
Path to SRP verifier file
SSLStaplingCache typesE
Configures the OCSP stapling cache
SSLStaplingErrorCacheTimeout seconds 600 skE
Number of seconds before expiring invalid responses in the OCSP stapling cache
SSLStaplingFakeTryLater on|off on skE
Synthesize "tryLater" responses for failed OCSP stapling queries
MDMember hostnamesE
Additional hostname for the managed domain.
MDMembers auto|manual auto sE
Control if the alias domain names are automatically added.
MDMustStaple on|off off sE
Control if new certificates carry the OCSP Must Staple flag.
MDNotifyCmd pathsE
Run a program when Managed Domain are ready.
MDNotifyCmd path [ args ]sE
Run a program when Managed Domain are ready.
MDomain dns-name [ other-dns-name... ] [auto|manual]sE
Define list of domain names that belong to one group.
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sE
Container for directives applied to the same managed domains.
MDPortMap map1 [ map2 ] 80:80 443:443 sE
Map external to internal ports for domain ownership verification.
ProxyFtpDirCharset character set ISO-8859-1 svdE
Define the character set for proxied FTP listings
ProxyFtpEscapeWildcards [on|off]svdE
Whether wildcards in requested filenames are escaped when sent to the FTP server
ProxyFtpListOnWildcard [on|off]svdE
Whether wildcards in requested filenames trigger a file listing
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response.
ProxyHCTemplate name parameter=setting <...>svE
Creates a named template for setting various health check parameters
ProxyHCTPsize <size>sE
Sets the total server-wide size of the threadpool used for the health check workers.
ProxyHCExpr name {ap_expr expression}svE
Creates a named condition expression to use to determine health of the backend based on its response
ProxyHCTemplate name parameter=setting [...]svE
Creates a named template for setting various health check parameters
ProxyHCTPsize sizesE
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHTMLBufSize bytessvdB
Sets the buffer size increment for buffering inline scripts and stylesheets.
ProxyHTMLCharsetOut Charset | *svdB
Specify a charset for mod_proxy_html output.
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
Configures the format in which date strings are displayed
SSIUndefinedEcho string "(none)" svdhB
String displayed when an unset variable is echoed
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Client Auth
SSLCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Client Auth
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLCADNRequestFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for defining acceptable CA names
SSLCADNRequestPath directory-pathsvE
Directory of PEM-encoded CA Certificates for defining acceptable CA names
SSLCARevocationCheck chain|leaf|none flags none svE
Enable CRL-based revocation checking
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Client Auth
SSLCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Client Auth
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-pathsvE
Server PEM-encoded X.509 certificate data file
SSLCertificateKeyFile file-pathsvE
Server PEM-encoded private key file
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-path|certidsvE
Server PEM-encoded X.509 certificate data file or token identifier
SSLCertificateKeyFile file-path|keyidsvE
Server PEM-encoded private key file
SSLCipherSuite [protocol] cipher-spec DEFAULT (depends on +svdhE
Cipher Suite available for negotiation in SSL handshake
SSLCompression on|off off svE
Enable compression on the SSL level
SSLPolicy namesvE
Apply a SSLPolicy by name
SSLProtocol [+|-]protocol ... all -SSLv3 svE
Configure usable SSL/TLS protocol versions
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates +
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCARevocationCheck chain|leaf|none none svE
Enable CRL-based revocation checking for Remote Server Auth
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for +
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLSessionCacheTimeout seconds 300 svE
Number of seconds before an SSL session expires in the Session Cache
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTicketKeyFile file-pathsvE
Persistent encryption/decryption key for TLS session tickets
SSLSessionTickets on|off on svE
Enable or disable use of TLS session tickets
SSLSRPUnknownUserSeed secret-stringsvE
SRP unknown user seed
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLSRPVerifierFile file-pathsvE
Path to SRP verifier file
SSLStaplingCache typesE
Configures the OCSP stapling cache
SSLStaplingErrorCacheTimeout seconds 600 svE
Number of seconds before expiring invalid responses in the OCSP stapling cache
SSLStaplingFakeTryLater on|off on svE
Synthesize "tryLater" responses for failed OCSP stapling queries