]> granicus.if.org Git - apache/commitdiff
* Add a stub documentation for SSLRenegBufferSize.
authorRuediger Pluem <rpluem@apache.org>
Sun, 11 Jan 2009 13:20:41 +0000 (13:20 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 11 Jan 2009 13:20:41 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@733467 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 0715610f5443d46b80a9c22a04b1090ee1b52e54..8f438c55b672ecd5694bc21936635efd53684119 100644 (file)
@@ -1322,6 +1322,27 @@ SSL_VERSION_INTERFACE  SSL_CLIENT_S_DN_OU     SSL_SERVER_S_DN_OU
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>SSLRenegBufferSize</name>
+<description>Set the size for the SSL renogotiation buffer</description>
+<syntax>SSLRenegBufferSize <var>bytes</var></syntax>
+<default>SSLRenegBufferSize 131072</default>
+<contextlist><context>directory</context>
+<context>.htaccess</context></contextlist>
+<override>AuthConfig</override>
+
+<usage>
+<p>
+Configure the amount of memory that will be used for buffering the
+request body if a per-location SSL renegotiation is required due to
+changed access control requirements.
+</p>
+<example><title>Example</title>
+SSLRenegBufferSize 262144
+</example>
+</usage>
+</directivesynopsis>
+
 <directivesynopsis>
 <name>SSLProxyMachineCertificatePath</name>
 <description>Directory of PEM-encoded client certificates and keys to be used by the proxy</description>