On Fri, 15 Mar 2002, Marius Kjeldahl wrote:

> I guess these all suffer from the fact that the parameters have to be 
> specified in httpd.conf, which makes it impossible to pass a url to 
> fetch from in a parameter, right?

So mod_rewite with mod_proxy or mod_accel:

RewriteRule   /proxy_url=http://(.+)$    http://$1   [L,P]

Note that 'proxy?url=' is changed to 'proxy_url='.

Igor Sysoev


Reply via email to