From: Stefan Eissing Date: Fri, 5 Jan 2018 15:21:06 +0000 (+0000) Subject: mod_md: adding new directive to manual. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2997 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e6011a0ae4ff15f1f938a57d8021133ce30078;p=thirdparty%2Fapache%2Fhttpd.git mod_md: adding new directive to manual. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820312 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index e06d0d21bf2..9f17eb10e14 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -594,4 +594,23 @@ MDRequireHttps permanent + + MDBaseServer + Control if base server may be managed or only virtual hosts. + MDBaseServer on|off + MDBaseServer off + + server config + + +

+ Controls if the base server, the one outside all VirtualHosts should be managed by + mod_md or not. Default is to not do this, for the very reason that + it may have confusing side-effects. It is recommended that you have virtual hosts + for all managed domains and do not rely on the global, fallback server configuration. +

+
+
+ +