Tag Archives: apache
Tomcat, Apache mod_jk and mod_rewrite
I have some tomcat apps with apache 2 in front of them, using mod_jk. Works great. I decided I wanted to use mod_rewrite (shudder) to make some friendlier URL’s, you know instead of /some/path/command?var=value, have /some/path/command/value. Sounds great. Couldn’t get … Continue reading