Hello, I am shirish. I am trying to get Traffic server work and it works fine for caching the HTML pages. But my main HTML page is some thing that links images on seperate location. How can I cache the images too ?
Example : My html code is some thing like <html><body><h1>It works!</h1> <p>This is the default web page for this server.</p> <p>The web server software is running but no content has been added, yet.</p> <img height = 640 width = 640 src=" http://incubator.apache.org/trafficserver/docs/v2/admin/images/revproxy.jpg "/> </body> </html> It can be seen that the Image src is from some where else. I need to cache that image too. Is it possible ? My current remap.config rules are as follows map http://192.168.0.6:8080/ http://profile.iiita.ac.in/RIT2006047/ reverse_map http://profile.iiita.ac.in/RIT2006047/ http://192.168.0.6:8080/ Thank you, cheers shirish
