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?
#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?