Articles by Falko Timme
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10
Author: Falko Timme • Tags: apache, php, ubuntu • Comments: 2
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.3
Author: Falko Timme • Tags: centos, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.3 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 5.3 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1
Author: Falko Timme • Tags: lighttpd, suse • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.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 11.1 server with PHP5 support (through FastCGI) and MySQL support.
-
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.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 9.10 server with PHP5 support (through FastCGI) and MySQL support.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 12 x86_64)
Author: Falko Timme • Tags: antivirus, fedora, postfix • Comments: 1
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 12 x86_64) This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 11
Author: Falko Timme • Tags: fedora, ftp • Comments: 2
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 11 This document describes how to install a Proftpd 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 with this setup.
-
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.0 (LAMP)
Author: Falko Timme • Tags: apache, mandriva, mysql, php • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.0 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2010.0 server with PHP5 support (mod_php) and MySQL support.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Mandriva 2009.1
Author: Falko Timme • Tags: ftp, mandriva • Comments: 1
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Mandriva 2009.1 This document describes how to install a Proftpd 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 with this setup.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.1
Author: Falko Timme • Tags: ftp, mandriva • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.1 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.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 9.10)
Author: Falko Timme • Tags: antivirus, postfix, ubuntu • Comments: 18
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 9.10) This document describes how to install a mail server based on Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I'll show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.