From: Takashi Sato Date: Tue, 3 Jun 2008 10:06:33 +0000 (+0000) Subject: Merge r661942 from trunk: X-Git-Tag: 2.0.64~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2f7870011fdf4c5dfb5125aeaef6426835a9e7;p=thirdparty%2Fapache%2Fhttpd.git Merge r661942 from trunk: 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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d06821f172b..e6030de5835 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1425,18 +1425,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