Archives
-
Apache’s fallbackresource: your new .htaccess command
So probably you are aware I’m currently exploring the deeps on the Apache source internals. One of the discoveries I’ve made was a (for me unknown) command in mod_dir that will make your life a little bit easier: fallbackresource.
Jan 21st, 2012 | Filed under Development, Server & Admin -
php 5.4 + htrouter: Your personal Apache 2.2 compatible server
Version 5.4 is soon to be launched as the next new stable release of PHP. Granted, there will not be major changes like we saw in version 5.3, but it will still have some nifty new features. Two of the most important ones: traits and the internal web server. This post is about the latter [...]
Dec 22nd, 2011 | Filed under Development, Server & Admin -
Creating MCollective clients in PHP – The hard way
If you haven’t heard of MCollective, think of.. The Borg.. Except without the laser-eye, or the spaceship-cube, or the scary voices. Come to think of it,.. it doesn’t really have anything to do with the Borg, except they are both a collective, and you are in charge.. just like the Borg-queen. And everything else is [...]
Oct 1st, 2011 | Filed under Development, Server & Admin -
Book review: Pro Puppet
If you have read the book “Pulling strings with puppet”, a lot of this book might sound familiar to you already. Not really a strange thing since it’s from the same author. But because the book was written in 2007, a new update was in order and the new Pro Puppet book they’ve release so [...]
Sep 22nd, 2011 | Filed under Book reviews, Server & AdminTags: book review, puppet -
Top 10 Apache Top Level Projects
When saying Apache, most developers immediately think of a web server. And this of course is true, Apache httpd web server is the most used web server today and the number of users keep on growing every day. What not everybody knows, is that Apache is a foundation that hosts many other open source (web) [...]
May 22nd, 2011 | Filed under Development, Server & Admin -
Varnish in non-compiler environments
Last weekend I’ve visited the loadays conference where I sat in the presentation of Thijs Feryn’s “Varnish in action”. Even though most of the talk was pretty familiar for me personally, a real interesting question was raised from the audience: is it possible to run varnish in an environment where there is no compiler available. [...]
Apr 18th, 2011 | Filed under Development, Server & Admin -
Speaking at Loadays and PhpBenelux Meetup
It’s going to be a few busy weeks for me concerning speaking at conferences and meetups. Not only will I be speaking at the March edition of the phpBenelux meetup, hosted at our Enrise office, but also at the Linux Open Administrator days in Antwerp, Belgium. Here I will be hosting 2 different talks:
Mar 17th, 2011 | Filed under Development, Server & Admin -
Back to basics: TCP
TCP is one of the core protocols for the TCP/IP suite. It provides a reliable data connection without you needing to worry about errors, congestion and other communication problems that haunt the internet. But how does TCP work? It’s another edition of the back-to-basics series.
Feb 20th, 2011 | Filed under Development, Server & Admin -
Make me a sandwich. Ok!
I have to admit it: grew up with unix “the wrong way”. Instead of having decent user-accounts for every employee, all our work was done under the root-account. The main reason for this is that our software deployment system didn’t really worked the way it should and I guess nobody really cared. It worked.. login [...]
Feb 1st, 2011 | Filed under Server & Admin -
Using syslog for your php applications
Linux, and other unices have an excellent system to centralize log events. This is done through syslog. This system removes the need for every application to maintain their own log files and let the syslog server handle all the events. Depending on the type of event that is logged, it can take additional action like [...]

