]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r661942 from trunk:
authorTakashi Sato <takashi@apache.org>
Tue, 3 Jun 2008 10:06:33 +0000 (10:06 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 3 Jun 2008 10:06:33 +0000 (10:06 +0000)
apachectl configtest or httpd -t doesn't show a list of config files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@662727 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index d06821f172ba28d0ddf2e8ec78159b5eecaa6cf8..e6030de5835da3e46419137a44db7b05a8588c87 100644 (file)
@@ -1425,18 +1425,6 @@ the server configuration files</description>
       Include conf/ssl.conf<br />
       Include conf/vhosts/*.conf
     </example>
-
-    <p>Running <code>apachectl configtest</code> will give you a list
-    of the files that are being processed during the configuration
-    check:</p>
-
-    <example>
-      root@host# apachectl configtest<br />
-      Processing config file: /usr/local/apache2/conf/ssl.conf<br />
-      Processing config file: /usr/local/apache2/conf/vhosts/vhost1.conf<br />
-      Processing config file: /usr/local/apache2/conf/vhosts/vhost2.conf<br />
-      Syntax OK
-    </example>
 </usage>
 
 <seealso><program>apachectl</program></seealso>