Finglish asked:
I have been running a django app on nginx using gunicorn on Ubuntu (now version 12.04) for some time now, and have been pleased with the results. My issue is that I have inherited a php site which I want to run on the same server.
Can anyone give me some advice on what might be the best way to add php to my server setup?
My answer:
sudo apt-get install php-fpm
- Set up your new virtual host.
- Enjoy.
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.