From aef18f9dff4317e17948b04b409c4a03ee6b97cf Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Fri, 15 Feb 2019 09:51:26 +0000
Subject: [PATCH] Backport r1852478 to fix some typo in
+ tweak mod_privilege to synch with trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1853628 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_deflate.xml | 2 +-
docs/manual/mod/mod_privileges.xml | 5 ++---
docs/manual/mod/mod_ssl.xml | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index 31647d49ec2..aa85def0a5d 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -358,7 +358,7 @@ CustomLog "logs/deflate_log" deflate
DeflateInflateLimitRequestBody
Maximum size of inflated request bodies
-DeflateInflateLimitRequestBodyvalue
+DeflateInflateLimitRequestBody value
None, but LimitRequestBody applies after deflation
server configvirtual host
directory.htaccess
diff --git a/docs/manual/mod/mod_privileges.xml b/docs/manual/mod/mod_privileges.xml
index facefc3e52d..ac85d256734 100644
--- a/docs/manual/mod/mod_privileges.xml
+++ b/docs/manual/mod/mod_privileges.xml
@@ -282,8 +282,7 @@ non-threaded MPMs (prefork or custom MPM).
created by mod_ext_filter or
RewriteMap prog.
Note that it does not prevent CGI programs running under alternative
- process and security models such as mod_fcgid, which is a recommended solution in Solaris.
If set to On or Secure, the virtual host
is permitted to run external programs and scripts as above.
@@ -349,7 +348,7 @@ and when mod_privileges is compiled with the
VHostCGIPrivs
Assign arbitrary privileges to subprocesses created
by a virtual host.
-VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ...
+VHostCGIPrivs [+-]?privilege-name [[+-]?privilege-name] ...
None
virtual host
Available on Solaris 10 and OpenSolaris with
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index a0637846cd8..7b955eba72e 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -2367,7 +2367,7 @@ SSLOCSPOverrideResponder on
SSLOCSPDefaultResponder
Set the default responder URI for OCSP validation
-SSLOCSDefaultResponder uri
+SSLOCSPDefaultResponder uri
server config
virtual host
--
2.47.3