Re: [squid-users] httpd_accel and caching

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 29 Apr 2003 09:07:14 +0200

On Tuesday 29 April 2003 04.54, David LePage wrote:

> The connection hits Apache as HTTPS and I have the Front-End-Https
> header turned on to force a connection all the way to OWA via
> HTTPS. The problem I am having is on slower connections, it takes
> 1-2 minutes to load the GIF's from the Exchange mailbox.

It should not. Not unless the amount of data to transfer will saturate
your connection for 2 minutes at least.

Which Squid version are you using?

Most likely there is a problem. As a first test try disabling
persistent connections in Squid.

   client_persistent_connections off
   server_persistent_connecctions off

> Im wondering if there is a way with squid running in acceleration
> mode to somehow cache the GIF's for the mailboxes within squid, to
> speed up the page loading process, if this is even possible. Maybe
> it won't speed things up much?

I don't think this will make much of a difference (assuming the
connection between your Squid server and OWA is a good one), but this
can be done by reconfiguring the IIS server where OWA runs to send
the header "Cache-Control: public" on requests for static shared
objects such as the images. This will tell Squid that these objects
are public shared objects and can be cached.

Regards
Henrik

-- 
Donations welcome if you consider my Free Squid support helpful.
https://www.paypal.com/xclick/business=hno%40squid-cache.org
If you need commercial Squid support or cost effective Squid or
firewall appliances please refer to MARA Systems AB, Sweden
http://www.marasystems.com/, info@marasystems.com
Received on Tue Apr 29 2003 - 01:07:14 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:34 MST