Commit 183d0b95 authored by Eric Covener's avatar Eric Covener
Browse files

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
parent d03bf3af
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -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