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