On Tue, 11 Nov 2003, Wilhelm Farrugia wrote:

> I am trying to create a reverse proxy server for our web server. ( Reduce
> load under heavy usage ) Everything is working fine except the fact that
> most of the content in the web server is dynamic.
> 
> I would like to force caching the page independent of the header files.

See the refresh_pattern directive. It allows you to override some headers 
(but not all).

Generally I would recommend trying to modify the application to be cache 
friendly. See the Caching Tutorial for Web Authors and Webmasters 
<url:http://www.mnot.net/cache_docs/> for a quick guide on most aspects 
involved.

Regards
Henrik

Reply via email to