Monthly Archives: June 2007

ev certificates.

IEBlog: Extended Validation Guidelines v1 Released! Translation: bullshit, bullshit, more bullshit, phishing, money, more bullshit; summary: pay more money for bullshit. See Also: Study Finds IE7 + EV SSL Won’t Stop Phishing Wikipedia: Extended_Validation_Certificate

2 Comments

ssl session caching in memcached

Now in httpd trunk r545379: Add support for distributed caching of SSL Sessions inside memcached, using apr_memcache, which is present in APR-Util 1.3/trunk. Configure it like this: SSLSessionCache memcache:10.0.0.1,10.0.0.2,10.0.0.3 I originally wrote the patch for this back in 2005 at … Continue reading

1 Comment

mod_never_expire

Remember mod_images_never_expire? Well Today I wrote mod_never_expire . Its pretty much the same idea, but its a little more configurable, and for files it sets long expire and cache-control headers…. And it works in httpd 2.x To use, you just … Continue reading

6 Comments