Universal Reverse Proxy
am 03.06.2007 12:13:02 von VarunI'm trying to setup a universal reverse proxy which can take any url
and reverse proxy to the same. Is this possible?
(* as in the wildcard))
ProxyPass * *
ProxyPassReverse * *
Regards