Comments on Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.04
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.04 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 11.04 server with PHP5 support (through PHP-FPM) and MySQL support.
4 Comment(s)
Comments
MySQL 5.0 is really getting old. MySQL 5.1 is available in the mysql-server-5.1 packages which are in the Ubuntu repositories.
For the latest stable version of MySQL (5.5) you'll need to get the tarballs from dev.mysql.com or use a PPA
See #690925 on launchpad if you're interested in MySQL 5.5 packages for Ubuntu.
hello
"The page you are looking for is temporarily unavailable.
Please try again later."
this is what greets me when I try viewing the 127.0.0.1/info.php in the absolute middle of the screen.
if I replace the fastcgi line with the config file commented/default line:
this:
fastcgi_pass 127.0.0.1:9000;
with:
# With php5-fpm:
fastcgi_pass unix:/var/run/php5-fpm.sock;
the phps do run, however I'm unable to accomplish the whole vhost part of the tutorial for the phpmyadmin as everything is different from that point on compared to site..
what am I doing wrong?
This is great tutorials solved my errors now working good may be work for you too
http://www.cmsthisway.com/how-to-install-a-nginx-server-in-ubuntu/
It is really a nice and helpful piece of info. I’m glad that you simply shared this helpful info with us. Please keep us informed like this. Thank you for sharing.