Tagged Questions
1
vote
1answer
452 views
Significant advantages to choosing nginx+PHP-FPM over Apache+mod_php for a Dynamic DB-backed PHP api server?
I am considering using Nginx once again as the primary web server for a REST web-API we need to deploy very quickly(nginx initially chosen for its C10k properties.)
The initial implementation of the ...