From: Takashi Sato
Date: Sat, 14 Jun 2008 16:30:53 +0000 (+0000)
Subject: Merge r378577 from trunk:
X-Git-Tag: 2.2.10~185
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06d799851028461f70f930d7f25b84b43ee5fff;p=thirdparty%2Fapache%2Fhttpd.git
Merge r378577 from trunk:
don't use in configuration code that might be copy and pasted and cannot
be interpreted correctly by the httpd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@667835 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/dns-caveats.xml b/docs/manual/dns-caveats.xml
index ad40a9ce6d3..df7ce15dded 100644
--- a/docs/manual/dns-caveats.xml
+++ b/docs/manual/dns-caveats.xml
@@ -104,14 +104,18 @@
configuration snippet:
- <VirtualHost www.abc.dom>
- ServerAdmin webgirl@abc.dom
- DocumentRoot /www/abc
- </VirtualHost>
+ <VirtualHost www.abc.dom>
+
+ ServerAdmin webgirl@abc.dom
+ DocumentRoot /www/abc
+
+ </VirtualHost>
- <VirtualHost www.def.dom>
- ServerAdmin webguy@def.dom
- DocumentRoot /www/def
+ <VirtualHost www.def.dom>
+
+ ServerAdmin webguy@def.dom
+ DocumentRoot /www/def
+
</VirtualHost>