I recently came across Colm MacCarthaigh’s Apache tuning presentation and technical white paper:
Tuning Apache and Linux for performance presentation:
The presentation and white paper cover the entire software stack, which includes kernel, file system and of course Apache web server tuning
Archive for the ‘Apache’ Category
Tuning Apache for performance
Posted in Apache on June 27, 2009 | Leave a Comment »
Using wildcards in Apache server aliases
Posted in Apache on June 27, 2009 | Leave a Comment »
This has got a new way to look at Aliasing
A Tip on mod_substitute
Posted in Apache on June 27, 2009 | Leave a Comment »
a reference to mod_substitute. This nifty module allows you to substitute text in the HTTP request body, which provides an easy way to do things similar to the following:
AddOutputFilterByType SUBSTITUTE text/html
Substitute s/SECRET/XXXXX/ni
apache2ctl – Apache HTTP Server Control Interface
Posted in Apache on May 18, 2009 | Leave a Comment »
Blog contains Info related to Application and Web servers.