summaryrefslogtreecommitdiffstats
path: root/mod_nss.c
diff options
context:
space:
mode:
Diffstat (limited to 'mod_nss.c')
-rw-r--r--mod_nss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod_nss.c b/mod_nss.c
index 7dfbc6f..e4fed90 100644
--- a/mod_nss.c
+++ b/mod_nss.c
@@ -152,6 +152,8 @@ static const command_rec nss_config_cmds[] = {
AP_INIT_RAW_ARGS("NSSLogLevel", ap_set_deprecated, NULL, OR_ALL,
"SSLLogLevel directive is no longer supported - use LogLevel."),
#endif
+ AP_INIT_TAKE1("User", set_user, NULL, RSRC_CONF,
+ "Apache user. Comes from httpd.conf."),
AP_END_CMD
};