Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn

26

Author: JT Smith

This HowTo describes the implementation of Nginx with php5 support (through FastCGI). The fast-cgi process will be initiated via spawn-fcgi. Nginx is a great replacement of Apache with very low memory footprint and contrary to Lighttpd, does not suffer from memory leak over time. You can then use all the memory left to unleash the power of mysql for instance by increasing the default query cache.

Link: howtoforge.com

Category:

  • Linux