HowtoForge provides user-friendly Linux tutorials.
-
How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP...) On Ubuntu/Debian
Author: 3uropa • Tags: debian, nginx, ubuntu • Comments: 5How To Install A Complete LEMP (Linux - EngineX (Nginx HTTP SERVER) - Mysql - PHP) Server (Not LAMP...) On Ubuntu/Debian This HowTo will describe the setup of an efficient http server and mail server for small or medium configurations (as low as 96 mb). Why LEMP instead of LAMP? NGINX is a great replacement for Apache with very low memory footprint and great stability.
-
Reduce Apache's Load With Nginx On RHEL 5.2
Author: Nikitos • Tags: apache, centos, nginx • Comments: 2Reduce Apache's Load With Nginx On RHEL 5.2 This how-to describes how to install and configure Nginx to accelerate an Apache server based on RHEL 5.2.
-
Installing Nginx With PHP5 And MySQL Support On Debian Etch
Author: Falko Timme • Tags: debian, nginx • Comments: 1
Installing Nginx With PHP5 And MySQL Support On Debian Etch 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 Debian Etch server with PHP5 support (through FastCGI) and MySQL support.
-
-
Installing Nginx With PHP5 And MySQL Support On Fedora 10
Author: Falko Timme • Tags: fedora, nginx • Comments: 4
Installing Nginx With PHP5 And MySQL Support On Fedora 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 a Fedora 10 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 And MySQL Support On Debian Lenny
Author: Falko Timme • Tags: debian, nginx • Comments: 7
Installing Nginx With PHP5 And MySQL Support On Debian Lenny 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 Debian Lenny server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 And MySQL Support On Ubuntu 9.04
Author: Falko Timme • Tags: nginx, ubuntu • Comments: 1
Installing Nginx With PHP5 And MySQL Support On Ubuntu 9.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 9.04 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 And MySQL Support On Fedora 11
Author: Falko Timme • Tags: fedora, mysql, nginx, php • Comments: 0
Installing Nginx With PHP5 And MySQL Support On Fedora 11 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 11 server with PHP5 support (through FastCGI) and MySQL support.
-
Running HTML::Mason With nginx And FastCGI
Author: frankie • Tags: debian, nginx, ubuntu • Comments: 0
Running HTML::Mason With nginx And FastCGI This article is a step by step guide to install the HTML::Mason module to use with the ngingx web server and FastCGI. It has been tested in Debian (lenny), but it should be very similar with Ubuntu and other debian based distros.
-
Installing Nginx With PHP5 And MySQL Support On Fedora 12
Author: Falko Timme • Tags: fedora, mysql, nginx, php • Comments: 2
Installing Nginx With PHP5 And MySQL Support On Fedora 12 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 12 server with PHP5 support (through FastCGI) and MySQL support.
-
Drupal 6 Hosting With nginx And PHP-FastCGI On Ubuntu 9.10
Author: emgee • Tags: nginx, ubuntu • Comments: 7
Drupal 6 Hosting With nginx And PHP-FastCGI On Ubuntu 9.10 Drupal is a great CMS but is a bit hefty when you host it on bargain-basement shared hosting, and virtual private servers are great but memory-constrained at the low-end. Apache can be a big offender when it comes to resource usage, so a nice alternative is nginx, a fast, light-weight and efficient http server that supports PHP via PHP-FastCGI. So this is a pretty slick setup for hosting Drupal, and I've taken a few different howtos and forum posts to put together this guide, which should have all you need in one stop, including a working URL rewrite config.