From ec2f7870011fdf4c5dfb5125aeaef6426835a9e7 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Tue, 3 Jun 2008 10:06:33 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.47.2