You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2018/01/05 15:21:06 UTC

svn commit: r1820312 - /httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Author: icing
Date: Fri Jan  5 15:21:06 2018
New Revision: 1820312

URL: http://svn.apache.org/viewvc?rev=1820312&view=rev
Log:
mod_md: adding new directive to manual.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_md.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_md.xml?rev=1820312&r1=1820311&r2=1820312&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_md.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_md.xml Fri Jan  5 15:21:06 2018
@@ -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>