Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 12.2

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 12.2

Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can install
Lighttpd on an OpenSUSE 12.2 serv…

Using mod_spdy With Apache2 On OpenSUSE 12.2 (x86_64)

Using mod_spdy With Apache2 On OpenSUSE 12.2 (x86_64)

SPDY (pronounced “SPeeDY”) is a new networking protocol whose goal
is to speed up the web. It is Google’s alternative to the HTTP protocol
and a candidate for HTTP/2.0. SPDY augments HTTP with…

Serving CGI Scripts With Nginx On Fedora 17

Serving CGI Scripts With Nginx On Fedora 17

This tutorial shows how you can serve CGI scripts (Perl scripts) with
nginx on Fedora 17. While nginx itself does not serve CGI, there are
several ways to work around this. I will outline two solutions: th…

Configuring Your LEMP System (Linux, nginx, MySQL, PHP-FPM) For Maximum Performance

Configuring Your LEMP System (Linux, nginx, MySQL, PHP-FPM) For Maximum Performance

If you are using nginx as your webserver, you are looking for a
performance boost and better speed. nginx is fast by default, but you
can optimize its performance a…

Using GeoIP With Nginx On Ubuntu 12.04

Using GeoIP With Nginx On Ubuntu 12.04

This tutorial explains how to use the GeoIP module with nginx on
Ubuntu 12.04 to find out where your visitors come from. The GeoIP module
sets multiple variables like $geoip_country_name, $geoip_country_code, …

Using PHP5-FPM With Apache2 On OpenSUSE 12.2

Using PHP5-FPM With Apache2 On OpenSUSE 12.2

This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.2 server with PHP5 (through PHP-FPM)
and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative
PHP FastCGI imp…

The Perfect Server – OpenSUSE 12.2 x86_64 (nginx, Dovecot, ISPConfig 3)

The Perfect Server – OpenSUSE 12.2 x86_64 (nginx, Dovecot, ISPConfig 3)

This tutorial shows how to prepare an OpenSUSE 12.2 64bit (x86_64) server with nginx for the installation of ISPConfig 3,
and how to install ISPConfig 3. Since version 3.0.4, IS…

Serving CGI Scripts With Nginx On CentOS 6.3

Serving CGI Scripts With Nginx On CentOS 6.3

This tutorial shows how you can serve CGI scripts (Perl scripts) with
nginx on CentOS 6.3. While nginx itself does not serve CGI, there are
several ways to work around this. I will outline two solutions: …

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

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

The Perfect Server – OpenSUSE 12.2 x86_64 (Apache2, Dovecot, ISPConfig 3)

The Perfect Server – OpenSUSE 12.2 x86_64 (Apache2, Dovecot, ISPConfig 3)

This is a detailed description about how to set up an OpenSUSE 12.2 64bit (x86_64)
server that offers all services needed by ISPs and hosters: Apache web
server (SSL-capable)…

Installing mod_geoip for Apache2 On Ubuntu 12.04

Installing mod_geoip for Apache2 On Ubuntu 12.04

This guide explains how to set up mod_geoip
with Apache2 on an Ubuntu 12.04 system. mod_geoip looks up the IP
address of the client end user. This allows you to redirect or block
users based on thei…

Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Ubuntu 12.04)

Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Ubuntu 12.04)

This guide explains how you can create advanced virtual hosts on a
lighttpd web server on Ubuntu 12.04 that are stored in a MySQL database.
The method described here does not us…

Chrooting Apache2 With mod_chroot On Debian Squeeze

Chrooting Apache2 With mod_chroot On Debian Squeeze

This guide explains how to set up mod_chroot
with Apache2 on a Debian Squeeze system. With mod_chroot, you can run
Apache2 in a secure chroot environment and make your server less
vulnerable to b…

Serving CGI Scripts With Nginx On Ubuntu 12.04

Serving CGI Scripts With Nginx On Ubuntu 12.04

This tutorial shows how you can serve CGI scripts (Perl scripts) with
nginx on Ubuntu 12.04. While nginx itself does not serve CGI, there are
several ways to work around this. I will outline three solut…

Running New Shopware Version 4.0.x On Nginx (LEMP) On Ubuntu 12.04

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 “e…

Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Ubuntu 12.04)

Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Ubuntu 12.04)

This guide explains how you can use mod_mysql_vhost to create simple
virtual hosts on a lighttpd web server on Ubuntu 12.04. With
mod_mysql_vhost, lighttpd can read the v…

Installing The PHP WebDAV Extension On Debian Squeeze

Installing The PHP WebDAV Extension On Debian Squeeze

This article shows how you can install the PHP WebDAV extension
for PHP5 on a Debian Squeeze system. The PHP WebDAV extension allows
easy access to remote resources through the DAV protocol from…

Installing mod_geoip for Apache2 On Debian Squeeze

Installing mod_geoip for Apache2 On Debian Squeeze

This guide explains how to set up mod_geoip
with Apache2 on a Debian Squeeze system. mod_geoip looks up the IP
address of the client end user. This allows you to redirect or block
users based on t…

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 17

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 17

Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can install
Lighttpd on a Fedora 17 server with P…

nginx: How To Block Visitors By Country With The GeoIP Module (Debian/Ubuntu)

nginx: How To Block Visitors By Country With The GeoIP Module (Debian/Ubuntu)

This tutorial explains how to use the GeoIP module with nginx to
block visitors by country. This is made possible by the GeoIP database
which maps users’ IP addresses to…