Hi All,
We are currently getting a lot of warnings in our logs in regards to deadlock, and I am wondering if anyone have experienced seen the following.
Under load, we would get:
[Fri Dec 12 08:50:23 2008] [warn] (45)Deadlock situation detected/avoided: Failed to acquire SSL session cache lock
[Fri Dec 12 08:50:39 2008] [warn] (45)Deadlock situation detected/avoided: Failed to acquire SSL session cache lock
We have already set up SSLMutex and SSLSessionCache with the following:
SSLSessionCache shm:/usr/local/apache2/logs/ssl_gcache_data(512000)
Any recommendations on how I should go about fixing it?
Thanks,
Lawrence