Comments on Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.10
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.10 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 12.10 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).
5 Comment(s)
Comments
How about using nginx.org's own repositories instead of ubuntu's? Ubuntu's repository is outdated and a few versions behind nginx's latest stable versions.
They insisted it had to be pronounced "Tech," but then had all these silly terms which were possibly very clever--provided you pronounced it "Tex." Like "TeX Book."
It's "LEMP" that reminds me. Really, it's got to be LNMP. Or call it "Engine X" and be done with it (and have a competitor named Speed who MUST NOT EVER KNOW that he's your BROTHER).
Here's a good guide on how to update / install the latest stable or development Nginx webserver version on Ubuntu and Debian without having to compile from sources: http://usefulmix.com/install-upgrade-to-latest-nginx-without-compiling-from-source/
Hi,
Can you also do a phpmyAdmin installation for this tutorial. Thank you very much for all of your hard work.
Hello, Why do you do the step 7? Is better or why? Thank you