From: Takashi Sato Date: Tue, 3 Jun 2008 10:06:06 +0000 (+0000) Subject: Merge r661942 from trunk X-Git-Tag: 2.2.9~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb705f37f5474dc3286c67fe6993540ded8e55f;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.2.x@662725 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index bc481f43d72..ea0b0823563 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1519,18 +1519,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