Search
Categories
My recent reads
Where Wizards Stay Up Late: The Origins Of The Internet
The Wikipedia Revolution
The Wright Brothers
Category Archives: Apache
Running 32 and 64 bit java applications on the same windows host
First install both the 32 and 64 bit JREs. Use the default installation locations (i.e. 32 bit Java in the Program Files (x86) directory and 64bit Java in the Program Files directory). Set the two JAVA_HOME environmental variables: A “JAVA_HOME” … Continue reading
URL Redirects
I’m losing count of the number of ways URL redirection can be accomplished, but I thought I’d share my experience related to one method in particular: Apaches’ rewrite_mod: (enabled using the command: a2enmod rewrite) Below are two example rewrite rules … Continue reading
Posted in Apache, Programming
1 Comment