
gryzor at apache
Jun 27, 2009, 12:06 AM
Views: 115
Permalink
|
|
svn commit: r788932 - in /httpd/httpd/trunk/docs/manual: dns-caveats.html.en dns-caveats.xml
|
|
Author: gryzor Date: Sat Jun 27 07:06:24 2009 New Revision: 788932 URL: http://svn.apache.org/viewvc?rev=788932&view=rev Log: The first configuration example in the file is misconfiguration. Mark it so "quick" reader won't copy/paste it to their config. Modified: httpd/httpd/trunk/docs/manual/dns-caveats.html.en httpd/httpd/trunk/docs/manual/dns-caveats.xml Modified: httpd/httpd/trunk/docs/manual/dns-caveats.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dns-caveats.html.en?rev=788932&r1=788931&r2=788932&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/dns-caveats.html.en (original) +++ httpd/httpd/trunk/docs/manual/dns-caveats.html.en Sat Jun 27 07:06:24 2009 @@ -44,6 +44,7 @@ <div class="example"><p><code> + # This is a misconfiguration example, do not use on your server <VirtualHost www.abc.dom> <br /> ServerAdmin webgirl[at]abc.dom <br /> DocumentRoot /www/abc <br /> @@ -171,8 +172,8 @@ reason then you might be able to get away with running Apache with the <code>HOSTRESORDER</code> environment variable set to "local". This all depends on what OS and resolver libraries you - are using. It also affects CGIs unless you use - <code class="module"><a href="./mod/mod_env.html">mod_env</a></code> to control the environment. It's best + are using. It also affects CGIs unless you use + <code class="module"><a href="./mod/mod_env.html">mod_env</a></code> to control the environment. It's best to consult the man pages or FAQs for your OS.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> @@ -181,12 +182,12 @@ <ul> <li> - use IP addresses in + use IP addresses in <code class="directive"><a href="./mod/core.html#virtualhost">VirtualHost</a></code> </li> <li> - use IP addresses in + use IP addresses in <code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code> </li> Modified: httpd/httpd/trunk/docs/manual/dns-caveats.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dns-caveats.xml?rev=788932&r1=788931&r2=788932&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/dns-caveats.xml (original) +++ httpd/httpd/trunk/docs/manual/dns-caveats.xml Sat Jun 27 07:06:24 2009 @@ -38,6 +38,7 @@ <title>A Simple Example</title> <example> + # This is a misconfiguration example, do not use on your server <VirtualHost www.abc.dom> <br /> ServerAdmin webgirl[at]abc.dom <br /> DocumentRoot /www/abc <br /> @@ -166,8 +167,8 @@ reason then you might be able to get away with running Apache with the <code>HOSTRESORDER</code> environment variable set to "local". This all depends on what OS and resolver libraries you - are using. It also affects CGIs unless you use - <module>mod_env</module> to control the environment. It's best + are using. It also affects CGIs unless you use + <module>mod_env</module> to control the environment. It's best to consult the man pages or FAQs for your OS.</p> </section> @@ -176,12 +177,12 @@ <ul> <li> - use IP addresses in + use IP addresses in <directive module="core">VirtualHost</directive> </li> <li> - use IP addresses in + use IP addresses in <directive module="mpm_common">Listen</directive> </li>
|