Re: [squid-users] Multiple Destinations

2006-04-13 Thread Henrik Nordstrom
tor 2006-04-13 klockan 04:35 -0700 skrev Sketch: > What I'm looking for is to have 1 instance of squid listen on two > interfaces and direct requests to specific http_accel_hosts based on > the interface the request came in on. The request after the hostname > will remain the same, however squid

Re: [squid-users] Multiple Destinations

2006-04-12 Thread Henrik Nordstrom
ons 2006-04-12 klockan 12:18 -0400 skrev Sketch: > a) Is it faster to have a separate instance of squid running for each > interface then invoking the redirector program? It's faster making a Squid configuration not requiring a redirector. Redirectors is only stricly required if you need to rewr

Re: [squid-users] Multiple Destinations

2006-04-12 Thread Sketch
On 4/12/06, Bill Jacqmein <[EMAIL PROTECTED]> wrote: > Slight Off-topic but can the same configuration be done with different > ports on the same ip? Certainly, however if it's a 1-1 connection e.g. squid answers port 80 and your accel host runs on 81, you don't need the added complexity. Just de

Re: [squid-users] Multiple Destinations

2006-04-12 Thread Bill Jacqmein
Slight Off-topic but can the same configuration be done with different ports on the same ip? On 4/12/06, Sketch <[EMAIL PROTECTED]> wrote: > On 4/11/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > > mån 2006-04-10 klockan 17:59 -0400 skrev Sketch: > > > > > Not sure what host header based vhos

Re: [squid-users] Multiple Destinations

2006-04-12 Thread Sketch
On 4/11/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > mån 2006-04-10 klockan 17:59 -0400 skrev Sketch: > > > Not sure what host header based vhosts are, but it's just a single site on > > each. Gotcha. I use IP Based hosts, so from my research thus far the following is true: * set accel h

Re: [squid-users] Multiple Destinations

2006-04-10 Thread Henrik Nordstrom
mån 2006-04-10 klockan 17:59 -0400 skrev Sketch: > Not sure what host header based vhosts are, but it's just a single site on > each. vhosts based on the Host: header in HTTP. http://httpd.apache.org/docs/2.2/vhosts/name-based.html Regards Henrik signature.asc Description: Detta är en digita

Re: [squid-users] Multiple Destinations

2006-04-10 Thread Sketch
On 4/10/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > mån 2006-04-10 klockan 10:41 -0400 skrev Sketch: > > Hi, > > > > I'm currently researching squid's ability to have traffic destined for > > specific IPs redirected to specific http_accel_hosts. > > > > Is there any way to accomplish this wit

Re: [squid-users] Multiple Destinations

2006-04-10 Thread Henrik Nordstrom
mån 2006-04-10 klockan 10:41 -0400 skrev Sketch: > Hi, > > I'm currently researching squid's ability to have traffic destined for > specific IPs redirected to specific http_accel_hosts. > > Is there any way to accomplish this without running multiple instances of > squid? Yes, there is several.

[squid-users] Multiple Destinations

2006-04-10 Thread Sketch
Hi, I'm currently researching squid's ability to have traffic destined for specific IPs redirected to specific http_accel_hosts. For example, Squid listens on the following addresses: 192.168.5.2:80 192.168.5.3:80 The nature of requests coming in on each IP differ, so the host they get sent to