From: Vincent Deffontaines Date: Sat, 27 Jun 2009 07:06:24 +0000 (+0000) Subject: The first configuration example in the file is misconfiguration. X-Git-Tag: 2.3.3~496 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce732a6c8ae9eac10d77d91250015f9a3156676d;p=thirdparty%2Fapache%2Fhttpd.git The first configuration example in the file is misconfiguration. Mark it so "quick" reader won't copy/paste it to their config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@788932 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index 6e8ecfab4d9..23b2be0a332 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -44,6 +44,7 @@

+ # This is a misconfiguration example, do not use on your server <VirtualHost www.abc.dom>
ServerAdmin webgirl@abc.dom
DocumentRoot /www/abc
@@ -171,8 +172,8 @@ reason then you might be able to get away with running Apache with the HOSTRESORDER environment variable set to "local". This all depends on what OS and resolver libraries you - are using. It also affects CGIs unless you use - mod_env to control the environment. It's best + are using. It also affects CGIs unless you use + mod_env to control the environment. It's best to consult the man pages or FAQs for your OS.

top
@@ -181,12 +182,12 @@
  • - use IP addresses in + use IP addresses in VirtualHost
  • - use IP addresses in + use IP addresses in Listen
  • diff --git a/docs/manual/dns-caveats.xml b/docs/manual/dns-caveats.xml index df7ce15dded..f9fcc3e6047 100644 --- a/docs/manual/dns-caveats.xml +++ b/docs/manual/dns-caveats.xml @@ -38,6 +38,7 @@ A Simple Example + # This is a misconfiguration example, do not use on your server <VirtualHost www.abc.dom>
    ServerAdmin webgirl@abc.dom
    DocumentRoot /www/abc
    @@ -166,8 +167,8 @@ reason then you might be able to get away with running Apache with the HOSTRESORDER environment variable set to "local". This all depends on what OS and resolver libraries you - are using. It also affects CGIs unless you use - mod_env to control the environment. It's best + are using. It also affects CGIs unless you use + mod_env to control the environment. It's best to consult the man pages or FAQs for your OS.

    @@ -176,12 +177,12 @@
    • - use IP addresses in + use IP addresses in VirtualHost
    • - use IP addresses in + use IP addresses in Listen