Linux Tutorials on the topic “nginx”
-
Running CS-Cart On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 2
This tutorial shows how you can install and run CS-Cart on a Debian Wheezy or Ubuntu 13.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running ProcessWire On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 2
This tutorial shows how you can install and run ProcessWire on a Debian Wheezy or Ubuntu 13.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 19
Author: Falko Timme • Tags: fedora, mysql, nginx, php, web server • Comments: 1
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 19 server with PHP5 support (through PHP-FPM) and MySQL support.
-
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 13.04
Author: Falko Timme • Tags: mysql, nginx, php, ubuntu, web server • Comments: 3
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 13.04 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP) .
-
Running New Shopware Version 4.0.x On Nginx (LEMP) On Ubuntu 12.04
Author: Falko Timme • Tags: nginx, ubuntu, web server • Comments: 2
Running New Shopware Version 4.0.x On Nginx (LEMP) On Ubuntu 12.04 This tutorial shows how you can install and run the new Shopware version 4.0.x on an Ubuntu 12.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Shopware is a feature-rich ecommerce platform; I will use the Community Edition here which is free. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Debian Wheezy
Author: Falko Timme • Tags: debian, nginx, web server • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Debian Wheezy 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 Wheezy server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).
-
nginx: How To Set A Connection Limit For Search Engine Bots Gone Wild (Especially Bingbot)
Author: Falko Timme • Tags: nginx, web server • Comments: 1
As a server administrator you might know this problem: you have done everything to optimize your server and it's working really well, and along comes a stupid search engine bot (like Bingbot) and hits all your vhosts at the same time with hundreds of connections, making your server load go up. Of course, you don't want to completely block the bot (unless you don't care about that particular search engine), so you can use robots.txt and/or nginx to control connections of a search engine bot to your server.
-
Install Piwigo Gallery On Nginx With Debian Wheezy
Author: nincsneve • Tags: linux, debian, nginx • Comments: 0
Install Piwigo Gallery On Nginx With Debian Wheezy This tutorial shows how you can install and run a piwigo gallery site with nginx, configured for vhosts, on a Debian Wheezy system. Piwigo is a gallery-website with many plugins. In this sample we configure the vhost "gallery.domain.tld".
-
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 13.04)
Author: Falko Timme • Tags: apache, php, ubuntu, control panels, ispconfig, web server, nginx • Comments: 4
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 13.04) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 13.04 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig.
-
The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: control panels, debian, ispconfig, nginx, web server • Comments: 38
The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3) This tutorial shows how to prepare a Debian Wheezy server (with nginx, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of Apache), BIND (instead of MyDNS), and Dovecot (instead of Courier).