David Hull wrote:
ServerName www.myserver.com
RewriteEngine On
RewriteRule ^/gift/(.*)$ http://www.myserver.com/buy.jsp?gift=$1
RewriteRule ^/refer/(.*)$ http://www.myserver.com/buy.jsp?refer=$1
ProxyPass /download/ http://www.myserver.com/download/
ProxyPassReverse /download/ http
I am running apache 2.0.50 on SuSE 9.2. I also run
Tomcat 5.0.28 and pass connections to it from Apache. I installed Apache from
the SuSE package.
My RewriteRule is not working. It appears to be
completely ignored. Connections get passed to Tomcat via the Proxy pass w/o
being rewritten. I ha