Tag Archives: Webserver

Gentoo ebuild: Nginx With Support For Upstream Fair Proxy Load Balancer

Nginx is a powerful web server and therefore our choice. Unfortunately, the Gentoo ebuild is missing one essential extension: a load balancer that is querying the servers not via round robin but by their current load. Therefore, we had to extend the … Continue reading

Posted in howto, Linux, Software, Webserver | Tagged , , , , , , , , | Leave a comment

from Squirrel to Crystal

For years, we were using Squirrelmail as the default web mail client. Well, it would be a lie to say its design looks good but it offers a lot of functionality that nearly compensates the design deficits. The really basic functionalities … Continue reading

Posted in Linux, Mailserver, Software, Webserver | Tagged , , , , , , , , , | Leave a comment

find out if your Apache is really serving the right hosts

From time to time it can happen that websites that used to be on your webservers are being moved by your clients without notifying you. Therefore, you will have to search for «zombie websites». I have the following setup: There … Continue reading

Posted in howto, Linux, Webserver | Tagged , , , , , , , , , , , , , , , , | Leave a comment

creating apache vhosts with style

We decided to have a reverse domain name structure that conatains (beside the htdocs) all vhost-related information like logs, stats and config. The reverse structure is neccessary to get an quick overview not about the subdomains but the domains. Additionally, … Continue reading

Posted in howto, Webserver | Tagged , , , , , | Leave a comment