From: Eric Covener
Date: Sat, 23 Jul 2016 14:11:48 +0000 (+0000)
Subject: Merge r1753872 from trunk:
X-Git-Tag: 2.4.24~354
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa9fb3b198df6923e9e96785753bd6c754bd349c;p=thirdparty%2Fapache%2Fhttpd.git
Merge r1753872 from trunk:
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/branches/2.4.x@1753873 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml
index 055a404fa40..2bc1c2b336d 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