Links
Archives
- September 2010 (1)
- August 2010 (2)
- July 2010 (2)
- June 2010 (3)
- April 2010 (2)
- March 2010 (2)
- February 2010 (1)
- January 2010 (3)
- December 2009 (1)
- September 2009 (1)
- August 2009 (5)
- July 2009 (2)
- June 2009 (3)
- May 2009 (1)
- March 2009 (2)
- February 2009 (1)
- January 2009 (1)
- December 2008 (3)
- November 2008 (6)
- October 2008 (2)
- September 2008 (2)
- May 2008 (1)
- April 2008 (1)
- March 2008 (3)
- January 2008 (1)
- December 2007 (2)
- November 2007 (3)
- October 2007 (5)
- September 2007 (5)
- August 2007 (2)
- July 2007 (6)
- June 2007 (3)
- May 2007 (7)
- April 2007 (6)
- March 2007 (1)
- February 2007 (1)
- January 2007 (1)
- December 2006 (5)
- November 2006 (4)
- October 2006 (1)
- September 2006 (4)
- August 2006 (2)
- July 2006 (9)
- June 2006 (9)
- May 2006 (3)
- April 2006 (2)
- March 2006 (7)
- February 2006 (5)
- January 2006 (3)
- December 2005 (6)
- November 2005 (2)
- October 2005 (8)
- September 2005 (8)
- August 2005 (5)
- July 2005 (8)
- June 2005 (8)
- May 2005 (2)
- April 2005 (8)
- March 2005 (10)
- February 2005 (2)
- January 2005 (2)
- December 2004 (6)
- November 2004 (7)
- October 2004 (2)
- September 2004 (1)
- August 2004 (5)
- July 2004 (3)
- June 2004 (6)
- April 2004 (1)
- March 2004 (2)
- February 2004 (2)
- January 2004 (1)
- November 2003 (5)
- October 2003 (3)
- September 2003 (6)
Monthly Archives: March 2005
<Limit> is a bad idea
Trying to help someone on IRC today.. their existing .htaccess file was very scary. It used the <Limit> directive, in completely the wrong context: Quote from from a .htaccess file: <Limit GET POST> require valid-user </limit> This means that any … Continue reading
Bucket Brigades are beautiful
4 Lines of code to send a segment of a Mailbox file to the browser: Quote from mod_mbox_file.c: bb = apr_brigade_create(r->pool, r->connection->bucket_alloc); e = apr_bucket_file_create(f, m->msg_start, m->body_end – m->msg_start, r->pool, r->connection->bucket_alloc); APR_BRIGADE_INSERT_TAIL(bb, e); return ap_pass_brigade(r->output_filters, bb); Oh. And because of … Continue reading
ApacheCon Europe 2005
I will be in Stuttgart Germany the 18-22 of July for ApacheCon. My two accepted presentations are: What’s new in httpd 2.2 Developing Applications with APR See y’all there!
And all i got was this t-shirt
My mod_coredumper Apache Module is currently the Featured Project on code.google.com. Even cooler is that Google is sending me a T-Shirt! Karma points to Google for Open Sourcing coredumper, I was happy just having fun writing mod_coredumper. Getting a T-Shirt … Continue reading
Please, Just give up.
I am not one for posting politics on the blog much, but this is just silly: Quote from Peter Wallsten of the Los Angeles Times: ALBUQUERQUE, N.M. � At the start of a congressional recess in which lawmakers will hear … Continue reading
Getting it Wrong.. 1.. 2.. 3.. 4 Times.
The Apache Tomcat Connectors are a complete mess. Here is the list of possible modules to connect HTTPD with Tomcat: mod_jserv mod_jk mod_webapp mod_jk2 mod_proxy_http mod_proxy_ajp mod_jserv was the original module. It is old. I can accept that. Code does … Continue reading
Problems?
Quote from Anonymous Coward: I once had a problem. I thought: “Oh, I know: I’ll just use XML!” Now I had two problems. From a Post about XML databases. While on the topic of Databases, check out this older article … Continue reading
suphp?
suphp has been around for awhile now, but I do not understand why anyone would use it. On their page, it says: Quote from suPHP Homepage: suPHP is a tool for executing PHP scripts with the permissions of their owners. … Continue reading
Eat Your Own Dog Food
This site is now running off the Event MPM, that I helped write. I still have several sites that require PHP, so I am using mod_fcgid to run all of the remaining PHP Scripts via FastCGI. Only the Until Uru … Continue reading
Deceptive
Nimbus is our Giant Schnauzer, and he turned 1 year old last week. While he looks cute on the hammock this morning, this is deceptive. He was also responsible for dragging the garbage bags all over the yard twice this … Continue reading