Articles by Falko Timme
-
Running Roundcube 0.7.1 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, ubuntu, web server, nginx • Comments: 2
Running Roundcube 0.7.1 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run Roundcube webmail (version 0.7.1) 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). Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Setting Up ProFTPd + TLS On Ubuntu 11.10 (Oneiric Ocelot)
Author: Falko Timme • Tags: ftp, security, ubuntu • Comments: 1
Setting Up ProFTPd + TLS On Ubuntu 11.10 (Oneiric Ocelot) FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 11.10 server.
-
Using PHP5-FPM With Apache2 On OpenSUSE 12.1
Author: Falko Timme • Tags: apache, php, suse, web server • Comments: 0
Using PHP5-FPM With Apache2 On OpenSUSE 12.1 This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 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 Subversion And Configuring Access Through Different Protocols On Ubuntu 11.10
Author: Falko Timme • Tags: ubuntu • Comments: 9
Installing Subversion And Configuring Access Through Different Protocols On Ubuntu 11.10 Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Ubuntu 11.10 and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 16
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 0
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 16 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 16 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.10
Author: Falko Timme • Tags: lighttpd, ubuntu, web server • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.10 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 11.10 server with PHP5 support (through FastCGI) and MySQL support.
-
Using PHP5-FPM With Apache2 On Ubuntu 11.10
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 0
Using PHP5-FPM With Apache2 On Ubuntu 11.10 This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.10 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.
-
Running Simple Groupware On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 3
Running Simple Groupware On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run Simple Groupware on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Simple Groupware is an open source enterprise groupware that offers email, calendaring, contacts, tasks, document management, project management, synchronization with Outlook and cell phones, full-text search, extensions and many more. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless Ubuntu 11.10 Server
Author: Falko Timme • Tags: ubuntu, virtualbox, virtualization • Comments: 1
VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless Ubuntu 11.10 Server This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless Ubuntu 11.10 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
The Perfect Server - CentOS 6.2 x86_64 With nginx [ISPConfig 3]
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 7
The Perfect Server - CentOS 6.2 x86_64 With nginx [ISPConfig 3] This tutorial shows how to prepare a CentOS 6.2 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.