https://issues.apache.org/bugzilla/show_bug.cgi?id=44503
--- Comment #2 from Brendon Matthews <[EMAIL PROTECTED]> 2008-02-28 12:18:03 --- I have just implemented the workaround suggested in bug 43218, but the problem still persists. But from the looks of it, this could be related. It looks like it's only happening when 2 or more requests come in at around the same time, suggesting some kind of synchronization issue between requests? I wondered if perhaps it was something to do with the SSL Session Cache: SSLSessionCache shm:logs/ssl_scache(512000) Once apache is started i can see the following in the logs: [Fri Feb 29 09:04:29 2008] [info] Shared memory session cache initialised However, it looks like the shared memory file is never created. There is no file named ssl_scache in my logs directory, and there are no shared memory segments showing up either: # ipcs Message Queues: T ID KEY MODE OWNER GROUP Shared Memory: T ID KEY MODE OWNER GROUP Semaphores: T ID KEY MODE OWNER GROUP Whatever value i use for SSLSessionCache appears to make no difference to the stability of the server. I get the same sort of problem with the SSLMutex directive: SSLMutex file:logs/ssl_mutex - No file is ever created I hope all this helps. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
