You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/08/20 16:50:21 UTC

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

Author: rjung
Date: Mon Aug 20 14:50:20 2012
New Revision: 1375044

URL: http://svn.apache.org/viewvc?rev=1375044&view=rev
Log:
Add default value of PrivilegesMode to docs.

Backport of r1375011 from trunk.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_privileges.xml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1375011

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=1375044&r1=1375043&r2=1375044&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 Mon Aug 20 14:50:20 2012
@@ -121,6 +121,7 @@ request-processing cycle.</em></p>
 <description>Trade off processing speed and efficiency vs security against
 malicious privileges-aware code.</description>
 <syntax>PrivilegesMode FAST|SECURE|SELECTIVE</syntax>
+<default>PrivilegesMode FAST</default>
 <contextlist>
 	<context>server config</context>
 	<context>virtual host</context>