e03f3fe - Apply patch so that mod_nss calls NSS_Init() after Apache forks a child

Authored and Committed by rcritten 16 years ago
    - Apply patch so that mod_nss calls NSS_Init() after Apache forks a child
        and not before. This is in response to a change in the NSS softtokn
        code and should have always been done this way. (444348)
    - The location of libnssckbi moved from /usr/lib[64] to /lib[64]
    - The NSS database needs to be readable by apache since we need to use it
        after the root priviledges are dropped.
    
        
file added
+587
file modified
+19 -5