Re: [squid-users] HTTPD-ACCELERATOR OPTIONS

2004-11-07 Thread Henrik Nordstrom
On Mon, 8 Nov 2004, Henrik Nordstrom wrote:
Are you using httpd_accel_single_host? You can't with multiple servers..
In addition you need to use either
  httpd_accel_uses_host_header on
or
  httpd_accel_host virtual
for virtual port support to work in 2.5.
Actually, can you please file a bug report on this. You should not need to 
use either of the above host directives for virtual port support to work.

  http://www.squid-cache.org/bugs/
Regards
Henrik


Re: [squid-users] HTTPD-ACCELERATOR OPTIONS

2004-11-07 Thread Henrik Nordstrom

On Mon, 8 Nov 2004, Lionel Fairon wrote:
Hello Henrik,
Already tryed.  (If you want virtual port support then specify the port as 
"0".)

httpd_accel_port 0
interpreted as port=0 :
Are you using httpd_accel_single_host? You can't with multiple servers..
In addition you need to use either
   httpd_accel_uses_host_header on
or
   httpd_accel_host virtual
for virtual port support to work in 2.5.
This has all been cleaned up in the current Squid-3 development version 
(what will become Squid-3.0).

Regards
Henrik


Re: [squid-users] HTTPD-ACCELERATOR OPTIONS

2004-11-07 Thread Henrik Nordstrom

On Sun, 7 Nov 2004, Lionel Fairon wrote:
I have a http application server listening on two ports : 80&1080
How can i redirect tcp80 incoming connexions on tcp80 and tcp1080 to tcp1080
httpd_accel_port 0
should work..
Regards
Henrik


[squid-users] HTTPD-ACCELERATOR OPTIONS

2004-11-07 Thread Lionel Fairon
Hello,
I have a http application server listening on two ports : 80&1080
Squid is located in front an configured as httpd accelerator
   http_port 80
   http_port 1080
   httpd_accel_host 172.16.0.201
   httpd_accel_port 80
How can i redirect tcp80 incoming connexions on tcp80 and tcp1080 to tcp1080
Thanks,
Lionel