]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Transforms.
authorJoe Orton <jorton@apache.org>
Tue, 16 Apr 2019 12:59:43 +0000 (12:59 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 16 Apr 2019 12:59:43 +0000 (12:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1857649 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.html.en
docs/manual/mod/index.html.en
docs/manual/mod/mod_socache_redis.html.en
docs/manual/mod/mpm_common.html.en
docs/manual/mod/mpm_common.xml.de
docs/manual/mod/mpm_common.xml.fr
docs/manual/mod/mpm_common.xml.ja
docs/manual/mod/mpm_common.xml.meta
docs/manual/mod/mpm_common.xml.tr
docs/manual/mod/quickreference.html.en
docs/manual/sitemap.html.en

index 3aeeae5b64017ce06f462f50b0ebef8247942140..4717e88b08cbe0440d19f054b4a6788b2c45dc4d 100644 (file)
 <li><a href="mod_alias.html#redirectmatch">RedirectMatch</a></li>
 <li><a href="mod_alias.html#redirectpermanent">RedirectPermanent</a></li>
 <li><a href="mod_alias.html#redirecttemp">RedirectTemp</a></li>
+<li><a href="mod_socache_redis.html#redisconnpoolttl">RedisConnPoolTTL</a></li>
+<li><a href="mod_socache_redis.html#redistimeout">RedisTimeout</a></li>
 <li><a href="mod_reflector.html#reflectorheader">ReflectorHeader</a></li>
 <li><a href="core.html#regexdefaultoptions">RegexDefaultOptions</a></li>
 <li><a href="core.html#registerhttpmethod">RegisterHttpMethod</a></li>
index e29129c61a31e9deb267c690a1bc74e5e0c06198..7426b69a05ece3c72298d11ca519560552b176c6 100644 (file)
@@ -229,6 +229,7 @@ modules into the server at start-up or restart time</dd>
 <dt><a href="mod_socache_dbm.html">mod_socache_dbm</a></dt><dd>DBM based shared object cache provider.</dd>
 <dt><a href="mod_socache_dc.html">mod_socache_dc</a></dt><dd>Distcache based shared object cache provider.</dd>
 <dt><a href="mod_socache_memcache.html">mod_socache_memcache</a></dt><dd>Memcache based shared object cache provider.</dd>
+<dt><a href="mod_socache_redis.html">mod_socache_redis</a></dt><dd>Redis based shared object cache provider.</dd>
 <dt><a href="mod_socache_shmcb.html">mod_socache_shmcb</a></dt><dd>shmcb based shared object cache provider.</dd>
 <dt><a href="mod_speling.html">mod_speling</a></dt><dd>Attempts to correct mistaken URLs by ignoring
 capitalization, or attempting to correct various minor
index fee54fa3aea4d68dca2301f5ab88cd2d7a1d65b2..3e44c75eae3c7b4c42327cae8b7af2980e212752 100644 (file)
@@ -31,7 +31,8 @@
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Redis based shared object cache provider.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>socache_redis_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_redis.c</td></tr></table>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_redis.c</td></tr>
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.4.39 and later</td></tr></table>
 <h3>Summary</h3>
 
     <p><code class="module"><a href="../mod/mod_socache_redis.html">mod_socache_redis</a></code> is a shared object cache provider
@@ -73,7 +74,7 @@
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</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_socache_redis</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.5 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.4.39 and later</td></tr>
 </table>
     <p>Set the time to keep idle connections with the Redis server(s)
     alive (threaded platforms only).</p>
@@ -101,7 +102,7 @@ RedisConnPoolTTL 60</pre>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</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_socache_redis</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.5 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.4.39 and later</td></tr>
 </table>
     <p>Set the Read/Write timeout used for the connection with the Redis
     server(s).</p>
index accdc1cb3e41e00ab4287c7a49e00db2ca5f9d8b..683d30e26a749e8345ccd1f1185b5caf718d2800 100644 (file)
@@ -87,6 +87,17 @@ switch before dumping core</td></tr>
     operating system is not configured to write core files to the working directory
     of the crashing processes.</p>
 
+    <div class="warning">
+      <h3>Security note for Linux systems</h3>
+
+      <p>Using this directive on Linux may allow other processes on
+      the system (if running with similar privileges, such as CGI
+      scripts) to attach to httpd children via the <code>ptrace</code>
+      system call.  This may make weaken the protection from certain
+      security attacks.  It is not recommended to use this directive
+      on production systems.</p>
+    </div>
+    
     <div class="note"><h3>Core Dumps on Linux</h3>
       <p>If Apache httpd starts as root and switches to another user, the
       Linux kernel <em>disables</em> core dumps even if the directory is
index 1a8ba2de586353a6aa8d9cda7b780bf64f504824..a05f40bfbe75d91476f65eb11fe9060efcc6398e 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: 151408:1853619 (outdated) -->
+<!-- English Revision: 151408:1857648 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f2cb7dd406e5200a682a90f669d2593cc72afa06..bed6c94bf25e1411a47f20223a105fed537d7349 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.fr.xsl"?>
-<!-- English Revision: 1853619 -->
+<!-- English Revision: 1853619:1857648 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index f867ae304479725fe5a6eff470d87d1467bc864e..ec2a22deb8d5420e3a17e9a56f1fe20834d876c9 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: 674934:1853619 (outdated) -->
+<!-- English Revision: 674934:1857648 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 71da7c3fa122bf4514e6564d45d9ff05b5ecac68..24ce098ada476b1c2f4725c417e98c1a6a4643be 100644 (file)
@@ -9,8 +9,8 @@
   <variants>
     <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index d4aeddc5662bfd4ccaeec90651b130ec975378e3..201f1f67f8d1e2427bdfdddf3586de76e37cfa1b 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: 1853619 -->
+<!-- English Revision: 1853619:1857648 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>
index 4bb8f0680d25fa31454bb727f04470320bed8a24..009416ad8e9d187f02b251c09bbf74eca317701f 100644 (file)
@@ -838,6 +838,8 @@ of the current URL</td></tr>
 a different URL</td></tr>
 <tr class="odd"><td><a href="mod_alias.html#redirecttemp">RedirectTemp <var>URL-path</var> <var>URL</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Sends an external temporary redirect asking the client to fetch
 a different URL</td></tr>
+<tr><td><a href="mod_socache_redis.html#redisconnpoolttl">RedisConnPoolTTL <em>num</em>[<em>units</em>]</a></td><td> 15s </td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">TTL used for the connection pool with the Redis server(s)</td></tr>
+<tr class="odd"><td><a href="mod_socache_redis.html#redistimeout">RedisTimeout <em>num</em>[<em>units</em>]</a></td><td> 5s </td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">R/W timeout used for the connection with the Redis server(s)</td></tr>
 <tr><td><a href="mod_reflector.html#reflectorheader">ReflectorHeader <var>inputheader</var> <var>[outputheader]</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Reflect an input header to the output headers</td></tr>
 <tr class="odd"><td><a href="core.html#regexdefaultoptions">RegexDefaultOptions [none] [+|-]<var>option</var> [[+|-]<var>option</var>] ...</a></td><td> DOLLAR_ENDONLY </td><td>s</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Allow to configure global/default options for regexes</td></tr>
 <tr><td><a href="core.html#registerhttpmethod">RegisterHttpMethod <var>method</var> [<var>method</var> [...]]</a></td><td></td><td>s</td><td>C</td></tr><tr><td class="descr" colspan="4">Register non-standard HTTP methods</td></tr>
index 478b08b97090639c9a9e0e864fad3a17202d734c..2fff31922a6f6447beeaeaaf3bc90a48cf9d7b92 100644 (file)
@@ -299,6 +299,7 @@ log_server_status</a></li>
 <li><a href="mod/mod_socache_dbm.html">Apache Module mod_socache_dbm</a></li>
 <li><a href="mod/mod_socache_dc.html">Apache Module mod_socache_dc</a></li>
 <li><a href="mod/mod_socache_memcache.html">Apache Module mod_socache_memcache</a></li>
+<li><a href="mod/mod_socache_redis.html">Apache Module mod_socache_redis</a></li>
 <li><a href="mod/mod_socache_shmcb.html">Apache Module mod_socache_shmcb</a></li>
 <li><a href="mod/mod_speling.html">Apache Module mod_speling</a></li>
 <li><a href="mod/mod_ssl.html">Apache Module mod_ssl</a></li>