diff options
author | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 09:11:14 +0200 |
---|---|---|
committer | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 09:11:14 +0200 |
commit | ee84af7c5c3391d01ff90b193d399c66809d7ae0 (patch) | |
tree | a59fc3b690e0d595951968da1e7352398f63cb04 /docs/manual/dns-caveats.xml | |
parent | The first configuration example in the file is misconfiguration. (diff) | |
download | apache2-ee84af7c5c3391d01ff90b193d399c66809d7ae0.tar.xz apache2-ee84af7c5c3391d01ff90b193d399c66809d7ae0.zip |
Complete previous commit, by marking the second invalid configuration example as
such.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@788933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dns-caveats.xml')
-rw-r--r-- | docs/manual/dns-caveats.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/dns-caveats.xml b/docs/manual/dns-caveats.xml index f9fcc3e604..5dd98439ca 100644 --- a/docs/manual/dns-caveats.xml +++ b/docs/manual/dns-caveats.xml @@ -61,6 +61,7 @@ Then consider this configuration snippet:</p> <example> + # This is a misconfiguration example, do not use on your server <VirtualHost 192.0.2.1> <br /> ServerAdmin webgirl@abc.dom <br /> DocumentRoot /www/abc <br /> |