]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Seems this hadn't been rebuild in a bit
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 2 Aug 2010 04:01:43 +0000 (04:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 2 Aug 2010 04:01:43 +0000 (04:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@981362 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.meta
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml.ja
docs/manual/mod/mod_autoindex.xml.ko
docs/manual/mod/mod_autoindex.xml.meta
docs/manual/mod/mod_autoindex.xml.tr

index 5700d49ddddc17efadd789092eb11d013dfd278e..95f9b84b088722b6dcfd0238a8c734687a864563 100644 (file)
@@ -2267,10 +2267,12 @@ hosting</td></tr>
     </code></p></div>
 
     <p>To receive requests on all interfaces, you can use an argument of
-    <code>*</code></p>
+    <code>*:80</code>, or, if you are listening on multiple ports and
+    really want the server to respond on all of them with a particular
+    set of virtual hosts, <code>*</code></p>
 
     <div class="example"><p><code>
-      NameVirtualHost *
+      NameVirtualHost *:80
     </code></p></div>
 
     <div class="note"><h3>Argument to <code class="directive">&lt;VirtualHost&gt;</code>
index c1a882d7682383dd41a82d3cd08d300b5f11534c..aca675b711543e2d019489f9f20eea876cf5012b 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:928928 (outdated) -->
+<!-- English Revision: 167959:980475 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 68a9677e6f42338193fb12fdcfa16db74984cb55..c4ddbb4ad552fec2bcd170f984e1b88d0b0c38ca 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 608059:928928 (outdated) -->
+<!-- English Revision: 608059:980475 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d12de536ef2c8f635be7cf0b5d0123a6237ba14c..7944255fe81fb9aa0a0f42024b906e7cc6481984 100644 (file)
@@ -10,6 +10,6 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">ja</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 92eb5fcb1cd9139769407379ee11af978ed548f6..2f8f326ebe12fe7ee998fe6e257932745501bd52 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 928928 -->
+<!-- English Revision: 928928:980475 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index d3887d650002e6f0eceb651bfa7adb1483ed2ffe..ef03923acffb91e940e31b97296a5a240d47f96f 100644 (file)
@@ -603,15 +603,14 @@ indexing</td></tr>
       <code>Gamma</code> and <code>Alpha</code>. <strong>This option
       only has an effect if <a href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a> is also enabled.</strong></dd>
 
-      <dt><a name="indexoptions.htmltable" id="indexoptions.htmltable">HTMLTable</a> (<em>Experimental,
-      Apache 2.0.23 and later</em>)</dt>
+      <dt><a name="indexoptions.htmltable" id="indexoptions.htmltable">HTMLTable</a> (<em>Apache
+      HTTP Server 2.0.23 and later</em>)</dt>
 
-      <dd>This experimental option with <code>FancyIndexing</code> constructs
-      a simple table for the fancy directory listing. Note this will
-      confuse older browsers. It is particularly necessary if file
+      <dd>This option with <code>FancyIndexing</code> constructs
+      a simple table for the fancy directory listing. 
+      It is necessary for utf-8 enabled platforms or if file
       names or description text will alternate between
-      left-to-right and right-to-left reading order, as can happen
-      on WinNT or other utf-8 enabled platforms.</dd>
+      left-to-right and right-to-left reading order.</dd>
 
       <dt><a name="indexoptions.iconsarelinks" id="indexoptions.iconsarelinks">IconsAreLinks</a></dt>
 
index a74516dc50bdae8e6add15f10407dc1da3a43061..0da4405f4622b6df7784c6ccd7f4ecdf3b1f84bb 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:781422 (outdated) -->
+<!-- English Revision: 421100:981043 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 484c171f7e467b774f755cdecb86b2f22daa41be..7f0843e984540ef477222c4fc4aedfbe0b908d4e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 103423:781422 (outdated) -->
+<!-- English Revision: 103423:981043 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e57a04b7d4cedd2e41646a34c51d8039809d1db2..a75e8e0577410337fc0e2d9ec000153aa2e598cd 100644 (file)
@@ -10,6 +10,6 @@
     <variant>en</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index e32d7998f3d28dd0926c443431c6658b5722aeed..74aaf2f5bdadb234a8908fe6f6361c9d463886e8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 781422 -->
+<!-- English Revision: 781422:981043 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>