Linux Tutorials on the topic “nginx”
-
Using ngx_pagespeed With nginx On Debian Wheezy
Author: Falko Timme • Tags: debian, nginx, web server • Comments: 4
Google has just released PageSpeed Beta for nginx, the nginx equivalent of mod_pagespeed for Apache. This module applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) and therefore speeds up your web site and reduces load times. This tutorial explains how to use PageSpeed with nginx on Debian Wheezy.
-
The Perfect Server - Ubuntu 13.04 (nginx, BIND, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: control panels, ispconfig, nginx, ubuntu, web server • Comments: 1
The Perfect Server - Ubuntu 13.04 (nginx, BIND, Dovecot, ISPConfig 3) This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) 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).
-
Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 0
Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run activeCollab 3 on a Debian Wheezy or Ubuntu 12.10 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 PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 3
Running PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a PrestaShop 1.5.x web site on a Debian Wheezy or Ubuntu 12.10 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 Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 0
Running Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a Redaxo 4.4.x web site on a Debian Wheezy or Ubuntu 12.10 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.
-
The Perfect Server - CentOS 6.4 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 24
The Perfect Server - CentOS 6.4 x86_64 (nginx, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.4 x86_64 server 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: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache.
-
Building Nginx From Source On Debian Squeeze
Author: MaddinXx • Tags: debian, nginx, web server • Comments: 7
Building Nginx From Source On Debian Squeeze This tutorial describes how you can build nginx from source on Debian Squeeze. Additionally, we will include some useful 3rd-party modules like the naxsi WAF (web application firewall), SPDY etc.
-
Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 1
Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a TYPO3 (version 4.6) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). The guide also covers the use of the nc_staticfilecache extension which allows TYPO3 to cache pages as complete .html files for faster delivery (increases response times for static pages by a factor of 230; it's similar to Drupal's Boost module). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.10)
Author: Falko Timme • Tags: apache, php, ubuntu, control panels, ispconfig, web server, nginx • Comments: 14
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.10) 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 12.10 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.4
Author: Falko Timme • Tags: centos, nginx, web server • Comments: 7
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.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 a CentOS 6.4 server with PHP5 support (through PHP-FPM) and MySQL support.