line option -S which dumps a description of how apache parsed the vhost
directives. In particular it'd really help the folks who recently ran
into /etc/hosts mismatches with DNS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80965
13f79535-47bb-0310-9956-
ffa450edef68
<DT><CODE>-l</CODE>
<DD>Give a list of all modules compiled into the server.
+<DT><CODE>-S</CODE>
+<DD>Show the settings as parsed from the config file (currently only
+shows a breakdown of the vhost settings).
+
<DT><CODE>-?</CODE>
<DD>Print a list of the httpd options, and then exit.
</DL>
<DT><CODE>-l</CODE>
<DD>Give a list of all modules compiled into the server.
+<DT><CODE>-S</CODE>
+<DD>Show the settings as parsed from the config file (currently only
+shows a breakdown of the vhost settings).
+
<DT><CODE>-?</CODE>
<DD>Print a list of the httpd options, and then exit.
</DL>
<LI><A HREF="../mod/core.html#serverpath">ServerPath</A>
</UL>
+<p>Folks trying to debug their virtual host configuration may find the
+Apache <code>-S</code> command line switch useful. It 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.
+
<!--#include virtual="footer.html" -->
</BODY>
</HTML>
<LI><A HREF="../mod/core.html#serverpath">ServerPath</A>
</UL>
+<p>Folks trying to debug their virtual host configuration may find the
+Apache <code>-S</code> command line switch useful. It 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.
+
<!--#include virtual="footer.html" -->
</BODY>
</HTML>