diff options
author | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 07:11:14 +0000 |
---|---|---|
committer | Vincent Deffontaines <gryzor@apache.org> | 2009-06-27 07:11:14 +0000 |
commit | ee84af7c5c3391d01ff90b193d399c66809d7ae0 (patch) | |
tree | a59fc3b690e0d595951968da1e7352398f63cb04 /docs/manual/dns-caveats.html.en | |
parent | ce732a6c8ae9eac10d77d91250015f9a3156676d (diff) | |
download | httpd-ee84af7c5c3391d01ff90b193d399c66809d7ae0.tar.gz |
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.html.en')
-rw-r--r-- | docs/manual/dns-caveats.html.en | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index 23b2be0a33..7a173768b3 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -67,6 +67,7 @@ Then consider this configuration snippet:</p> <div class="example"><p><code> + # 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 /> |