When I startup Apache I get permission errors related to SSLMutex?
mod_ssl: Child could not open SSLMutex lockfile /opt/apache/logs/ssl_mutex.18332 (System error follows) […] System: Permission denied (errno: 13)” this is usually caused by to restrictive permissions on the parent directories. Make sure that all parent directories (here /opt, /opt/apache and /opt/apache/logs) have the x-bit set at least for the UID under which Apache’s children are running (see the User directive of Apache). • When I use the MM library and the shared memory cache each process grows 1.5MB according to `top’ although I specified 512000 as the cache size? [L] The additional 1MB are caused by the global shared memory pool EAPI allocates for all modules and which is not used by mod_ssl for various reasons. So the actually allocated shared memory is always 1MB more than what you specify on SSLSessionCache. But don’t be confused by the display of `top’: although is indicates that each process grow, this is not reality, of course. Instead the additional memory consumption i