Silent Ninja

Well-Known Member
Apr 18, 2006
196
0
166
Buenos Aires, Argentina
Suddenly the httpd on my webserver stopped working, and after some minutes of failed compilations and testing I've seen that I can make apache work again by commenting this lines on httpd.conf:

#SSLPassPhraseDialog builtin
#SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
#SSLSessionCacheTimeout 300
#SSLMutex file:/usr/local/apache/logs/ssl_mutex
#SSLRandomSeed startup builtin
#SSLRandomSeed connect builtin

I've tried this because easyapache told me that /usr/local/apache/logs/ssl_mutex already existed.. or something like that.

Is there any fix to it?
May be something wrong with that file?
 

Silent Ninja

Well-Known Member
Apr 18, 2006
196
0
166
Buenos Aires, Argentina
Nothing has to do with those lines, it has happened on another webserver of ours, this fixed if:

1) Cleanup Logs ( rm -rf /usr/local/apache/logs/* )
2) Rebuild Apache Conf ( /usr/local/cpanel/bin/build_apache_conf )
3) Restart Apache ( service httpd restart )

I don't know if it'll allways work, but it did for me.