Re: [squid-users] Different scenarios in a reverse proxy environment

From: Amos Jeffries <squid3@dont-contact.us>
Date: Thu, 05 Jul 2007 00:33:47 +1200

Emilio Casbas wrote:
> The reverseproxy documentation
> (http://wiki.squid-cache.org/SquidFaq/ReverseProxy)
> explain different situations with their corresponding squid configuration:
>
> - Domain based virtual host support.
> - Different requests to different backend web servers.
> - Mapping different URLs to different backend servers.
>
>
> But what about
>
> - Different requests to different directorys on the same web server.
> - Mapping different URLs to different directorys on the same web server.
>
> Would it be realiable or correct do this task with squid? or
> Would it be better do it on the backend web server?

Um, Squid handles HTTP. There are no such thing as 'directories' in HTTP.

Closest it comes is URL-mapping. The webserver is _always_ how URL are
converted to directories. With a redirector squid can change one URL to
another, webserver has to determine where the content comes from after
that if not already cached by squid.

If you mean same content from two URI, squid can't handle that without
outside help (yet).

Amos
Received on Wed Jul 04 2007 - 06:33:51 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:03 MDT