Apache mod_proxy vs mod_rewrite
Posted
by Scott
on Server Fault
See other posts from Server Fault
or by Scott
Published on 2010-05-24T02:37:00Z
Indexed on
2010/05/24
2:41 UTC
Read the original article
Hit count: 329
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.
© Server Fault or respective owner