toml
Verified User
The dsm_sa_da is a Dell service, try doing:
/etc/rc.d/init.d/dsm_om_shrsvc restart
to restart it
/etc/rc.d/init.d/dsm_om_shrsvc restart
to restart it
srvadmin-services.sh stop
srvadmin-services.sh start
[root@server~]# lsof -n | grep ssl | grep DEL
directadm 7660 root DEL REG 8,2 2705316 /usr/lib64/libssl.so.1.0.1e
[root@server~]# kill 7660
[root@server~]# lsof -n | grep ssl | grep DEL
directadm 7660 root DEL REG 8,2 2705316 /usr/lib64/libssl.so.1.0.1e
[root@server ~]# lsof -n | grep ssl | grep DEL
directadm 7660 root DEL REG 8,2 2705316 /usr/lib64/libssl.so.1.0.1e
[root@server~]# kill -9 7660
[root@server~]# lsof -n | grep ssl | grep DEL
[root@server~]#
rpm -q openssl` and it reports version 1.0.1e and less than 1.0.1e-16.el6_5.4.0.1 then you are currently vulnerable to this problem. If it reports 1.0.1e-16.el6_5.4.0.1.centos then you have the temporary version issued before Redhat issued their official fix. If you have 1.0.1e-16.el6_5.7 or higher then you have the official fixed version."
The SSL is good from what I read... However I am unqualified to instruct you myself on the httpd. I did read tons about this bug and recall many getting advice that they needed to recompile Apache. I guess there is something (mod_ssl?) of the installed openssl which Apache relies on when when it's installed. If that makes any sense.
I think much of the people who could answer you more authoritatively are working on their servers in light of this bug.
Let me see if I can dig up some of the links I have on this and will edit them in here in a minute.
Maybe this: "Did you just restart apache or did you kill it completely and restart it? A graceful restart doesn't kill it completely" (duh, guess that's not related since you said you rebooted..)
RE: http://www.webhostingtalk.com/showthread.php?t=1364373 post #21
..sorry I don't seem to have much more than the one link to WHT ~post 12 or so someone was commenting about recompile for apache but nobody in that conversation indicates recompile is required.