HowtoForge provides user-friendly Linux tutorials.
-
Striping Across Four Storage Nodes With GlusterFS On Mandriva 2010.0
Author: Falko Timme • Tags: mandriva, storage • Comments: 1
This tutorial shows how to do data striping (segmentation of logically sequential data, such as a single file, so that segments can be assigned to multiple physical devices in a round-robin fashion and thus written concurrently) across four single storage servers (running Mandriva 2010.0) with GlusterFS. The client system (Mandriva 2010.0 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn
Author: 3uropa • Tags: nginx, php, ubuntu • Comments: 7Nginx HTTP Server + PHP5 (With fast-cgi And xcache) On Ubuntu Feisty Fawn 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, doesn't 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.
-
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.