Hello folks,
The setup is as follows:
Linux:Redhat 7.3 - Valhalla(2.4.18-5)
Apache:1.3.26
I have subdirectory called $DocRoot/pictures with a few images in it. I use a cablemodem at home which gives me 512Kbps down( which is pretty good) but only 128Kb up which is too slow for the images to get uploaded.
What I plan to do is to transfer to images to some high speed download site, and still keep the URLs intact by providing some Apache configuration directive which should redirect all requests made to /pictures( or beneath) point to
http://xxx.yyy.com/users/me/images/
I spent some time reading the httpd.conf documentation ( the <Location> and <Directory> tags, definitely) but cant seem to find a solution. As customizable as apache is, I believe I'm missing something here. Any pointers?
tia,
Nandu.