summaryrefslogtreecommitdiffstats
path: root/mod_nss.c
diff options
context:
space:
mode:
authorrcritten <>2011-03-02 21:12:05 +0000
committerrcritten <>2011-03-02 21:12:05 +0000
commitf656ffc036af239a4236f1c1fc97e32a809d470d (patch)
tree334e7b4af59abcd246d345f2ddadb5a659c1598c /mod_nss.c
parent1a10bf6ecc79da62bba901758feaa134aa4d50ca (diff)
downloadmod_nss-f656ffc036af239a4236f1c1fc97e32a809d470d.tar.gz
mod_nss-f656ffc036af239a4236f1c1fc97e32a809d470d.tar.xz
mod_nss-f656ffc036af239a4236f1c1fc97e32a809d470d.zip
Add a semaphore lock around retrieving token PINs from the nss_pcache
pipe. Rarely requests to the pipe were getting overridden causing that child to not enable SSL. Fedora bug 677701
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
};