You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/02/15 09:51:26 UTC

svn commit: r1853628 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_deflate.xml mod_privileges.xml mod_ssl.xml

Author: jailletc36
Date: Fri Feb 15 09:51:26 2019
New Revision: 1853628

URL: http://svn.apache.org/viewvc?rev=1853628&view=rev
Log:
Backport r1852478 to fix some typo in <syntax>

+ tweak mod_privilege to synch with trunk

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_privileges.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml?rev=1853628&r1=1853627&r2=1853628&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_deflate.xml Fri Feb 15 09:51:26 2019
@@ -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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_privileges.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_privileges.xml?rev=1853628&r1=1853627&r2=1853628&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_privileges.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_privileges.xml Fri Feb 15 09:51:26 2019
@@ -282,8 +282,7 @@ non-threaded MPMs (<module>prefork</modu
     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>
 <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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml?rev=1853628&r1=1853627&r2=1853628&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ssl.xml Fri Feb 15 09:51:26 2019
@@ -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>