From 112b80a4ae3cb97d1ae09c326e539be1769a209f Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 23 Jul 2016 14:11:17 +0000 Subject: [PATCH] Since this is beginner doc, split the -S invocation into two versions more likely to work verbatim. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753872 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/index.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml index 055a404fa4..2bc1c2b336 100644 --- a/docs/manual/vhosts/index.xml +++ b/docs/manual/vhosts/index.xml @@ -88,13 +88,20 @@ hosts

If you are trying to debug your virtual host configuration, you - may find the Apache -S command line switch - useful. That is, type the following command:

+ may find the -S command line switch + useful.

- /usr/local/apache2/bin/httpd -S + Unix example + apachectl -S + + Windows example + httpd.exe -S + + +

This command will dump out a description of how Apache parsed the configuration file. Careful examination of the IP addresses and server names may help uncover configuration mistakes. (See -- 2.40.0