]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r472949 from trunk:
authorJoshua Slive <slive@apache.org>
Wed, 1 Aug 2007 17:39:32 +0000 (17:39 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 1 Aug 2007 17:39:32 +0000 (17:39 +0000)
Minor niggles that have been sitting around for a while

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@561886 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml
docs/manual/mod/core.xml.de
docs/manual/programs/httpd.xml.ko
docs/manual/vhosts/mass.html.en
docs/manual/vhosts/mass.xml

index e88e3ba7783481b67fb6651b5e0bd8dcfd961b71..60020d1506b8bfc3d505ef4864d072c5d3b729f4 100644 (file)
@@ -23,7 +23,7 @@
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../de/mod/core.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/core.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="">&nbsp;ja&nbsp;</a></p>
+<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Core Apache HTTP Server features that are always
 available</td></tr>
@@ -2758,7 +2758,8 @@ to name-virtual hosts</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
 </table>
     <p>The <code class="directive">ServerAlias</code> directive sets the
-    alternate names for a host, for use with <a href="../vhosts/name-based.html">name-based virtual hosts</a>.</p>
+    alternate names for a host, for use with <a href="../vhosts/name-based.html">name-based virtual hosts</a>. The
+    <code class="directive">ServerAlias</code> may include wildcards, if appropriate.</p>
 
     <div class="example"><p><code>
       &lt;VirtualHost *&gt;<br />
@@ -3395,7 +3396,7 @@ hostname or IP address</td></tr>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../de/mod/core.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/core.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="">&nbsp;ja&nbsp;</a></p>
+<a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
index 65f3237a3bcda8daa15e0ad53c181b8a424e516a..52c3f19b18cbb5a021323e3ac20c951b2769af35 100644 (file)
@@ -2748,7 +2748,8 @@ to name-virtual hosts</description>
 <usage>
     <p>The <directive>ServerAlias</directive> directive sets the
     alternate names for a host, for use with <a
-    href="../vhosts/name-based.html">name-based virtual hosts</a>.</p>
+           href="../vhosts/name-based.html">name-based virtual hosts</a>. The
+    <directive>ServerAlias</directive> may include wildcards, if appropriate.</p>
 
     <example>
       &lt;VirtualHost *&gt;<br />
index fc194406df994869840a5942936b450eeaa6b48a..365dc1d34ae2a08d37092356248b60d04c94cce8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:559990 (outdated) -->
+<!-- English Revision: 167959:560011 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 83284e11248bce3e5237809ce4825c9537087b11..882ea24d5830e8ff9b4412359c626f11b5b1f5b2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:421100 (outdated) -->
+<!-- English Revision: 105989:561800 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 25b2fe51a55515890e5adbcc97e5bc20c2c2f016..c893208ee900609e02479296837ae899dc453fcc 100644 (file)
@@ -253,6 +253,17 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon<br />
 &lt;/VirtualHost&gt;
 </code></p></div>
 
+<div class="note">
+       <h3>Note</h3>
+       <p>If the first VirtualHost block does <em>not</em> include a
+       <code class="directive"><a href="../mod/core.html#servername">ServerName</a></code> directive, the reverse
+       DNS of the relevant IP will be used instead. 
+       If this is not the server name you
+       wish to use, a bogus entry (<code>ServerName
+       none.example.com</code>) can be added to get around this
+       behaviour.</p>
+</div> 
+
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="ipbased" id="ipbased">More efficient IP-based virtual hosting</a></h2>
index 9b3cfebd4a7789abad07d8b712a25d70e1e0a6bd..4214c33aa36994b26a2e86b0f191feb931ce3eb6 100644 (file)
@@ -251,6 +251,17 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon<br />
 &lt;/VirtualHost&gt;
 </example>
 
+<note>
+       <title>Note</title>
+       <p>If the first VirtualHost block does <em>not</em> include a
+       <directive module="core">ServerName</directive> directive, the reverse
+       DNS of the relevant IP will be used instead. 
+       If this is not the server name you
+       wish to use, a bogus entry (<code>ServerName
+       none.example.com</code>) can be added to get around this
+       behaviour.</p>
+</note>        
+
 </section>
 
 <section id="ipbased"><title>More efficient IP-based virtual hosting</title>