diff options
author | André Malo <nd@apache.org> | 2006-02-17 17:44:52 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2006-02-17 17:44:52 +0000 |
commit | 28d729ed44fb85b6cf3ba102d834a6b190baf54a (patch) | |
tree | f32ae54f87bd5549e85b75c5f5d21a0a8680fb22 /docs/manual/dns-caveats.html.en | |
parent | f9fba91054b347854c0da3eb7ba3d6fc668284ca (diff) | |
download | httpd-28d729ed44fb85b6cf3ba102d834a6b190baf54a.tar.gz |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dns-caveats.html.en')
-rw-r--r-- | docs/manual/dns-caveats.html.en | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index e0b18202ea..1e941ed921 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -109,14 +109,18 @@ configuration snippet:</p> <div class="example"><p><code> - <VirtualHost www.abc.dom> <br /> - ServerAdmin webgirl@abc.dom <br /> - DocumentRoot /www/abc <br /> - </VirtualHost> <br /> + <VirtualHost www.abc.dom><br /> + <span class="indent"> + ServerAdmin webgirl@abc.dom<br /> + DocumentRoot /www/abc<br /> + </span> + </VirtualHost><br /> <br /> - <VirtualHost www.def.dom> <br /> - ServerAdmin webguy@def.dom <br /> - DocumentRoot /www/def <br /> + <VirtualHost www.def.dom><br /> + <span class="indent"> + ServerAdmin webguy@def.dom<br /> + DocumentRoot /www/def<br /> + </span> </VirtualHost> </code></p></div> |