[Zope] mod_proxy static or dynamic?

Dieter Maurer dieter@handshake.de
Fri, 4 Jul 2003 21:52:42 +0200


Jason Wertz wrote at 2003-7-2 18:04 -0400:
 > I'm trying to get my rewrite rules up and working and all is well if I
 > just use the L or R options at the end of the rewrite such as...
 > 
 > RewriteRule ^/(.*) http://www.mysite.edu:8080/VirtualHostBase/http/www.mysite.edu:80/VirtualHostRoot/$1 [R]
 > RewriteRule ^/(.*) http://www.mysite.edu:8080/VirtualHostBase/http/www.mysite.edu:80/VirtualHostRoot/$1 [L]
 > 
 > But since I want to proxy to hide the long VHM url I want to use the P
 > option. Only problem is, this doesn't seem to work.
 
In what way does it not work?

Note that you never should simply state "does not work" but always
be clear about how it fails.


Dieter