Apache and Nginx Together » KBeezie
kbeezie.com › apache-with-nginxUsing Nginx as the primary frontend webserver can increase performance regardless if you choose to keep Apache running on the system. One of Nginx’s greatest advantage is how well it serves static content. It does so much more efficiently than Apache, and with very little cost to memory or processing.
Apache and Nginx Together » KBeezie
kbeezie.com/apache-with-nginxIn the case of using Nginx with Apache you essentially have two choices: 1) Compile and Install PHP-FPM, thus running a seperate PHP process to be used by Nginx. This option is usually good if you want to keep the two webserver configurations separated from each other, that way any changes to one won’t affect the other.