Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When I startup Apache I get errors about undefined symbols like ap_global_ctx?

0
Posted

When I startup Apache I get errors about undefined symbols like ap_global_ctx?

0

[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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123