summaryrefslogtreecommitdiff
path: root/docs/manual/invoking.html
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1998-04-19 20:10:43 +0000
committerdgaudet <dgaudet@unknown>1998-04-19 20:10:43 +0000
commitfbe5361d1c9602dd96953d9d0a5ea4a5965e9e80 (patch)
tree66c16c7bf3168a40c18ec9dba57ccb86c0a31ceb /docs/manual/invoking.html
parent130f21244edc8729cc834d17a2b0bdd2b38c6713 (diff)
downloadhttpd-fbe5361d1c9602dd96953d9d0a5ea4a5965e9e80.tar.gz
This should help folks trying to understand vhosts. It adds the command
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
Diffstat (limited to 'docs/manual/invoking.html')
-rw-r--r--docs/manual/invoking.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html
index 1eff24f2d1..e7767cbbdf 100644
--- a/docs/manual/invoking.html
+++ b/docs/manual/invoking.html
@@ -59,6 +59,10 @@ places where the directive is valid. (New in Apache 1.2)
<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>