]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport r1852478 to fix some typo in <syntax>
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 09:51:26 +0000 (09:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 09:51:26 +0000 (09:51 +0000)
+ 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
docs/manual/mod/mod_privileges.xml
docs/manual/mod/mod_ssl.xml

index 31647d49ec2b04c8306f13bfe1dc82f5b0af38d7..aa85def0a5dc4bada5a2fb28d1a9a115c791cb27 100644 (file)
@@ -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>
index facefc3e52d6d35bdedffa688863b4997aa741c1..ac85d25673451da473b9a07b8ae54dfe8d01b609 100644 (file)
@@ -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
index a0637846cd8e4922edf87a255f041b8a8afa1159..7b955eba72e18468a7cd05beb70e80aa04815a63 100644 (file)
@@ -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>