summaryrefslogtreecommitdiffstats
path: root/nss.conf.in
diff options
context:
space:
mode:
authorrcritten <>2006-08-02 15:14:47 +0000
committerrcritten <>2006-08-02 15:14:47 +0000
commit7a9b1dac2b2fecb18cb85d2dc1860df54d4ef4f5 (patch)
tree08ac3b5a816ac6a0ca1305d9022af54ee56826be /nss.conf.in
parent12d492fc36fc11abf080d93edd9597571974bd13 (diff)
downloadmod_nss-7a9b1dac2b2fecb18cb85d2dc1860df54d4ef4f5.tar.gz
mod_nss-7a9b1dac2b2fecb18cb85d2dc1860df54d4ef4f5.tar.xz
mod_nss-7a9b1dac2b2fecb18cb85d2dc1860df54d4ef4f5.zip
200855
Defer loading the server certificates until the 2nd module load. Otherwise any problems with said certificate(s) will not be displayed because the VirtualHost logging hasn't been turned on yet. Switch a slew of APLOG_INFO to APLOG_ERR. And add a default LogLevel to nss.conf.in. This is not inherited from httpd.conf.
Diffstat (limited to 'nss.conf.in')
-rw-r--r--nss.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/nss.conf.in b/nss.conf.in
index ce5930d..1c8172e 100644
--- a/nss.conf.in
+++ b/nss.conf.in
@@ -76,8 +76,10 @@ NSSRandomSeed startup builtin
#ServerAdmin you@example.com
# mod_nss can log to separate log files, you can choose to do that if you'd like
+# LogLevel is not inherited from httpd.conf.
#ErrorLog @apache_prefix@/logs/error_log
#TransferLog @apache_prefix@/logs/access_log
+LogLevel warn
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.