8 Posts tagged with httpd
mod_sed
mod_sed can be used to filter the input (typically POST data) and output filter (generated data) using sed commands
SSL-enabled Name-based Apache Virtual Hosts with mod_gnutls
The way things could be, if OpenSSL, Apache, and all modern browsers (I'm looking at you, Safari) supported Server Name Indication (SNI).
A bunch of presentations on scaling websites: twitter, Flickr, Bloglines, Vox and more.
If you haven't seen any of these, take some time and take a look at them all. Great info about building scalable web services.
Anatol Pomozov’s blog - Apache, Mongrel and proxy error
#Fix for Apache bug 39499
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
Vitamin Features » Serving JavaScript Fast
Nice article covering some very useful techniques for forcing web clients to cache javascript, css, and image assets.
Benchmarking with httperf | PeepCode Screencasts for Ruby on Rails Developers
This screencast shows how to use the very simple (but capable) httperf command-line tool. It also explains the basic statistics you need to know to compare separate benchmarking runs.