
gryzor at apache
Jun 27, 2009, 12:11 AM
Views: 139
Permalink
|
|
svn commit: r788933 - in /httpd/httpd/trunk/docs/manual: dns-caveats.html.en dns-caveats.xml
|
|
Author: gryzor Date: Sat Jun 27 07:11:14 2009 New Revision: 788933 URL: http://svn.apache.org/viewvc?rev=788933&view=rev Log: Complete previous commit, by marking the second invalid configuration example as such. 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=788933&r1=788932&r2=788933&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:11:14 2009 @@ -67,6 +67,7 @@ Then consider this configuration snippet:</p> <div class="example"><p><code> + # This is a misconfiguration example, do not use on your server <VirtualHost 192.0.2.1> <br /> ServerAdmin webgirl[at]abc.dom <br /> DocumentRoot /www/abc <br /> Modified: httpd/httpd/trunk/docs/manual/dns-caveats.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dns-caveats.xml?rev=788933&r1=788932&r2=788933&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/dns-caveats.xml (original) +++ httpd/httpd/trunk/docs/manual/dns-caveats.xml Sat Jun 27 07:11:14 2009 @@ -61,6 +61,7 @@ Then consider this configuration snippet:</p> <example> + # This is a misconfiguration example, do not use on your server <VirtualHost 192.0.2.1> <br /> ServerAdmin webgirl[at]abc.dom <br /> DocumentRoot /www/abc <br />
|