What is a good way of using PHP with nginx? From the finding I got, maybe using PHP-FPM might be a good way of handing PHP behind nginx.
The problem we have is that the free web based API we serve gets a lot of request (about 500K a day), mostly the requests are very short and small in size but Apache is consuming a lot of memory. I want to try nginx to see if it can handle it better.
Thanks