On 07 Jul 2011, at 1:17 AM, Igor Galić wrote:

I agree with Jeff: It would be really good to have only the minimum
list of modules enabled that enable us to support the config we ship

A big +1.

One of the biggest performance enhancing things we've done across our estate is switch almost all modules off, and then switch modules on only when necessary, like this:

<IfModule !mod_cache.c>
LoadModule cache_module modules/mod_cache.so
</IfModule>

...cache directives...

Regards,
Graham
--

Reply via email to