Commit 29adbcbf authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

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
parent 8d3dbf6a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1

File changed.

Contains only whitespace changes.