Monthly Archives: December 2005

native FastCGI is coming

So, the Ruby on Rails people are getting excited about Apache HTTPD getting native FastCGI support. To prove that mod_proxy_fcgi isn’t vaporware, I present a live/running demo. And here is how its configured: ProxyPass /fcgi-test fcgi-tcp://127.0.0.1:9500/ And here is the … Continue reading

1 Comment

The colo move was good…

Bloglines performance after the data center move has been GOOD: Via Grabperf. Mark has posted parts 1, 2, and 3, explaining how the data center move was done. It was a good Christmas present to finish the move. Update: Mark … Continue reading

Leave a comment

mod_append_hostname

mod_append_hostname is a very simple Apache 2.x filter module. It appends the hostname of the current machine, in an HTML comment, at the bottom of HTML content types: <!– water-wireless.in.force-elite.com –> Configuration: LoadModule append_hostname_module modules/mod_append_hostname.so AddOutputFilterByType append_hostname text/html Very useful … Continue reading

Leave a comment

In case you missed it.

Bloglines is currently moving data centers. Say hello to our Pirate.

2 Comments

current status

Ugh. Long Month. Tired. Short sentences coming: Currently at ApacheCon. I gave my What’s new in httpd 2.2 talk. Slides are available. I have been invited / voted to become an ASF member. Been insanely busy with $work. Our currently … Continue reading

3 Comments

HTTPD 2.2.0 Released

I was the release manager for Apache HTTPD 2.2.0. I have to say, being the release manager was the hardest thing I have ever done for Apache HTTPD. I think now that the 2.2.x branch is started, it will hopefully … Continue reading

3 Comments