What PHP configuration and extensions are recommended for efficiency and security?
Posted
by Sanoj
on Server Fault
See other posts from Server Fault
or by Sanoj
Published on 2010-03-17T01:10:08Z
Indexed on
2010/03/17
1:21 UTC
Read the original article
Hit count: 446
I am setting up an Ubuntu VPS server with nginx and PHP. I have read about many different configurations and extensions that could be added and it is pretty hard to know about all of them. I would like to hear from you, sysadmins, what PHP configuration and extensions do you recommend?
I have read about:
- Suhosin for security
- Alternative PHP Cache for efficiency
- PHP FastCGI Process Manager for efficiency
But I have no idea if they are good or not, and if I should use them together.
© Server Fault or respective owner