Apache – Add domain

Apache can easily host more than one domain. And here is how. We assume the new domain is called example.com. First we create the needed directories. mkdir…

Apache – Custom 404 pages

The standard 404 (Page not found) is enough for telling someone the page they are looking for is not there. However, you can use that 404 traffic…

Debian – Basic LAMP

Setup a basic LAMP, enables you to host cool web applications. LAMP is Linux, Apache, MySQL & PHP (guess Perl or Python should qualify as well). I…