moving back to apache from lighttpd

I decided to move the server back to apache from lighttpd. This was mainly due to having more RAM on the server now. The other reason is that everything relies on apache. You don’t really realize this until you move away from it. All the open source packages though just expect that you have apache functionality for things like auth. Without these features it requires hacking for almost everything you want to install. I didn’t really want to hack these apps anymore just to get them to run. So this is why I moved back to apache. So far it has been a really easy move due to the vhost module I was able to install with. Everything just seems to work and the performane is still good too.

Leave a Reply