LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache Virtual URL Redirect (https://www.linuxquestions.org/questions/linux-software-2/apache-virtual-url-redirect-26170/)

nxny 07-19-2002 02:36 PM

Apache Virtual URL Redirect
 
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.


All times are GMT -5. The time now is 07:35 PM.