summaryrefslogtreecommitdiffstats
path: root/mod_nss.c
diff options
context:
space:
mode:
Diffstat (limited to 'mod_nss.c')
-rw-r--r--mod_nss.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod_nss.c b/mod_nss.c
index 0f74892..8e63f1a 100644
--- a/mod_nss.c
+++ b/mod_nss.c
@@ -127,6 +127,11 @@ static const command_rec nss_config_cmds[] = {
SSL_CMD_DIR(Require, AUTHCFG, RAW_ARGS,
"Require a boolean expression to evaluate to true for granting access"
"(arbitrary complex boolean expression - see manual)")
+ SSL_CMD_DIR(RenegBufferSize, AUTHCFG, TAKE1,
+ "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")
+
/*
* Proxy configuration for remote SSL connections
*/