When I startup Apache I get errors about undefined symbols like ap_global_ctx?
[L] This actually means you installed mod_ssl as a DSO, but without rebuilding Apache with EAPI. Because EAPI is a requirement for mod_ssl, you need an extra patched Apache (containing the EAPI patches) and you have to build this Apache with EAPI enabled (explicitly specify –enable-rule=EAPI at the APACI command line). • When I startup Apache I get permission errors related to SSLMutex? [L] When you receive entries like “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