Archive for the ‘Apache’ Category

PHP, apache and fastcgi – a comprehensive overview

I recently ran into trouble with our mod_fastcgi + PHP setup and had to to a lot of research to figure out what happened and how to fix it. This post summarizes the results of this research. It covers anything you might want to know about PHP + Apache and FastCGI, what modules there are, [...]

XEN 4.0.1 vs KVM 0.12.4 – MySQL and Apache Benchmarks

This articles compares performance of XEN and KVM running MySQL and Apache (separately). I recently read an article about the same issue (but far more in depth) which used Xen 3.x and KVM 0.9.x. I will compare Xen 4.0.1 and KVM 0.12.4 which are more recent

WordPress, Flash Uploader and headaches

I was helping my brother to create his new website based on WordPress. He has a lot of image stuff to upload and the Flash Uploader simply didnt work. All we got was a simple plain red “HTTP Error”. A lot of google research suggested that we have either wrong directory permissions (impossible, my server, [...]

FastCGI for the Best, suPHP for the Rest

Wie jeder Shared-Hoster wurden wir auch mit folgender Frage konfrontiert: Wie lösen wir das PHP Problem ? Was dieses Problem ist und warum man es nicht mit mod_php lösen kann wird schon genügend im Netz beschrieben . Ich habe mich damals ziemlich schnell mit der mod_fastcgi + php-cgi angefreundet und es ist nun seit nunmehr [...]