From: Takashi Sato Date: Sat, 31 May 2008 05:06:32 +0000 (+0000) Subject: apachectl configtest or httpd -t doesn't show a list of config files X-Git-Tag: 2.3.0~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1039afabaedcfcc100de81161750606d8017f888;p=thirdparty%2Fapache%2Fhttpd.git apachectl configtest or httpd -t doesn't show a list of config files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661942 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 1443bb8f8fc..dfc8633b329 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1502,18 +1502,6 @@ the server configuration files Include conf/ssl.conf
Include conf/vhosts/*.conf - -

Running apachectl configtest will give you a list - of the files that are being processed during the configuration - check:

- - - root@host# apachectl configtest
- Processing config file: /usr/local/apache2/conf/ssl.conf
- Processing config file: /usr/local/apache2/conf/vhosts/vhost1.conf
- Processing config file: /usr/local/apache2/conf/vhosts/vhost2.conf
- Syntax OK -
apachectl