From: Yann Ylavic Date: Wed, 1 Jun 2022 11:43:16 +0000 (+0000) Subject: Sync docs [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b32639ae0f01fd3d7c6852df44b3f12a5d59801;p=thirdparty%2Fapache%2Fhttpd.git Sync docs [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index eba61bcc5b8..c20a3410193 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ROTATELOGS" 8 "2020-06-10" "Apache HTTP Server" "rotatelogs" +.TH "ROTATELOGS" 8 "2022-06-01" "Apache HTTP Server" "rotatelogs" .SH NAME rotatelogs \- Piped logging program to rotate Apache logs @@ -68,7 +68,7 @@ Echo logs through to stdout\&. Useful when logs need to be further processed in Create log file for each interval, even if empty\&. .TP \fB-n \fInumber-of-files\fR\fR -Use a circular list of filenames without timestamps\&. With -n 3, the series of log files opened would be "logfile", "logfile\&.1", "logfile\&.2", then overwriting "logfile"\&. Available in 2\&.4\&.5 and later\&. +Use a circular list of filenames without timestamps\&. This option overwrites log files at startup and during rotation\&. With -n 3, the series of log files opened would be "logfile", "logfile\&.1", "logfile\&.2", then overwriting "logfile"\&. When this program first opens "logfile", the file will only be truncated if \fB-t\fR is also provided\&. Every subsequent rotation will always begin with truncation of the target file\&. For size based rotation without \fB-t\fR and existing log files in place, this option may result in unintuitive behavior such as initial log entries being sent to "logfile\&.1", and entries in "logfile\&.1" not being preserved even if later "logfile\&.n" have not yet been used\&. Available in 2\&.4\&.5 and later\&. .TP \fB\fIlogfile\fR\fR .PP The path plus basename of the logfile\&. If \fIlogfile\fR includes any '%' characters, it is treated as a format string for \fBstrftime(3)\fR\&. Otherwise, the suffix \fI\&.nnnnnnnnnn\fR is automatically added and is the time in seconds (unless the -t option is used)\&. Both formats compute the start time from the beginning of the current period\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created from the \fBstrftime(3)\fR format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&. .PP When using \fBstrftime(3)\fR filename formatting, be sure the log file format has enough granularity to produce a different file name each time the logs are rotated\&. Otherwise rotation will overwrite the same file instead of starting a new one\&. For example, if \fIlogfile\fR was \fB/var/log/errorlog\&.%Y-%m-%d\fR with log rotation at 5 megabytes, but 5 megabytes was reached twice in the same day, the same log file name would be produced and log rotation would keep writing to the same file\&. .PP If the logfile 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\&. diff --git a/docs/manual/howto/http2.html.en.utf8 b/docs/manual/howto/http2.html.en.utf8 index dac8bfdc14d..00a9d7b6b40 100644 --- a/docs/manual/howto/http2.html.en.utf8 +++ b/docs/manual/howto/http2.html.en.utf8 @@ -89,7 +89,7 @@

mod_http2 uses the library of nghttp2 as its implementation base. In order to build mod_http2 you need at least version 1.2.1 of libnghttp2 installed on your system.

-

When you ./configure you Apache httpd source tree, you need to give it +

When you ./configure your Apache httpd source tree, you need to give it '--enable-http2' as additional argument to trigger the build of the module. Should your libnghttp2 reside in an unusual place (whatever that is on your operating system), you may announce its location with '--with-nghttp2=<path>' diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 2f8e00fad0f..ff780233ed8 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -485,6 +485,8 @@

  • MDRenewMode
  • MDRenewWindow
  • MDRequireHttps
  • +
  • MDRetryDelay
  • +
  • MDRetryFailover
  • MDServerStatus
  • MDStapleOthers
  • MDStapling
  • diff --git a/docs/manual/mod/directives.html.en.utf8 b/docs/manual/mod/directives.html.en.utf8 index 0472c13e355..119b9f96182 100644 --- a/docs/manual/mod/directives.html.en.utf8 +++ b/docs/manual/mod/directives.html.en.utf8 @@ -486,6 +486,8 @@
  • MDRenewMode
  • MDRenewWindow
  • MDRequireHttps
  • +
  • MDRetryDelay
  • +
  • MDRetryFailover
  • MDServerStatus
  • MDStapleOthers
  • MDStapling
  • diff --git a/docs/manual/mod/directives.html.es.utf8 b/docs/manual/mod/directives.html.es.utf8 index acb9511fc6c..baf4fdfff1f 100644 --- a/docs/manual/mod/directives.html.es.utf8 +++ b/docs/manual/mod/directives.html.es.utf8 @@ -488,6 +488,8 @@
  • MDRenewMode
  • MDRenewWindow
  • MDRequireHttps
  • +
  • MDRetryDelay
  • +
  • MDRetryFailover
  • MDServerStatus
  • MDStapleOthers
  • MDStapling
  • diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index 9bba4725436..296169a16f8 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -483,6 +483,8 @@
  • MDRenewMode
  • MDRenewWindow
  • MDRequireHttps
  • +
  • MDRetryDelay
  • +
  • MDRetryFailover
  • MDServerStatus
  • MDStapleOthers
  • MDStapling
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 383de1f0e09..f00d5f80093 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -483,6 +483,8 @@
  • MDRenewMode
  • MDRenewWindow
  • MDRequireHttps
  • +
  • MDRetryDelay
  • +
  • MDRetryFailover
  • MDServerStatus
  • MDStapleOthers
  • MDStapling
  • diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8 index ceb24989330..833cdc215ba 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -482,6 +482,8 @@
  • MDRenewMode
  • MDRenewWindow
  • MDRequireHttps
  • +
  • MDRetryDelay
  • +
  • MDRetryFailover
  • MDServerStatus
  • MDStapleOthers
  • MDStapling
  • diff --git a/docs/manual/mod/directives.html.zh-cn.utf8 b/docs/manual/mod/directives.html.zh-cn.utf8 index 1eb4072d725..538bfa926a4 100644 --- a/docs/manual/mod/directives.html.zh-cn.utf8 +++ b/docs/manual/mod/directives.html.zh-cn.utf8 @@ -481,6 +481,8 @@
  • MDRenewMode
  • MDRenewWindow
  • MDRequireHttps
  • +
  • MDRetryDelay
  • +
  • MDRetryFailover
  • MDServerStatus
  • MDStapleOthers
  • MDStapling
  • diff --git a/docs/manual/mod/mod_authn_dbd.html.en.utf8 b/docs/manual/mod/mod_authn_dbd.html.en.utf8 index 4c596acb1eb..13eee815003 100644 --- a/docs/manual/mod/mod_authn_dbd.html.en.utf8 +++ b/docs/manual/mod/mod_authn_dbd.html.en.utf8 @@ -126,8 +126,7 @@ DBDExptime 300

    Exposing Login Information

    -If httpd was built against APR version 1.3.0 -or higher, then whenever a query is made to the database server, all +Whenever a query is made to the database server, all column values in the first row returned by the query are placed in the environment, using environment variables with the prefix "AUTHENTICATE_".

    @@ -170,8 +169,7 @@ configuration required in some web applications. statement should be a string containing the encrypted password. Subsequent rows will be ignored. If no rows are returned, the user will not be authenticated through mod_authn_dbd.

    -

    If httpd was built against APR version 1.3.0 - or higher, any additional column values in the first row returned by +

    Any additional column values in the first row returned by the query statement will be stored as environment variables with names of the form AUTHENTICATE_COLUMN.

    @@ -203,8 +201,7 @@ configuration required in some web applications. statement should be a string containing the encrypted password. Subsequent rows will be ignored. If no rows are returned, the user will not be authenticated through mod_authn_dbd.

    -

    If httpd was built against APR version 1.3.0 - or higher, any additional column values in the first row returned by +

    Any additional column values in the first row returned by the query statement will be stored as environment variables with names of the form AUTHENTICATE_COLUMN.

    diff --git a/docs/manual/mod/mod_authz_dbd.html.en.utf8 b/docs/manual/mod/mod_authz_dbd.html.en.utf8 index 7c0bcf0a090..1cb34274eaf 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en.utf8 +++ b/docs/manual/mod/mod_authz_dbd.html.en.utf8 @@ -91,7 +91,7 @@ user to gain access.

    Require dbd-group team
    -AuthzDBDQuery "SELECT group FROM authz WHERE user = %s"
    +AuthzDBDQuery "SELECT user_group FROM authz WHERE user = %s" diff --git a/docs/manual/mod/mod_log_config.html.en.utf8 b/docs/manual/mod/mod_log_config.html.en.utf8 index c4c1e03b129..54bac425d85 100644 --- a/docs/manual/mod/mod_log_config.html.en.utf8 +++ b/docs/manual/mod/mod_log_config.html.en.utf8 @@ -171,8 +171,7 @@ %{format}P The process ID or thread ID of the child that serviced the request. Valid formats are pid, tid, - and hextid. hextid requires APR 1.2.0 or - higher. + and hextid. %q The query string (prepended with a ? if a query diff --git a/docs/manual/mod/mod_md.html.en.utf8 b/docs/manual/mod/mod_md.html.en.utf8 index a3dd2470b37..1f177e63513 100644 --- a/docs/manual/mod/mod_md.html.en.utf8 +++ b/docs/manual/mod/mod_md.html.en.utf8 @@ -283,6 +283,43 @@

    +

    tailscale

    +

    + Since version 2.4.14 of the module, you can use it to get certificates + for your tailscale domains. +

    +
    <MDomain mydomain.some-thing.ts.net>
    +  MDCertificateProtocol tailscale
    +  MDCertificateAuthority file://localhost/var/run/tailscale/tailscaled.sock",
    +</MDomain>
    + +

    + Tailscale provides secure networking between your machines, where ever + they are, and can provide domain names in the *.ts.net space for them. + For those, it will then provide Let's Encrypt certificates as well, so + you can open these domains in your browser securely. +

    +

    + The directives listed above tell Apache to contact the local tailscale + demon for obtaining and renewing certificates. This will only work for + the domain name that tailscale assigns to your machine. +

    +

    + Otherwise, these certificates work exactly like the ones retrieved + via the ACME protocol from Lets Encrypt. You see them in status reporting + and MDMessageCmd directives are executed for them as well. +

    +

    + More details are + available at the mod_md github documentation. +

    +

    + Note that this feature only works on machines where the tailscale + demon provides a unix domain socket. This, so far, seems only the + case on *nix systems. +

    +
    +

    Directives

    +
    top
    +

    MDRetryDelay Directive

    + + + + + + + + +
    Description:
    Syntax:MDRetryDelay duration
    Default:MDRetryDelay 5s
    Context:server config
    Status:Experimental
    Module:mod_md
    Compatibility:Available in version 2.4.54 and later
    +

    + The amount of time to wait after an error before trying + to renew a certificate again. This duration is doubled after + each consecutive error with a maximum of 24 hours. +

    +

    + It is kept separate for each certificate renewal. Meaning an error + on one MDomain does not delay the renewals of other domains. +

    + +
    +
    top
    +

    MDRetryFailover Directive

    + + + + + + + + +
    Description:
    Syntax:MDRetryFailover number
    Default:MDRetryFailover 13
    Context:server config
    Status:Experimental
    Module:mod_md
    Compatibility:Available in version 2.4.54 and later
    +

    + The number of consecutive errors on renewing a certificate before + another CA is selected. This only applies to configurations that + have more than one MDCertificateAuthority + specified. +

    +
    top

    MDServerStatus Directive

    diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8 index 3dee332270e..1dced5801a0 100644 --- a/docs/manual/mod/mod_proxy.html.en.utf8 +++ b/docs/manual/mod/mod_proxy.html.en.utf8 @@ -1630,7 +1630,7 @@ ProxyPass "/" "balancer://mycluster/" stickysession=JSESSIONID|jsess The optional noquery keyword (available in httpd 2.4.1 and later) prevents this.

    -

    The optional interpolate keyword, in combination with +

    The optional interpolate keyword, in combination with ProxyPassInterpolateEnv, causes the ProxyPass to interpolate environment variables, using the syntax ${VARNAME}. Note that many of the standard CGI-derived @@ -1688,7 +1688,7 @@ ProxyPassReverse "/mirror/foo/" "https://backend.example.com/" Status:Extension Module:mod_proxy -

    This directive, together with the interpolate argument to +

    This directive, together with the interpolate argument to ProxyPass, ProxyPassReverse, ProxyPassReverseCookieDomain, and ProxyPassReverseCookiePath, @@ -1701,7 +1701,7 @@ ProxyPassReverse "/mirror/foo/" "https://backend.example.com/" ProxyPassReverseCookiePath directives and causes them to substitute the value of an environment variable varname for the string ${varname} - in configuration directives if the interpolate option is set.

    + in configuration directives if the interpolate option is set.

    The scheme/hostname/port portion of ProxyPass may contain variables, but only the ones available when the directive is parsed (for example, using Define). @@ -1788,7 +1788,7 @@ ProxyPassReverse "/mirror/foo/" "https://backend.example.com/" Description:Adjusts the URL in HTTP response headers sent from a reverse proxied server Syntax:ProxyPassReverse [path] url -[interpolate] +[interpolate] Context:server config, virtual host, directory Status:Extension Module:mod_proxy @@ -1853,8 +1853,8 @@ ProxyPassReverseCookiePath "/" "/mirror/foo/" (RewriteRule ... [P]) from mod_rewrite because it doesn't depend on a corresponding ProxyPass directive.

    -

    The optional interpolate keyword, used together with - ProxyPassInterpolateEnv, enables interpolation +

    The optional interpolate keyword, used together with + ProxyPassInterpolateEnv, enables interpolation of environment variables specified using the format ${VARNAME}. Note that interpolation is not supported within the scheme portion of a URL.

    @@ -1874,7 +1874,7 @@ ProxyPassReverseCookiePath "/" "/mirror/foo/" Description:Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server Syntax:ProxyPassReverseCookieDomain internal-domain -public-domain [interpolate] +public-domain [interpolate] Context:server config, virtual host, directory Status:Extension Module:mod_proxy @@ -1891,7 +1891,7 @@ string in Set-Cookie headers.

    Description:Adjusts the Path string in Set-Cookie headers from a reverse- proxied server Syntax:ProxyPassReverseCookiePath internal-path -public-path [interpolate] +public-path [interpolate] Context:server config, virtual host, directory Status:Extension Module:mod_proxy @@ -1929,7 +1929,7 @@ request Compatibility:Usable in directory context in 2.3.3 and later. -

    When enabled, this option will pass the Host: line from the incoming +

    When enabled, this option will pass the Host: line from the incoming request to the proxied host, instead of the hostname specified in the ProxyPass line.

    diff --git a/docs/manual/mod/mod_rewrite.html.en.utf8 b/docs/manual/mod/mod_rewrite.html.en.utf8 index 3369ea884c0..494536f3388 100644 --- a/docs/manual/mod/mod_rewrite.html.en.utf8 +++ b/docs/manual/mod/mod_rewrite.html.en.utf8 @@ -1222,13 +1222,16 @@ cannot use $N in the substitution string!
    Absolute URL
    -
    If an absolute URL is specified, +

    If an absolute URL is specified, mod_rewrite checks to see whether the hostname matches the current host. If it does, the scheme and hostname are stripped out and the resulting path is treated as a URL-path. Otherwise, an external redirect is performed for the given URL. To force an external redirect back to the - current host, see the [R] flag below.

    + current host, see the [R] flag below.

    +

    Note that a redirect (implicit or not) using an absolute URI + will include the requested query-string, to prevent this see the + [QSD] flag below.

    - (dash)
    @@ -1376,7 +1379,9 @@ cannot use $N in the substitution string! noescape|NE Prevent mod_rewrite from applying hexcode escaping of - special characters in the result of the rewrite. details ... + special characters in the result of rewrites that result in + redirection. + details ... nosubreq|NS diff --git a/docs/manual/mod/mod_rewrite.html.fr.utf8 b/docs/manual/mod/mod_rewrite.html.fr.utf8 index 012831942a6..38d0cac8581 100644 --- a/docs/manual/mod/mod_rewrite.html.fr.utf8 +++ b/docs/manual/mod/mod_rewrite.html.fr.utf8 @@ -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/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index 3be0cbac948..05a7bbfd9fa 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e8..0be21e86f4d 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 257b8a409f5..f79fa02bc17 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -752,7 +752,7 @@ simultaneously - + @@ -776,6 +776,8 @@ simultaneously + + @@ -903,13 +905,13 @@ through diff --git a/docs/manual/mod/quickreference.html.en.utf8 b/docs/manual/mod/quickreference.html.en.utf8 index d1282f99ff8..44f1e8934ef 100644 --- a/docs/manual/mod/quickreference.html.en.utf8 +++ b/docs/manual/mod/quickreference.html.en.utf8 @@ -745,7 +745,7 @@ simultaneously - + @@ -769,6 +769,8 @@ simultaneously + + @@ -895,13 +897,13 @@ through diff --git a/docs/manual/mod/quickreference.html.es.utf8 b/docs/manual/mod/quickreference.html.es.utf8 index 8ba5d4ad6b5..c7d3a5fde35 100644 --- a/docs/manual/mod/quickreference.html.es.utf8 +++ b/docs/manual/mod/quickreference.html.es.utf8 @@ -743,7 +743,7 @@ simultaneously - + @@ -767,6 +767,8 @@ simultaneously + + @@ -893,13 +895,13 @@ through diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 95d8e6ea713..e27fa3aa763 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -712,7 +712,7 @@ simultaneously - + @@ -736,6 +736,8 @@ simultaneously + + diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 3e2ffcaee36..9f358b5104e 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -713,7 +713,7 @@ simultaneously - + @@ -737,6 +737,8 @@ simultaneously + + @@ -861,13 +863,13 @@ through diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 945d03c9423..8a747655c8c 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -746,7 +746,7 @@ processing - + @@ -770,6 +770,8 @@ processing + + @@ -893,13 +895,13 @@ through diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index c69a2a33092..3c66265c518 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -740,7 +740,7 @@ simultaneously - + @@ -764,6 +764,8 @@ simultaneously + + @@ -890,13 +892,13 @@ through diff --git a/docs/manual/rewrite/flags.html.en.utf8 b/docs/manual/rewrite/flags.html.en.utf8 index d9d9d547794..ca2727679b8 100644 --- a/docs/manual/rewrite/flags.html.en.utf8 +++ b/docs/manual/rewrite/flags.html.en.utf8 @@ -468,7 +468,8 @@ example.

    NE|noescape

    By default, special characters, such as & and ?, for example, will be converted to their hexcode -equivalent. Using the [NE] flag prevents that from happening. +equivalent for rules that result in external redirects. +Using the [NE] flag prevents that from happening.

    RewriteRule "^/anchor/(.+)" "/bigpage.html#$1" [NE,R]
    Description:Ce module fournit un moteur de réécriture à base de règles permettant de réécrire les URLs des requêtes à la volée
    MDCAChallenges name [ name ... ] tls-alpn-01 http-01 +sX
    Type of ACME challenge used to prove domain ownership.
    MDCertificateAgreement acceptedsX
    You confirm that you accepted the Terms of Service of the Certificate Authority.
    MDCertificateAuthority url https://acme-v02.ap +sX
    The URL of the ACME Certificate Authority service.
    MDCertificateAuthority url letsencrypt sX
    The URL(s) of the ACME Certificate Authority to use.
    MDCertificateCheck name urlsX
    -
    MDCertificateFile path-to-pem-filesX
    Specify a static certificate file for the MD.
    MDCertificateKeyFile path-to-filesX
    Specify a static private key for for the static cerrtificate.
    MDRenewMode always|auto|manual auto sX
    Controls if certificates shall be renewed.
    MDRenewWindow duration 33% sX
    Control when a certificate will be renewed.
    MDRequireHttps off|temporary|permanent off sX
    Redirects http: traffic to https: for Managed Domains.
    MDRetryDelay duration 5s sX
    -
    MDRetryFailover number 13 sX
    -
    MDServerStatus on|off on sX
    Control if Managed Domain information is added to server-status.
    MDStapleOthers on|off on sX
    Enable stapling for certificates not managed by mod_md.
    MDStapling on|off off sX
    Enable stapling for all or a particular MDomain.
    ProxyPassMatch [regex] !|url [key=value [key=value ...]]svdE
    Maps remote servers into the local server URL-space using regular expressions
    ProxyPassReverse [path] url -[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse +[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse proxied server
    ProxyPassReverseCookieDomain internal-domain -public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- +public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
    ProxyPassReverseCookiePath internal-path -public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- +public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- proxied server
    ProxyPreserveHost On|Off Off svdE
    Use incoming Host HTTP request header for proxy request
    MDCAChallenges name [ name ... ] tls-alpn-01 http-01 +sX
    Type of ACME challenge used to prove domain ownership.
    MDCertificateAgreement acceptedsX
    You confirm that you accepted the Terms of Service of the Certificate Authority.
    MDCertificateAuthority url https://acme-v02.ap +sX
    The URL of the ACME Certificate Authority service.
    MDCertificateAuthority url letsencrypt sX
    The URL(s) of the ACME Certificate Authority to use.
    MDCertificateCheck name urlsX
    -
    MDCertificateFile path-to-pem-filesX
    Specify a static certificate file for the MD.
    MDCertificateKeyFile path-to-filesX
    Specify a static private key for for the static cerrtificate.
    MDRenewMode always|auto|manual auto sX
    Controls if certificates shall be renewed.
    MDRenewWindow duration 33% sX
    Control when a certificate will be renewed.
    MDRequireHttps off|temporary|permanent off sX
    Redirects http: traffic to https: for Managed Domains.
    MDRetryDelay duration 5s sX
    -
    MDRetryFailover number 13 sX
    -
    MDServerStatus on|off on sX
    Control if Managed Domain information is added to server-status.
    MDStapleOthers on|off on sX
    Enable stapling for certificates not managed by mod_md.
    MDStapling on|off off sX
    Enable stapling for all or a particular MDomain.
    ProxyPassMatch [regex] !|url [key=value [key=value ...]]svdE
    Maps remote servers into the local server URL-space using regular expressions
    ProxyPassReverse [path] url -[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse +[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse proxied server
    ProxyPassReverseCookieDomain internal-domain -public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- +public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
    ProxyPassReverseCookiePath internal-path -public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- +public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- proxied server
    ProxyPreserveHost On|Off Off svdE
    Use incoming Host HTTP request header for proxy request
    MDCAChallenges name [ name ... ] tls-alpn-01 http-01 +sX
    Type of ACME challenge used to prove domain ownership.
    MDCertificateAgreement acceptedsX
    You confirm that you accepted the Terms of Service of the Certificate Authority.
    MDCertificateAuthority url https://acme-v02.ap +sX
    The URL of the ACME Certificate Authority service.
    MDCertificateAuthority url letsencrypt sX
    The URL(s) of the ACME Certificate Authority to use.
    MDCertificateCheck name urlsX
    -
    MDCertificateFile path-to-pem-filesX
    Specify a static certificate file for the MD.
    MDCertificateKeyFile path-to-filesX
    Specify a static private key for for the static cerrtificate.
    MDRenewMode always|auto|manual auto sX
    Controls if certificates shall be renewed.
    MDRenewWindow duration 33% sX
    Control when a certificate will be renewed.
    MDRequireHttps off|temporary|permanent off sX
    Redirects http: traffic to https: for Managed Domains.
    MDRetryDelay duration 5s sX
    -
    MDRetryFailover number 13 sX
    -
    MDServerStatus on|off on sX
    Control if Managed Domain information is added to server-status.
    MDStapleOthers on|off on sX
    Enable stapling for certificates not managed by mod_md.
    MDStapling on|off off sX
    Enable stapling for all or a particular MDomain.
    ProxyPassMatch [regex] !|url [key=value [key=value ...]]svdE
    Maps remote servers into the local server URL-space using regular expressions
    ProxyPassReverse [path] url -[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse +[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse proxied server
    ProxyPassReverseCookieDomain internal-domain -public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- +public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
    ProxyPassReverseCookiePath internal-path -public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- +public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- proxied server
    ProxyPreserveHost On|Off Off svdE
    Use incoming Host HTTP request header for proxy request
    MDCAChallenges name [ name ... ] tls-alpn-01 http-01 +sX
    Type of ACME challenge used to prove domain ownership.
    MDCertificateAgreement acceptedsX
    You confirm that you accepted the Terms of Service of the Certificate Authority.
    MDCertificateAuthority url https://acme-v02.ap +sX
    The URL of the ACME Certificate Authority service.
    MDCertificateAuthority url letsencrypt sX
    The URL(s) of the ACME Certificate Authority to use.
    MDCertificateCheck name urlsX
    -
    MDCertificateFile path-to-pem-filesX
    Specify a static certificate file for the MD.
    MDCertificateKeyFile path-to-filesX
    Specify a static private key for for the static cerrtificate.
    MDRenewMode always|auto|manual auto sX
    Controls if certificates shall be renewed.
    MDRenewWindow duration 33% sX
    Control when a certificate will be renewed.
    MDRequireHttps off|temporary|permanent off sX
    Redirects http: traffic to https: for Managed Domains.
    MDRetryDelay duration 5s sX
    -
    MDRetryFailover number 13 sX
    -
    MDServerStatus on|off on sX
    Control if Managed Domain information is added to server-status.
    MDStapleOthers on|off on sX
    Enable stapling for certificates not managed by mod_md.
    MDStapling on|off off sX
    Enable stapling for all or a particular MDomain.
    MDCAChallenges name [ name ... ] tls-alpn-01 http-01 +sX
    Type of ACME challenge used to prove domain ownership.
    MDCertificateAgreement acceptedsX
    You confirm that you accepted the Terms of Service of the Certificate Authority.
    MDCertificateAuthority url https://acme-v02.ap +sX
    The URL of the ACME Certificate Authority service.
    MDCertificateAuthority url letsencrypt sX
    The URL(s) of the ACME Certificate Authority to use.
    MDCertificateCheck name urlsX
    -
    MDCertificateFile path-to-pem-filesX
    Specify a static certificate file for the MD.
    MDCertificateKeyFile path-to-filesX
    Specify a static private key for for the static cerrtificate.
    MDRenewMode always|auto|manual auto sX
    Controls if certificates shall be renewed.
    MDRenewWindow duration 33% sX
    Control when a certificate will be renewed.
    MDRequireHttps off|temporary|permanent off sX
    Redirects http: traffic to https: for Managed Domains.
    MDRetryDelay duration 5s sX
    -
    MDRetryFailover number 13 sX
    -
    MDServerStatus on|off on sX
    Control if Managed Domain information is added to server-status.
    MDStapleOthers on|off on sX
    Enable stapling for certificates not managed by mod_md.
    MDStapling on|off off sX
    Enable stapling for all or a particular MDomain.
    ProxyPassMatch [regex] !|url [key=value [key=value ...]]svdE
    Maps remote servers into the local server URL-space using regular expressions
    ProxyPassReverse [path] url -[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse +[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse proxied server
    ProxyPassReverseCookieDomain internal-domain -public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- +public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
    ProxyPassReverseCookiePath internal-path -public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- +public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- proxied server
    ProxyPreserveHost On|Off Off svdE
    Use incoming Host HTTP request header for proxy request
    MDCAChallenges name [ name ... ] tls-alpn-01 http-01 +sD
    Type of ACME challenge used to prove domain ownership.
    MDCertificateAgreement acceptedsD
    You confirm that you accepted the Terms of Service of the Certificate Authority.
    MDCertificateAuthority url https://acme-v02.ap +sD
    The URL of the ACME Certificate Authority service.
    MDCertificateAuthority url letsencrypt sD
    The URL(s) of the ACME Certificate Authority to use.
    MDCertificateCheck name urlsD
    -
    MDCertificateFile path-to-pem-filesD
    Specify a static certificate file for the MD.
    MDCertificateKeyFile path-to-filesD
    Specify a static private key for for the static cerrtificate.
    MDRenewMode always|auto|manual auto sD
    Controls if certificates shall be renewed.
    MDRenewWindow duration 33% sD
    Control when a certificate will be renewed.
    MDRequireHttps off|temporary|permanent off sD
    Redirects http: traffic to https: for Managed Domains.
    MDRetryDelay duration 5s sD
    -
    MDRetryFailover number 13 sD
    -
    MDServerStatus on|off on sD
    Control if Managed Domain information is added to server-status.
    MDStapleOthers on|off on sD
    Enable stapling for certificates not managed by mod_md.
    MDStapling on|off off sD
    Enable stapling for all or a particular MDomain.
    ProxyPassMatch [regex] !|url [key=value [key=value ...]]skdE
    Maps remote servers into the local server URL-space using regular expressions
    ProxyPassReverse [path] url -[interpolate]skdE
    Adjusts the URL in HTTP response headers sent from a reverse +[interpolate]skdE
    Adjusts the URL in HTTP response headers sent from a reverse proxied server
    ProxyPassReverseCookieDomain internal-domain -public-domain [interpolate]skdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- +public-domain [interpolate]skdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
    ProxyPassReverseCookiePath internal-path -public-path [interpolate]skdE
    Adjusts the Path string in Set-Cookie headers from a reverse- +public-path [interpolate]skdE
    Adjusts the Path string in Set-Cookie headers from a reverse- proxied server
    ProxyPreserveHost On|Off Off skdE
    Use incoming Host HTTP request header for proxy request
    MDCAChallenges name [ name ... ] tls-alpn-01 http-01 +sX
    Type of ACME challenge used to prove domain ownership.
    MDCertificateAgreement acceptedsX
    You confirm that you accepted the Terms of Service of the Certificate Authority.
    MDCertificateAuthority url https://acme-v02.ap +sX
    The URL of the ACME Certificate Authority service.
    MDCertificateAuthority url letsencrypt sX
    The URL(s) of the ACME Certificate Authority to use.
    MDCertificateCheck name urlsX
    -
    MDCertificateFile path-to-pem-filesX
    Specify a static certificate file for the MD.
    MDCertificateKeyFile path-to-filesX
    Specify a static private key for for the static cerrtificate.
    MDRenewMode always|auto|manual auto sX
    Controls if certificates shall be renewed.
    MDRenewWindow duration 33% sX
    Control when a certificate will be renewed.
    MDRequireHttps off|temporary|permanent off sX
    Redirects http: traffic to https: for Managed Domains.
    MDRetryDelay duration 5s sX
    -
    MDRetryFailover number 13 sX
    -
    MDServerStatus on|off on sX
    Control if Managed Domain information is added to server-status.
    MDStapleOthers on|off on sX
    Enable stapling for certificates not managed by mod_md.
    MDStapling on|off off sX
    Enable stapling for all or a particular MDomain.
    ProxyPassMatch [regex] !|url [key=value [key=value ...]]svdE
    Maps remote servers into the local server URL-space using regular expressions
    ProxyPassReverse [path] url -[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse +[interpolate]svdE
    Adjusts the URL in HTTP response headers sent from a reverse proxied server
    ProxyPassReverseCookieDomain internal-domain -public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- +public-domain [interpolate]svdE
    Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server
    ProxyPassReverseCookiePath internal-path -public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- +public-path [interpolate]svdE
    Adjusts the Path string in Set-Cookie headers from a reverse- proxied server
    ProxyPreserveHost On|Off Off svdE
    Use incoming Host HTTP request header for proxy request