Author: rmeggins
Update of /cvs/dirsec/adminserver/admserv/cfgstuff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12838
Modified Files: httpd.conf Log Message: bug 175170 mod_nss needs to be loaded before mod_admserv so it can complete NSS_Initialize before mod_admserv needs to use NSS and SSL. This also means mod_nss will be unloaded after mod_admserv, which means it can clear the caches and do the NSS_Shutdown after mod_admserv is unloaded.
Index: httpd.conf =================================================================== RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/httpd.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- httpd.conf 7 Dec 2005 20:46:06 -0000 1.7 +++ httpd.conf 18 Jan 2006 16:58:37 -0000 1.8 @@ -148,8 +148,8 @@ LoadModule mem_cache_module %%%module_dir%%%/modules/mod_mem_cache.so LoadModule cgi_module %%%module_dir%%%/modules/mod_cgi.so LoadModule restartd_module %%%sroot%%%/bin/admin/lib/libmodrestartd.so -LoadModule admserv_module %%%sroot%%%/bin/admin/lib/libmodadmserv.so LoadModule nss_module %%%sroot%%%/bin/admin/lib/libmodnss.so +LoadModule admserv_module %%%sroot%%%/bin/admin/lib/libmodadmserv.so
### Section 2: 'Main' server configuration #