What is a good way to use PHP with nginx? From what I got, maybe using PHP-FPM might be a good way to pass PHP over nginx.
The problem is that the free web interface that we serve receives a lot of requests (about 500 thousand per day), the requests are mostly very short and small in size, but Apache consumes a lot of memory. I want to try nginx to see if it can handle it better.
Thanks.
php nginx
Mark
source share