What are the minimum required modules to run WordPress
Posted
by
Mister IT Guru
on Server Fault
See other posts from Server Fault
or by Mister IT Guru
Published on 2012-11-28T16:51:08Z
Indexed on
2012/11/28
17:06 UTC
Read the original article
Hit count: 257
Recently a 'consultant' came in to talk to bean counters at my place of employment, with regards to being more efficient with our IT infrastructure.
They suggested to be more efficient we should only load the Apache modules that are required on our web servers. (This is just 1 of 1Ks of suggestions). The Bean Counters are very excited, and prepared for me to spend the time to investigate this avenue of cost cutting.
I don't mind this mundane exercise, I see it as a learning experience! I guess this leads me to the actual question: How can I determine the minimum required apache modules for a PHP based application without actually going through the code, or plain old trial and error?
© Server Fault or respective owner