From: Vincent Deffontaines
Date: Sat, 27 Jun 2009 07:11:14 +0000 (+0000)
Subject: Complete previous commit, by marking the second invalid configuration example as
X-Git-Tag: 2.3.3~495
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee84af7c5c3391d01ff90b193d399c66809d7ae0;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en
index 23b2be0a332..7a173768b3e 100644
--- a/docs/manual/dns-caveats.html.en
+++ b/docs/manual/dns-caveats.html.en
@@ -67,6 +67,7 @@
Then consider this configuration snippet:
+ # This is a misconfiguration example, do not use on your server
<VirtualHost 192.0.2.1>
ServerAdmin webgirl@abc.dom
DocumentRoot /www/abc
diff --git a/docs/manual/dns-caveats.xml b/docs/manual/dns-caveats.xml
index f9fcc3e6047..5dd98439caa 100644
--- a/docs/manual/dns-caveats.xml
+++ b/docs/manual/dns-caveats.xml
@@ -61,6 +61,7 @@
Then consider this configuration snippet:
+ # This is a misconfiguration example, do not use on your server
<VirtualHost 192.0.2.1>
ServerAdmin webgirl@abc.dom
DocumentRoot /www/abc