September 2009
2 posts
1 tag
Host-Based Redirect in Apache
Here’s a recipe for redirecting by hostname in Apache. It’s like using Redirect but you can have more than one per VirtualHost container.
This is especially useful when you have a single SSL host with a lot of different sub-sites on it, and you want to provide the convenience of virutal host names to colleagues or clients. It’s obviously much easier for people to remember (and...
3 tags
Installing Java 1.5 on Snow Leopard
Lion Update - July 21, 2011
Details about OS X Lion and Java 1.5 are here.
Important Update - April 11, 2011
BEFORE YOU UPDATE JAVA: If you have a working 1.5 setup already, back up your /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0 directory before you update Java from Software Update, just in case something goes wrong:
cd /System/Library/Frameworks/JavaVM.framework/Versions sudo...