Hi,
I have been working on a three tier architecture using Apache mod-perl, Light httpd, Squid.
What i want is to get the images to be run on Light httpd and the rest of the content to be working from Apache, While Squid runs in httpd acceleration mode for apache, the problem for me is to bifurcate the httpd request in two parts, The part which access the content should go to Apache mod_perl, the other part which shows the images sholud go to Light httpd.
How should one go about it.
Your help will be greatly appreciated.
Thanks
Siddharth