From b06d799851028461f70f930d7f25b84b43ee5fff Mon Sep 17 00:00:00 2001
From: Takashi Sato
Date: Sat, 14 Jun 2008 16:30:53 +0000
Subject: [PATCH] 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
---
docs/manual/dns-caveats.xml | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
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>
--
2.47.3