On Tue, 24 Oct 2006, Graham Leggett wrote:

On Tue, October 24, 2006 2:48 pm, Niklas Edmundsson wrote:

Perhaps this could be as simple as using ServerName and ServerAlias
(unless the name of the site is part of the URL, which will happen in
the
forward proxy case) to reduce the cached URL to a canonical form before
storing and or retrieving from the cache.

We have a few different servernames depending on which site it's
serving (needs to cater for official download locations and so on) so
I guess that won't help much.

How it is configured? Is this in a virtual host like so?

<VirtualHost ip.address:port>
 ServerName ftp.gnome.se
 ServerAlias ftp.somewhere.else
 ServerAlias ftp.whatever
 ...
</VirtualHost>

If the URLs change (ie the directories are different) then its a different
story.

Different VHosts meaning different URLs/directories, pointing to the same files...

/Nikke
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Niklas Edmundsson, Admin @ {acc,hpc2n}.umu.se      |     [EMAIL PROTECTED]
---------------------------------------------------------------------------
 Colleges don't make fools; they only develop them
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Reply via email to