Friday, June 25, 2004 at 04:10 AM

Emulating ContentTypePriority in Apache

streaming.linux-magazin.de / Monday, May 19, 2008 at 07:59 PM

Apache 3.0 (a tall tale), Roy Fielding

Nice ApacheCon EU ‘08 presentation (warning: video + slides, no transcript) covering various blue sky stuff on Roy’s brain for Apache and HTTP.

loudthinking.com / Thursday, April 03, 2008 at 02:57 PM

The immediacy of PHP

David Heinemeier Hansson: “PHP scales down like no other package for the web and it deserves more credit for tackling that scope.”

Agreed!

varnish.projects.linpro.no / Sunday, January 13, 2008 at 07:33 AM

ArchitectNotes - Varnish

“I have spent many years working on the FreeBSD kernel, and only rarely did I venture into userland programming, but when I had occation to do so, I invariably found that people programmed like it was still 1975.”

bob.pythonmac.org / Saturday, January 12, 2008 at 03:25 PM

Reverse proxy roundup

Bob Ippolito wrote up some pros and cons to reverse proxy implementations in different servers a few months back. I don’t think much of it is out of date at this point but nginx isn’t represented.

links.org / Friday, October 12, 2007 at 11:54 AM

Configuring Apache httpd

Starting with absolutely no configuration file. This is why I've prefered lighttpd, because I can put together a separate config in about five minutes. httpd’s sprawling default config has always scared the crap out of me.

royal.pingdom.com / Saturday, September 29, 2007 at 09:29 AM

What nine of the world’s largest websites are running on

Linux, Apache, PHP, and memcached are the big winners. Nice to lighttpd represent.

parleys.com / Tuesday, September 18, 2007 at 08:49 AM

A little REST and Relaxation

How long has this been floating around? Roy Fielding on building the web… (via Aristotle Pagaltzis on rest-discuss)

blog.case.edu / Wednesday, July 18, 2007 at 08:56 PM

Java's Overton Window [blog.case.edu]

Oh, wow. Have we come that far, then?

mnot.net / Saturday, April 28, 2007 at 11:50 PM

Squid is My Service Bus [mnot.net]

Bingo!

wiki.rubyonrails.com / Sunday, October 16, 2005 at 01:27 PM

Ruby on Rails: FastCGI on OS X

mail.python.org / Sunday, June 19, 2005 at 11:44 PM

Dealing with marketing types...

Nice python-list thread with Paul Rubin challenging my ibm-poop-heads article and Andrew Dalke (and quite a few others) champions it. This discussion is worth more than the original article!

gary.burd.info / Monday, September 27, 2004 at 01:19 PM

Caching CGI generated content on Apache

Various methods of caching dynamic content.

perl.apache.org / Friday, September 10, 2004 at 09:15 AM

Building a Large-Scale E-commerce site with Apache and mod_perl

Disects the components of a large scale e-commerce site run on Apache/mod_perl with some Berkeley DB and Oracle thrown in for good measure.

modpython.coedit.net / Friday, September 10, 2004 at 12:41 AM

ModPython Wiki

A wiki…. About mod_python..

modpython.org / Thursday, September 09, 2004 at 11:41 PM

mod_python - Integrating Python with Apache

Nice article on how mod_python integrates with apache. Goes into significant detail on non-CGI type stuff you might want to do.