From: Joe Orton
Date: Tue, 16 Apr 2019 12:59:43 +0000 (+0000)
Subject: Transforms.
X-Git-Tag: 2.4.40~141
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be09dc8e10fb21960f1e5b852ecb272ff35d809d;p=thirdparty%2Fapache%2Fhttpd.git
Transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1857649 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index 3aeeae5b640..4717e88b08c 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -521,6 +521,8 @@
RedirectMatch
RedirectPermanent
RedirectTemp
+RedisConnPoolTTL
+RedisTimeout
ReflectorHeader
RegexDefaultOptions
RegisterHttpMethod
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en
index e29129c61a3..7426b69a05e 100644
--- a/docs/manual/mod/index.html.en
+++ b/docs/manual/mod/index.html.en
@@ -229,6 +229,7 @@ modules into the server at start-up or restart time
mod_socache_dbmDBM based shared object cache provider.
mod_socache_dcDistcache based shared object cache provider.
mod_socache_memcacheMemcache based shared object cache provider.
+mod_socache_redisRedis based shared object cache provider.
mod_socache_shmcbshmcb based shared object cache provider.
mod_spelingAttempts to correct mistaken URLs by ignoring
capitalization, or attempting to correct various minor
diff --git a/docs/manual/mod/mod_socache_redis.html.en b/docs/manual/mod/mod_socache_redis.html.en
index fee54fa3aea..3e44c75eae3 100644
--- a/docs/manual/mod/mod_socache_redis.html.en
+++ b/docs/manual/mod/mod_socache_redis.html.en
@@ -31,7 +31,8 @@
+| Source File: | mod_socache_redis.c |
+| Compatibility: | Available in Apache 2.4.39 and later |
Summary
mod_socache_redis is a shared object cache provider
@@ -73,7 +74,7 @@
| Context: | server config, virtual host |
| Status: | Extension |
| Module: | mod_socache_redis |
-| Compatibility: | Available in Apache 2.5 and later |
+| Compatibility: | Available in Apache 2.4.39 and later |
Set the time to keep idle connections with the Redis server(s)
alive (threaded platforms only).
@@ -101,7 +102,7 @@ RedisConnPoolTTL 60
| Context: | server config, virtual host |
| Status: | Extension |
| Module: | mod_socache_redis |
-| Compatibility: | Available in Apache 2.5 and later |
+| Compatibility: | Available in Apache 2.4.39 and later |
Set the Read/Write timeout used for the connection with the Redis
server(s).
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index accdc1cb3e4..683d30e26a7 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -87,6 +87,17 @@ switch before dumping core
operating system is not configured to write core files to the working directory
of the crashing processes.
+
+
Security note for Linux systems
+
+
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 ptrace
+ system call. This may make weaken the protection from certain
+ security attacks. It is not recommended to use this directive
+ on production systems.
+
+
Core Dumps on Linux
If Apache httpd starts as root and switches to another user, the
Linux kernel disables core dumps even if the directory is
diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de
index 1a8ba2de586..a05f40bfbe7 100644
--- a/docs/manual/mod/mpm_common.xml.de
+++ b/docs/manual/mod/mpm_common.xml.de
@@ -1,7 +1,7 @@
-
+
+
diff --git a/docs/manual/mod/mpm_common.xml.ja b/docs/manual/mod/mpm_common.xml.ja
index f867ae30447..ec2a22deb8d 100644
--- a/docs/manual/mod/mpm_common.xml.ja
+++ b/docs/manual/mod/mpm_common.xml.ja
@@ -1,7 +1,7 @@
-
+
+