Comments on Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14 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 a Fedora 14 server with PHP5 support (through PHP-FPM) and MySQL support.
1 Comment(s)
Add comment
Comments
By: Anonymous
To start/stop services, it's easier to use the service program, like so:
service mysqld start