[squid-users] Multi thread or Not multi thread processor

2008-09-01 Thread elsergio
Hi all, Which option is better for using Squid as a Load Balancer? a) Multi thread processor. b) Non Multi thread processor. Thanks! Sergio -- View this message in context: http://www.nabble.com/Multi-thread-or-Not-multi-thread-processor-tp19251425p19251425.html Sent from the Squid - Users

[squid-users] Performance of Squid as Balancer

2008-08-27 Thread elsergio
Hi all, Does anybody knows how many http queries can Squid dispatch configured as a balancer (no caching data). Thanks! -- View this message in context: http://www.nabble.com/Performance-of-Squid-as-Balancer-tp19184016p19184016.html Sent from the Squid - Users mailing list archive at

Re: [squid-users] SQUID port to port

2008-07-30 Thread elsergio
Hi Amos, The problem is that in the web servers, will use that header for statistics and for some sites, it will also use that field for authentication purposes. In that cases the capability of modifying that app is out of our scope, so we will have to think about other solutions. Thanks! --

Re: [squid-users] SQUID port to port

2008-07-28 Thread elsergio
Hi Amos, It is because I would like this name to be configurable on Squids side, to be independent from the server app. I don't want to depend on the server app so modifying the header could be nice. Any idea? Best regards, Sergio -- View this message in context:

Re: [squid-users] SQUID port to port

2008-07-24 Thread elsergio
Hi, Mmmm.. I see what you were talking about and seems to be logic. Thanks for the help! I have been thinking about one thing: I want to have some access statistics for each server. For example, I want to have a list of all the http request origin IP addresses that have reached each server.

Re: [squid-users] SQUID port to port

2008-07-24 Thread elsergio
Hi Amos, It is possible to change the name of the header? Maybe it would be easier to create a new one if possible. How can I configure it? Thanks! -- View this message in context: http://www.nabble.com/SQUID-port-to-port-tp18578787p18632711.html Sent from the Squid - Users mailing list

Re: [squid-users] DNS configuration

2008-07-22 Thread elsergio
Henrik Nordstrom-5 wrote: On mån, 2008-07-21 at 15:18 -0700, elsergio wrote: I am trying to configure a reverse proxy. The idea is to have several web servers in my network and also a DNS. The dns server will have the planning logic for choosing the optimal web server. I want Squid

Re: [squid-users] SQUID port to port

2008-07-22 Thread elsergio
Henrik Nordstrom-5 wrote: On mån, 2008-07-21 at 15:19 -0700, elsergio wrote: Hi, Here comes another squid question: It is possible to have a squid proxy working like this: listening on port 80 and forward connection to ip1 on port 8080 listening on port 81 and forward connection

Re: [squid-users] SQUID port to port

2008-07-22 Thread elsergio
Hi all, I have been suggested this http_port 80 81 #to make squid listen to the desired ports One per line. Do I have to do something like this? http_port 80 acl all src 0.0.0.0/0.0.0.0 always_direct allow all cache_peer ip1 parent 8080 0 no-query origin_server name=DS1 cache_peer_access

[squid-users] DNS configuration

2008-07-21 Thread elsergio
Hi, I am trying to configure a reverse proxy. The idea is to have several web servers in my network and also a DNS. The dns server will have the planning logic for choosing the optimal web server. I want Squid to ask for the web server ip address to this dns server. Then Squid will forward the

[squid-users] SQUID port to port

2008-07-21 Thread elsergio
Hi, Here comes another squid question: It is possible to have a squid proxy working like this: listening on port 80 and forward connection to ip1 on port 8080 listening on port 81 and forward connection to ip2 on port 8181 Both options at the same time. I have seen that you can set several