Using NGINX as load balancer for TYPO3

Posted by & filed under TYPO3.

Nginx has emerged as one of the popular webservers to run the TYPO3 framework. Advantages to using Nginx are that it is lightweight, fast, and reliable – unlike Apache, which has a much bigger footprint in terms of resources. Nginx is frequently set up to handle static files or cached pages (thanks to its memcached… Read more »

mod_fcgid Internal Server Error

Posted by & filed under Programming.

After upgrading a Debian server to use mod_fcgid to run PHP instead of mod_php, I started seeing Internal Server Errors on some pages. Apache Error log had the following: [error] Premature end of script headers: index.php I haven’t seen messages this useless since my days of coding in Perl! I realized it must be an… Read more »