Hi!
Does anyone know the difference between
ProxyPass On
ProxyPass * http://www.veryComputer.com/:81/
and
Rewri*gine On
RewriteRule ^/(.*)$ http://www.veryComputer.com/:81/$1 [P,L]
???
Shouldn't these do the same thing? Doesn't the [P] indicate that the rewrite
should do a proxy request?
Thanks!
/Fredrik Persson