I've updated my Projects page, which was missing quite some works. It should now be up to date with all the stuff I've coded in the past few years. Hey, this page is starting to give me a little warm feeling of pride ;)
HTTP Authentication on PHP as CGI (like Dreamhost)
Using PHP's HTTP Authentication is a simple way to protect scripts behind a login/password prompt. There's one little problem: it's supposed to work only on PHP as an Apache module, not the CGI version. It took me a while, hair pulling and some googling to get a basic HTTP Auth system working on Dreamhost's PHP as CGI so for my…