diff options
author | dgaudet <dgaudet@unknown> | 1998-04-19 22:10:43 +0200 |
---|---|---|
committer | dgaudet <dgaudet@unknown> | 1998-04-19 22:10:43 +0200 |
commit | fbe5361d1c9602dd96953d9d0a5ea4a5965e9e80 (patch) | |
tree | 66c16c7bf3168a40c18ec9dba57ccb86c0a31ceb /docs/manual/vhosts/index.html.en | |
parent | Someone should add disable-auth-for-subdir hack. (diff) | |
download | apache2-fbe5361d1c9602dd96953d9d0a5ea4a5965e9e80.tar.xz apache2-fbe5361d1c9602dd96953d9d0a5ea4a5965e9e80.zip |
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/vhosts/index.html.en')
-rw-r--r-- | docs/manual/vhosts/index.html.en | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index d2df6e0824..be02eaa4d7 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -53,6 +53,12 @@ of virtual host support in Apache version 1.3 and later.</P> <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> |