Re: [squid-users] Squid, HTTP/1.0, and HTTP/1.1

2006-06-24 Thread Merton Campbell Crockett
On 24 Jun 2006, at 18:47 , Henrik Nordstrom wrote: lör 2006-06-24 klockan 16:25 -0700 skrev Merton Campbell Crockett: Squid received an HTTP/1.1 request from the client. Squid changed the protocol to HTTP/1.0 for the next hop. Squid received an HTTP/ 1.1 response, shouldn't Squid pass the

Re: [squid-users] Squid, HTTP/1.0, and HTTP/1.1

2006-06-24 Thread Henrik Nordstrom
lör 2006-06-24 klockan 16:25 -0700 skrev Merton Campbell Crockett: > Squid received an HTTP/1.1 request from the client. Squid changed > the protocol to HTTP/1.0 for the next hop. Squid received an HTTP/ > 1.1 response, shouldn't Squid pass the HTTP header fields that it > doesn't understa

Re: [squid-users] Squid, HTTP/1.0, and HTTP/1.1

2006-06-24 Thread Merton Campbell Crockett
On 24 Jun 2006, at 16:01 , Henrik Nordstrom wrote: lör 2006-06-24 klockan 15:47 -0700 skrev Merton Campbell Crockett: My understanding is that a server receiving an HTTP/1.0 request is supposed to respond using the same version of the protocol. No, a server should respond with the highest p

Re: [squid-users] Squid, HTTP/1.0, and HTTP/1.1

2006-06-24 Thread Henrik Nordstrom
lör 2006-06-24 klockan 15:47 -0700 skrev Merton Campbell Crockett: > My understanding is that a server receiving an HTTP/1.0 request is > supposed to respond using the same version of the protocol. No, a server should respond with the highest protocol version it supports. But there is some feat

Re: [squid-users] HTTPS and delay_pools

2006-06-24 Thread Henrik Nordstrom
sön 2006-06-25 klockan 01:41 +0330 skrev Mehdi Sarmadi: > Could https requests/replies fall in delay_pools? Yes. > If yes, How to? Should by default, unless you use some incompatible ACLs in your delay_access... As for all the other protocols the delay pools only applies on internet->client tra

Re: [squid-users] reverse proxy, 2 backends and vhost

2006-06-24 Thread Henrik Nordstrom
lör 2006-06-24 klockan 23:54 +0200 skrev jb: > But a few questions about this script : > > 1. It is possible to make a "catch all" for all requests that doesn't match > storage.mysite.com ? Yes... by using a bit of Perl magics while(<>) { s%...%...% && next; s%...%...% && next; } co

[squid-users] Squid, HTTP/1.0, and HTTP/1.1

2006-06-24 Thread Merton Campbell Crockett
Currently, I am using Squid-2.5STABLE6 to implement a load-balanced, redundant proxy array. I am investigating problems involving the following and where a portion of the content on a web server requires authentication. Internet Explorer 6.x on a Windows XP system Squid-2.5

[squid-users] HTTPS and delay_pools

2006-06-24 Thread Mehdi Sarmadi
Could https requests/replies fall in delay_pools? If yes, How to? -- Mehdi Sarmadi

Re: [squid-users] reverse proxy, 2 backends and vhost

2006-06-24 Thread jb
Thanks. Since my last email, I'm trying to make a redirector script to do the job, and that seems to go. #!/usr/bin/perl $|=1; while (<>) { [EMAIL PROTECTED]://[EMAIL PROTECTED]://192.168.234.12@; [EMAIL PROTECTED]://[EMAIL PROTECTED]://192.168.234.8@; print; } But a few questions about this

Re: [squid-users] Does squid admits ubiquity?

2006-06-24 Thread Henrik Nordstrom
lör 2006-06-24 klockan 18:09 +0200 skrev [EMAIL PROTECTED]: > Hello, > i use squid with ncsa_auth to identify my users, but i have a problem > whith the accounts; > how to prevent users to connect themselves on different machines with > the same account at the same time? By using the max_user_

Re: [squid-users] Using the FTP Method with Login ID and Password

2006-06-24 Thread Henrik Nordstrom
lör 2006-06-24 klockan 06:46 -0700 skrev Merton Campbell Crockett: > On 23 Jun 2006, at 07:42 , [EMAIL PROTECTED] wrote: > > > ftp://login:[EMAIL PROTECTED] > > I guess I did remember the syntax and leads to a second question. Is > there an escape sequence that allows you to use a password tha

[squid-users] Does squid admits ubiquity?

2006-06-24 Thread [EMAIL PROTECTED]
Hello, i use squid with ncsa_auth to identify my users, but i have a problem whith the accounts; how to prevent users to connect themselves on different machines with the same account at the same time? I don't know if i was clear I've tried to use at the same time the same accounts

Re: [squid-users] reverse proxy, 2 backends and vhost

2006-06-24 Thread jb
Thanks Henrik, but I have more than 100 000 subdomains on 'mysite.com', and new sudomains are added each minute. I can't list all domains and I don't want to edit /etc/host every time a change occured. It seems to me that wildcard (*.mysite.com) doesn't work in /etc/host . I only want that one

Re: [squid-users] I.E. Exceptions

2006-06-24 Thread Merton Campbell Crockett
On 22 Jun 2006, at 06:35 , Henrik Nordstrom wrote: ons 2006-06-21 klockan 16:33 -0600 skrev Lance Pehrson: I am trying to have two applications bypass the proxy by adding exception in IE. One address is subdomain.domain.com the other is subdomain.domain.com/somesuffix. You would think that *.

Re: [squid-users] Using the FTP Method with Login ID and Password

2006-06-24 Thread Merton Campbell Crockett
On 23 Jun 2006, at 07:42 , [EMAIL PROTECTED] wrote: ftp://login:[EMAIL PROTECTED] I guess I did remember the syntax and leads to a second question. Is there an escape sequence that allows you to use a password that contains an "@"? The password in this instance is the e-mail address th

Re: [squid-users] Re: 2 user accounts per 1 IP

2006-06-24 Thread Henrik Nordstrom
lör 2006-06-24 klockan 14:01 +0300 skrev ForestCreature: > the problem: > when i connect to proxy as user l1(limited by 1875B/s) all OK > but when i create additional connection as user u1(unlimited) from > the same IP adress bad things happen. connection belonging to l1 > gets 7.5KB/s (but is

[squid-users] Re: 2 user accounts per 1 IP

2006-06-24 Thread ForestCreature
Hello! I would like to create 2 accounts per each proxy user(IP address): one limited and one unlimited i tried this way : ... auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param