]> granicus.if.org Git - apache/commitdiff
Merge r1753872 from trunk:
authorEric Covener <covener@apache.org>
Sat, 23 Jul 2016 14:11:48 +0000 (14:11 +0000)
committerEric Covener <covener@apache.org>
Sat, 23 Jul 2016 14:11:48 +0000 (14:11 +0000)
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

docs/manual/vhosts/index.xml

index 055a404fa408a8099c6f84678532b6e9dc471926..2bc1c2b336d9c79649f146c53136230c55dfbba5 100644 (file)
@@ -88,13 +88,20 @@ hosts</a></seealso>
     </ul>
 
     <p>If you are trying to debug your virtual host configuration, you
-    may find the Apache <code>-S</code> command line switch
-    useful. That is, type the following command:</p>
+    may find the <code>-S</code> command line switch
+    useful.</p>
 
     <example>
-    /usr/local/apache2/bin/httpd -S
+    <title>Unix example</title>
+    apachectl -S
     </example>
 
+    <example>
+    <title>Windows example</title>
+    httpd.exe -S
+    </example>
+
+
     <p>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