act:ualise | technology

Archive for the ‘linux’ Category

In my previous article on performance testing, I suggested that incremental and iterative development of performance unit tests was an essential part of your overall performance testing strategy. However, performance testing the parts of a system is vastly different from testing the whole and will require some careful thinking to avoid too much focus on [...]

23 Nov, 2008

apache domain to subdomain redirection

Posted by: j pimmel In: linux|technical

In setting up this site, I was recently struggling with the issue of how to redirect say http://domain.com to http://sub.domain.com without it causing an infinite recursion loop when visiting http://sub.domain.com/foo In the end my VirtualHosts config looked like this NameVirtualHost *:80 <VirtualHost *:80> ServerAlias sub.domain.com </VirtualHost> <VirtualHost *:80> ServerAlias domain.com ServerName domain.com Options +FollowSymLinks RewriteEngine [...]


About

act:ualise | technical blog

notes, observations and obssessions on software quality, agile software development, testing and grails


part of the EnergizedWork experiment