Archive for the ‘PHP’ 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, [...]

MongoDB, PHP and Debian

Recently, i stumbled across this great new document store database called MongoDB. It is really easy to setup and maintain in Debian and i use it in a recent project of mine. However, after having hear me praising this great DB, an office colleague, who is also hosted at our company liked to play with [...]

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 [...]