You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/05/04 23:32:42 UTC

svn commit: r1793931 - /httpd/httpd/trunk/docs/manual/mod/

Author: jchampion
Date: Thu May  4 23:32:41 2017
New Revision: 1793931

URL: http://svn.apache.org/viewvc?rev=1793931&view=rev
Log:
docs: update

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_host.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_include.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_logio.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ko
    httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.tr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.meta

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_host.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_host.html.en?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_host.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_host.html.en Thu May  4 23:32:41 2017
@@ -34,7 +34,7 @@ address)</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>authz_host_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_authz_host.c</td></tr>
-<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.3 and later</td></tr></table>
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>The <code>forward-dns</code> provider was addded in 2.4.19</td></tr></table>
 <h3>Summary</h3>
 
     <p>The authorization providers implemented by <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code> are
@@ -186,6 +186,7 @@ Require host .net example.edu</pre>
     <p>A client the IP of which is resolved from the name
     <code>bla.example.org</code> will be granted access.</p>
 
+    <p>The <code>forward-dns</code> provider was added in 2.4.19.</p>
 
 
 <h3><a name="reqlocal" id="reqlocal">Require local</a></h3>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.fr?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.fr [utf-8] Thu May  4 23:32:41 2017
@@ -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.fr.xsl"?>
-<!-- English Revision: 1734412 -->
+<!-- English Revision: 1734412:1793288 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.meta?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml.meta Thu May  4 23:32:41 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.html.en?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.html.en Thu May  4 23:32:41 2017
@@ -167,7 +167,7 @@ AddOutputFilter INCLUDES .shtml</pre>
       <p>This command doesn't output anything. Its only use is to
       add comments within a file. These comments are not printed.</p>
 
-      <p>This syntax is available in version 2.5 and later.</p>
+      <p>This syntax is available in version 2.4.21 and later.</p>
 
       <div class="example"><p><code>
       &lt;!--#comment Blah Blah Blah --&gt;

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml.fr [utf-8] Thu May  4 23:32:41 2017
@@ -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.fr.xsl"?>
-<!-- English Revision: 1741842 -->
+<!-- English Revision: 1741842:1793287 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml.ja [utf-8] Thu May  4 23:32:41 2017
@@ -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: 656287:1741842 (outdated) -->
+<!-- English Revision: 656287:1793287 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml.meta Thu May  4 23:32:41 2017
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_logio.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_logio.html.en?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_logio.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_logio.html.en Thu May  4 23:32:41 2017
@@ -112,6 +112,7 @@
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>none</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_logio</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Apache HTTP Server 2.4.13 and later</td></tr>
 </table>
     <p>This directive configures whether this module tracks the delay
     between the request being read and the first byte of the response

Modified: httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.fr?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.fr [utf-8] Thu May  4 23:32:41 2017
@@ -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.fr.xsl"?>
-<!-- English Revision : 1684311 -->
+<!-- English Revision: 1684311:1793290 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- $LastChangedRevision: 2015061301 $ -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ja?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ja [utf-8] Thu May  4 23:32:41 2017
@@ -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: 420990:1684311 (outdated) -->
+<!-- English Revision: 420990:1793290 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ko?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.ko [euc-kr] Thu May  4 23:32:41 2017
@@ -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: 420990:1684311 (outdated) -->
+<!-- English Revision: 420990:1793290 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.meta?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.meta Thu May  4 23:32:41 2017
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.tr?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_logio.xml.tr [utf-8] Thu May  4 23:32:41 2017
@@ -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: 630289:1684311 (outdated) -->
+<!-- English Revision: 630289:1793290 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.html.en?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.html.en Thu May  4 23:32:41 2017
@@ -141,7 +141,7 @@ ProxyPassMatch "^/(.*\.php(/.*)?)$" "uni
 # The part that is matched to the SetHandler is the part that
 # follows the pipe. If you need to distinguish, "localhost; can
 # be anything unique.
-&lt;Proxy fcgi://localhost/ enablereuse=on max=10&gt;
+&lt;Proxy "fcgi://localhost/" enablereuse=on max=10&gt;
 &lt;/Proxy&gt;
 
 &lt;FilesMatch ...&gt;
@@ -199,7 +199,7 @@ ProxyPassMatch "^/(.*\.php(/.*)?)$" "uni
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_fcgi</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.5 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.4.26 and later</td></tr>
 </table>
 <p>This directive allows the type of backend FastCGI application to be
 specified. Some FastCGI servers, such as PHP-FPM,  use historical quirks of
@@ -228,7 +228,7 @@ scenarios.</p>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_fcgi</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.5 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.4.26 and later</td></tr>
 </table>
 <p>Just before passing a request to the configured FastCGI server, the core of
 the web server sets a number of environment variables based on details of the

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.fr [utf-8] Thu May  4 23:32:41 2017
@@ -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.fr.xsl"?>
-<!-- English Revision: 1782538 -->
+<!-- English Revision: 1782538:1793291 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 
 <!--

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.meta?rev=1793931&r1=1793930&r2=1793931&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml.meta Thu May  4 23:32:41 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>