What is the difference between using mod_proxy and mod_rewrite?
I have a requirement to send certain url patterns through the tomcat, which runs on the same host but under port 8080. I know this is something for mod_proxy, but I"m wondering why I can't just use mod_rewrite, or what the difference is?
Probably has to do w/ reverse proxy, and also when in the pipeline it gets handled?
Thanks.