summaryrefslogtreecommitdiffstats
path: root/docs/mod_nss.html
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-06-10 18:01:45 -0400
committerRob Crittenden <rcritten@redhat.com>2015-06-10 18:02:17 -0400
commita62526d425dcbeaa1486cf685c2927afa0459e1d (patch)
tree2898f59fbdc2cf7cd9f5184706d7cc05b12df4bb /docs/mod_nss.html
parentcc9794ee5309782b5df1b782aa2e15bbd5068612 (diff)
downloadmod_nss-a62526d425dcbeaa1486cf685c2927afa0459e1d.tar.gz
mod_nss-a62526d425dcbeaa1486cf685c2927afa0459e1d.tar.xz
mod_nss-a62526d425dcbeaa1486cf685c2927afa0459e1d.zip
Add RenegBufferSize option
Control the buffer size used on a POST when SSL renegotiation is being done. The default is 128K. Resolves BZ 1214366
Diffstat (limited to 'docs/mod_nss.html')
-rw-r--r--docs/mod_nss.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/mod_nss.html b/docs/mod_nss.html
index 052a464..e2a4fe2 100644
--- a/docs/mod_nss.html
+++ b/docs/mod_nss.html
@@ -1033,6 +1033,21 @@ components of the client certificate, the remote IP address, etc.<br>
<br>
<code>NSSRequire<br>
</code><br>
+<br>
+<big><big>NSSRenegBufferSize</big></big><br>
+<br>
+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. The value is in bytes.
+The default is 128K.
+<br>
+If set to 0 then no buffering is done.
+<br><br>
+<span style="font-weight: bold;">Example</span><br>
+<br>
+<code>NSSRenegBufferSize 262144<br>
+</code><br>
+<br>
<big><big>NSSProxyEngine</big></big><br>
<br>
Enables or disables mod_nss HTTPS support for mod_proxy.<br>