summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2019-02-15 09:51:26 +0000
committerChristophe Jaillet <jailletc36@apache.org>2019-02-15 09:51:26 +0000
commitaef18f9dff4317e17948b04b409c4a03ee6b97cf (patch)
tree3fc78300cd444c35ceadb997fdbcb2aba32ff67b
parent436deaf43c3a4bfabf5c988970d2d2a2af55c803 (diff)
downloadhttpd-aef18f9dff4317e17948b04b409c4a03ee6b97cf.tar.gz
Backport r1852478 to fix some typo in <syntax>
+ 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
-rw-r--r--docs/manual/mod/mod_deflate.xml2
-rw-r--r--docs/manual/mod/mod_privileges.xml5
-rw-r--r--docs/manual/mod/mod_ssl.xml2
3 files changed, 4 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml
index 31647d49ec..aa85def0a5 100644
--- a/docs/manual/mod/mod_deflate.xml
+++ b/docs/manual/mod/mod_deflate.xml
@@ -358,7 +358,7 @@ CustomLog "logs/deflate_log" deflate
<directivesynopsis>
<name>DeflateInflateLimitRequestBody</name>
<description>Maximum size of inflated request bodies</description>
-<syntax>DeflateInflateLimitRequestBody<var>value</var></syntax>
+<syntax>DeflateInflateLimitRequestBody <var>value</var></syntax>
<default>None, but LimitRequestBody applies after deflation</default>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
diff --git a/docs/manual/mod/mod_privileges.xml b/docs/manual/mod/mod_privileges.xml
index facefc3e52..ac85d25673 100644
--- a/docs/manual/mod/mod_privileges.xml
+++ b/docs/manual/mod/mod_privileges.xml
@@ -282,8 +282,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
created by <module>mod_ext_filter</module> or
<directive module="mod_rewrite">RewriteMap</directive> <var>prog</var>.
Note that it does not prevent CGI programs running under alternative
- process and security models such as <a
- href="https://httpd.apache.org/mod_fcgid/"
+ process and security models such as <a href="https://httpd.apache.org/mod_fcgid/"
>mod_fcgid</a>, which is a recommended solution in Solaris.</p>
<p>If set to <var>On</var> or <var>Secure</var>, the virtual host
is permitted to run external programs and scripts as above.
@@ -349,7 +348,7 @@ and when <module>mod_privileges</module> is compiled with the
<name>VHostCGIPrivs</name>
<description>Assign arbitrary privileges to subprocesses created
by a virtual host.</description>
-<syntax>VHostPrivs [+-]?<var>privilege-name</var> [[+-]?privilege-name] ...</syntax>
+<syntax>VHostCGIPrivs [+-]?<var>privilege-name</var> [[+-]?privilege-name] ...</syntax>
<default>None</default>
<contextlist><context>virtual host</context></contextlist>
<compatibility>Available on Solaris 10 and OpenSolaris with
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index a0637846cd..7b955eba72 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -2367,7 +2367,7 @@ SSLOCSPOverrideResponder on
<directivesynopsis>
<name>SSLOCSPDefaultResponder</name>
<description>Set the default responder URI for OCSP validation</description>
-<syntax>SSLOCSDefaultResponder <em>uri</em></syntax>
+<syntax>SSLOCSPDefaultResponder <em>uri</em></syntax>
<contextlist><context>server config</context>
<context>virtual host</context></contextlist>