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?

Marius K.

Igor Sysoev wrote:
> On Fri, 15 Mar 2002, Marius Kjeldahl wrote:
> 
> 
>>Any other ways of accomplishing the same without the added overhead of 
>>my perl module?
>>
> 
> You can use
> 
> 1. mod_proxy:
> ProxyPass  /images/    http://image.site/image/
> 
> 2. mod_accel:
> 
> AccelPass  /images/    http://image.site/image/
> 
> 3. default-handler - images must be on the same host:
> 
> <Location /images/>
>     SetHandler default-handler
> </Location>
> 
> 
> Igor Sysoev
> 
> 



Reply via email to