Linux Tutorials on the topic “web server”

  • The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3)

    debian VMWare Image Download Author: Falko TimmeTags: , , , , 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).

  • How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu

    ubuntu Author: nowenTags: , , , , Comments: 0

    How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu This document describes how to add WiKID two-factor authentication to Apache 2.x using mod_auth_radius on Ubuntu 12.04 Precise. It is recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks. The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.

  • Using ngx_pagespeed With nginx On Debian Wheezy

    nginx Author: Falko TimmeTags: , , 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)

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , , , 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).

  • The Perfect Server - Ubuntu 13.04 (Apache2, BIND, Dovecot, ISPConfig 3)

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 11

    The Perfect Server - Ubuntu 13.04 (Apache2, BIND, Dovecot, ISPConfig 3) This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) server (with Apache2, 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 Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).

  • Using PHP5-FPM With Apache2 On OpenSUSE 12.3

    opensuse Author: Falko TimmeTags: , , , Comments: 0

    Using PHP5-FPM With Apache2 On OpenSUSE 12.3 This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

  • Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)

    opensuse VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 4

    Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.

  • Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.4

    lighttpd Author: Falko TimmeTags: , , Comments: 0

    Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.4 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

  • Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10

    nginx Author: Falko TimmeTags: , , , 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

    nginx Author: Falko TimmeTags: , , , 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.