I just got myself a brand new Linux-server (Debian Stable). The server is primarily used for webhosting and webdevelopment.
I installed Apache2, PHP5 and MySQL and it all works.
The way I organize my sites, is with the following path: /var/www/username/website.com
Now I wan't the server to automatically "make"/recognize subdomains.
/var/www/username/sub.website.com > http://sub.website.com
I wan't the above to happen automatically. How to do that?