Articles by Falko Timme
-
Running ISPConfig 2 On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)
Author: Falko Timme • Tags: apache, control panels, debian, ispconfig • Comments: 1
Running ISPConfig 2 On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch) This article shows how you can configure a Debian Etch system that has the webhosting control panel ISPConfig installed so that ISPConfig can be accessed on port 80. By default ISPConfig uses port 81 which is a non-standard port and is blocked by some firewalls and ISPs. By using Apache's mod_proxy module, we can avoid this problem. It lets us create a reverse proxy that can fetch the pages from ISPConfig on port 81.
-
The Perfect Server - OpenSUSE 13.1 x86_64 (Apache2, MySQL, PHP, Postfix, Dovecot and ISPConfig 3)
Author: Falko Timme • Tags: apache, bind, email, ftp, ispconfig, linux, mysql, php, postfix, suse • Comments: 25
The Perfect Server - OpenSUSE 13.1 x86_64 (Apache2, Dovecot, ISPConfig 3) This is a detailed description about how to set up an OpenSUSE 13.1 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. 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 Apache, not nginx.
-
The Perfect Server - Debian Wheezy (Apache2, BIND, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: apache, debian, control panels, ispconfig, web server • Comments: 88
The Perfect Server - Debian Wheezy (Apache2, BIND, Dovecot, ISPConfig 3) This tutorial shows how to prepare a Debian Wheezy 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).
-
-
The Perfect Desktop - Xubuntu 14.04 LTS (Trusty Tahr)
Author: Falko Timme • Tags: desktop, linux, ubuntu • Comments: 6
This tutorial shows how you can set up a Xubuntu 14.04 desktop that is a full-fledged replacement for a Windows desktop, i.e.that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Xubuntu uses the lightweight XFCE desktop environment.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 14.04LTS (LAMP)
Author: Falko Timme • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 22
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on anUbuntu 13.04 server with PHP5 support (mod_php) and MySQL support.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 13.1
Author: Falko Timme • Tags: lighttpd, linux, mysql, php, ubuntu • Comments: 1
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 13.1 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 13.1 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.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.5
Author: Falko Timme • Tags: centos, ftp, linux • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 6.5 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 14.04LTS
Author: Falko Timme • Tags: lighttpd, linux, mysql, php, ubuntu • Comments: 0
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 14.04LTS Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 14.04 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.
-
Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 14.04 LTS)
Author: Falko Timme • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 5
Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 14.04 LTS) phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers (like in the tutorial VBoxHeadless - Running Virtual Machines With VirtualBox 4.3 On A Headless Ubuntu 14.04 Server). This tutorial explains how to install phpvirtualbox on an Ubuntu 14.04 server to manage a locally installed, headless VirtualBox.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 14.04 LTS
Author: Falko Timme • Tags: linux, mysql, nginx, php, ubuntu • Comments: 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 Ubuntu 14.04 server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP) .