]> granicus.if.org Git - apache/commitdiff
mod_md: adding new directive to manual.
authorStefan Eissing <icing@apache.org>
Fri, 5 Jan 2018 15:21:06 +0000 (15:21 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 5 Jan 2018 15:21:06 +0000 (15:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820312 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_md.xml

index e06d0d21bf2dd60e18a6232f38ec45f175558be5..9f17eb10e14b1ad65a9788aad871c43ee179da4e 100644 (file)
@@ -594,4 +594,23 @@ MDRequireHttps permanent
         </usage>
     </directivesynopsis>
 
+    <directivesynopsis>
+        <name>MDBaseServer</name>
+        <description>Control if base server may be managed or only virtual hosts.</description>
+        <syntax>MDBaseServer on|off</syntax>
+        <default>MDBaseServer off</default>
+        <contextlist>
+            <context>server config</context>
+        </contextlist>
+        <usage>
+            <p>
+            Controls if the base server, the one outside all VirtualHosts should be managed by 
+            <module>mod_md</module> 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.
+            </p>
+        </usage>
+    </directivesynopsis>
+
+
 </modulesynopsis>