Description of problem: There are multiple ssl conf files, none of which is being picked up by .postinstall. This affects all dependant modules such as auth_digest etc. Please, fix it :-)
There are two ssl conf files in zip: power:httpd weinanli$ find . | grep ssl.conf ./conf.d/ssl.conf ./httpd-ssl.conf The 'httpd-ssl.conf' will be removed according to 1171807 The './conf.d/ssl.conf' should be loaded because at bottom of './conf/httpd.conf' it has: # Supplemental configuration # # Load config files in the "/etc/httpd/conf.d" directory, if any. IncludeOptional conf.d/*.conf
Verified with DR1