diff options
Diffstat (limited to 'mod_nss.c')
-rw-r--r-- | mod_nss.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |