Linux Tutorials on the topic “nginx”
-
nginx - upstream sent too big header while reading response header from upstream
Author: Falko Timme • Tags: errors, nginx • Comments: 3You get the following error in the nginx log: 'upstream sent too big header while reading response header from upstream'
-
Installing Nginx With PHP5 And MySQL Support On CentOS 5.6
Author: Falko Timme • Tags: centos, mysql, nginx, php, web server • Comments: 0Installing Nginx With PHP5 And MySQL Support On CentOS 5.6 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 CentOS 5.6 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4
Author: Falko Timme • Tags: nginx, suse, web server • Comments: 0Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4 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 OpenSUSE 11.4 server with PHP5 support (through PHP-FPM) and MySQL support.
-
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 1Installing 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.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: nginx, ubuntu • Comments: 1Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 10.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 10.10 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Nginx Catch-All Host As Front End To Apache For ISPConfig 2 On CentOS 5
Author: poustchi • Tags: centos, ispconfig, nginx • Comments: 1Nginx Catch-All Host As Front End To Apache For ISPConfig 2 On CentOS 5 Nginx (pronounced “engine X”) is a lightweight, high-performance Web server/reverse proxy and e-mail (IMAP/POP3) proxy, licensed under a BSD-like license. It runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows. Apache's performance is generally very good as well. However, in a resource-constrained environment , Apache does not necessarily provide optimal performance or resource utilization. One of the “best practice” approaches to reducing the strain on Apache is to let a leaner lighter web server take over the serving of the site's static files (images, javascript, css, etc.), leaving the heavy lifting of serving the dynamic content to Apache. This tutorial shows how you can setup Nginx as front end to apache for ISPConfig 2 On CentOS 5.x.
-
Installing Nginx With PHP5 And MySQL Support On CentOS 5.5
Author: Falko Timme • Tags: centos, nginx • Comments: 6Installing Nginx With PHP5 And MySQL Support On CentOS 5.5 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 CentOS 5.5 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04)
Author: kjette • Tags: nginx, php, ubuntu, web server • Comments: 7Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) In this post I will explain how to install Nginx with PHP 5.3.3 and PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a Long-Term Support (LTS), meaning that it will be supported for three years on the desktop and for five years with the server version.
-
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support
Author: poustchi • Tags: centos, web server, nginx • Comments: 5Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support 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 compile and install Nginx on CentOS 5.5 server with SSL, PCRE, GeoIP, Zlib, Gzip and DAV support.
-
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything
Author: Sypher • Tags: debian, nginx, php, ubuntu • Comments: 13Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference.