[us...@httpd] Apache Server as cache proxy

2009-02-04 Thread giovanni.forme...@libero.it
Hi, we need to use Apache to cache an RSS feed and some images/documents for a Portal with heavy traffic. What we have to do is to proxy some requests that reply with an XML (RSS) and we also need to cache some request for media resources (JPG, PDF, etc) reached through an address contained in

Re: [us...@httpd] Apache Server as cache proxy

2009-02-04 Thread Ralf Peng
Though mod_cache + mod_proxy is well, but I'd suggest you use Squid instead, and use mod_expire to set an expire time for objects. Ralf. 2009/2/4 giovanni.forme...@libero.it giovanni.forme...@libero.it: Hi, we need to use Apache to cache an RSS feed and some images/documents for a Portal