Re: [EMAIL PROTECTED] How does mod_expires handle proxied Cache-control content ?

2006-11-03 Thread Matus UHLAR - fantomas
On 02.11.06 14:29, ABAPGUY wrote: I have an Apache 2.0 Reverse Proxy . One of my downstream servers is an IIS server with Expires Header set to 12 hours for content . I have Apache configured with mod_expires as so (3600 seconds = 1 hour) ExpiresActive On ExpiresByType image/gif A3600

[EMAIL PROTECTED] How does mod_expires handle proxied Cache-control content ?

2006-11-02 Thread ABAPGUY
Hi all , I have an Apache 2.0 Reverse Proxy . One of my downstream servers is an IIS server with Expires Headerset to 12 hours for content . I have Apache configured with mod_expires as so (3600 seconds = 1 hour) ExpiresActive On ExpiresByType image/gif A3600 ExpiresByType image/png A3600