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 June 27th, 2009
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
Summarizing the details on Jmap
Posted in Uncategorized on June 27, 2009 | Leave a Comment »
Jmap is a very usefull tool to take heap dump for analysis on the memory part.
Java has become one of the most successful languages to hit the IT industry. One of the reasons behind it’s high rate of adoption is that fact that Java manages memory resources for the programmer. This makes programming significantly easier, [...]