Re: [squid-users] Re: Want to create SQUID mesh, but force certain URLs to be retrieved by only one Proxy

2009-04-08 Thread Pandu E Poluan
Without allow-miss, I get the error: *Valid document was not found in the cache and only-if-cached directive was specified.* Strangely, doing the same on ProxyC causes an Access Denied error... Rgds [p] Amos Jeffries wrote: Pandu E Poluan wrote: Okay, some experimentations I made: I

Re: [squid-users] Re: Want to create SQUID mesh, but force certain URLs to be retrieved by only one Proxy

2009-04-08 Thread Amos Jeffries
Pandu E Poluan wrote: Without allow-miss, I get the error: *Valid document was not found in the cache and only-if-cached directive was specified.* Okay, bet use it then. Should be safe enough in your setup. Amos Strangely, doing the same on ProxyC causes an Access Denied error... Rgds

Re: [squid-users] Re: Want to create SQUID mesh, but force certain URLs to be retrieved by only one Proxy

2009-04-08 Thread Pandu E Poluan
Ah... I found out the problem (as to Access Denied)... Somehow I've forgotten to include ProxyC in an http_access statement in ProxyA... All is well now... Thanks for your kind assistance, Amos! :-) Rgds [p] Amos Jeffries wrote: Pandu E Poluan wrote: Without allow-miss, I get the error:

[squid-users] FreeBSD - Squid 2.7 - Transparent

2009-04-08 Thread Vivek
HI All, I am trying to use squid 2.7 in FreeBSD machine. But there is no option available --enable-ipfw-transparent for configure the squid in transparent mode. How can we enable transparent mode when configuring squid?. Regards Vivek

[squid-users] About --enable-removal-policies='heap lru'

2009-04-08 Thread Pandu E Poluan
--enable-removal-policies='heap lru' Does that mean only heap LRU method supported, or lru and all three heap xxx methods? Thanks. [p] -- *Pandu E Poluan* *Panin Sekuritas* IT Manager / Operations Audit Phone : +62-21-515-3055 ext 135 Fax : +62-21-515-3061 Mobile :

[squid-users] CONNECT method support(for https) using squid3.1.0.6 + tproxy4

2009-04-08 Thread Mikio Kishi
Hi, all Now, I evaluate the squid3.1.0.6 + tproxy4 environment like the following network. (1) (2) | | +--+ | ++|+-+ |WWW +---+ ||++ WWW | |Client|.2 |

[squid-users] Complex Reverse Proxy setup

2009-04-08 Thread schwermie
At our company we have a complex setup. external URL internal URL www.example.com/ - www.example.com www.example.com/subdir - www.example2.com www.webserver.com - www.example.com/webserver www.server.com:1800 - www.server.com:1800 Could someone help me, i

Re: [squid-users] FreeBSD - Squid 2.7 - Transparent

2009-04-08 Thread Leslie Jensen
HI All, I am trying to use squid 2.7 in FreeBSD machine. But there is no option available --enable-ipfw-transparent for configure the squid in transparent mode. How can we enable transparent mode when configuring squid?. Regards Vivek Before you compile, do make config!

Re: [squid-users] FreeBSD - Squid 2.7 - Transparent

2009-04-08 Thread Vivek
My question is simple. Based on the instarutions given by http://wiki.squid-cache.org/ConfigExamples/Intercept/FreeBsdIpfw we should use --enable-ipfw-transparent this option when configuration squid. But the above option not available in squid 2.7. Is there any alternative for that?

RE: [squid-users] Custom error page based on IP.

2009-04-08 Thread Palmer J.D.F.
Sorry for the somewhat large delay in replying to you, I have been on longish term sick. However I've just returned and have sussed this out. Firstly I added the following rules to squid.conf. acl swan src 123.45.0.0/16 # The campus subnet, which was already defined in squid.conf .

[squid-users] ident auth problem with squid 3.1.0.6

2009-04-08 Thread michael.kastin...@spar.at
Hi! Currently we are testing the new squid version 3.1.0.6. generally the squid is working fine, but we have a problem with authenticating users with ident. cut of squid.conf: http_port 3128 ident_lookup_access allow all acl CONNECT method CONNECT acl all src all acl permit_userident

[squid-users] Squid Host header rewriting

2009-04-08 Thread Juha Luoma
Hi, Squid rewrites the host header as follows: GET http://194.137.237.63/uutiset/ HTTP/1.1\r\n Host: www.hs.fi\r\n - GET /uutiset/ HTTP/1.0\r\n Host: 194.137.237.63\r\n Why is that? How to pass on the original Host header in this case? Thanks, - Juha

[squid-users] About --enable-removal-policies='heap lru'

2009-04-08 Thread Mehmet ÇELiK
You can try --enable-removal-policies=heap,lru.. Thus, you will have given all support. add to squid.conf cache_replacement_policy heap GDSF Regards.. -- Mehmet CELIK Date: Wed, 8 Apr 2009 17:22:41 +0700 From: pandu_pol...@paninsekuritas.co.id To: squid-users@squid-cache.org Subject:

Re: [squid-users] Strange problem accessing http://Bloomberg.com

2009-04-08 Thread Jason Taylor
Hi Amos, I resolved the issue with the following line in my proxy.pac file: if (dnsDomainIs(host, \'wbetest2.bloomberg.com)) { return proxy:3128; } I used the page at http://jcurnow.home.comcast.net/~jcurnow/WritingEffectivePACFiles.html (mentioned in the proxy.pac entry in wikipedia)

[squid-users] Can Squid do what Blue Coat BCAAA does with transparent silent NTLM auth

2009-04-08 Thread Elvar
Hello, For several years now I've used Squid with Winbind to silently authenticate users to Active Directory which has worked wonderfully. The one thing I've always had to do though is configure the user proxy settings to manually point to the proxy in order for it to silently authenticate.

Re: [squid-users] acl dstdomains does not block!

2009-04-08 Thread Leslie Jensen
Amos Jeffries skrev: Um, the config you showed simplifies down to: allow localhost access anywhere. deny anything else. Period. I think you want: # # If we want to block certain sites. # # acl blockedsites dstdomain .aftonbladet.se. acl blockedsites dstdomain .squid-cache.org

Re: [squid-users] Getting error msgs when trying to start squid

2009-04-08 Thread Henrique M.
Amos Jeffries-2 wrote: 'error messages' in web terminology means something completely different which can be 'kept'. I assume you mean where doe sit send the startup error output? That is usually sent to syslog by Debian/Ubuntu during init process and then when squid is going to the

[squid-users] squid authentication and redirection

2009-04-08 Thread Rudy Gevaert
Dear Squid users, I was wondering if the following can be accomplished in squid: Say, a user starts using the proxy 1 he is not logged, so he gets redirected to a webpage over https 2 the webpage authenticates him, and sets a cookie in his browser 3 he is then redirected to the original url he

[squid-users] SSL on Squid Reverse Proxy

2009-04-08 Thread Frank Hoang
Using latest stable squid2.7.6 Using Squid as a reverse proxy. Got a setup of Squid -- web server -- java site works fine in normal HTTP port 80. Need to enable SSL for the site also. so I added https_port x.x.x.x:443 cert=/site_name.com.cert key=/site_name.com.key vhost and cache_peer

[squid-users] Re: FreeBSD - Squid 2.7 - Transparent

2009-04-08 Thread Henrik Nordstrom
ons 2009-04-08 klockan 05:15 -0400 skrev Vivek: I am trying to use squid 2.7 in FreeBSD machine. But there is no option available --enable-ipfw-transparent for configure the squid in transparent mode. How can we enable transparent mode when configuring squid?. As far as I can understand

Re: [squid-users] Squid 3.1.0.6, zph, shorewall, and tc on debian 5.0 (lenny)

2009-04-08 Thread Jason
Jason wrote: Amos, Thanks for answering. Amos Jeffries wrote: Jason wrote: Everyone, I have compiled squid 3.1.6 from source on amd64 Debian 5.0 with NP: please use the correct version numbering: 3.1.0.6. there will probably be a 3.1.6 at some point in the future and hopefully this

Re: [squid-users] CONNECT method support(for https) using squid3.1.0.6 + tproxy4

2009-04-08 Thread Amos Jeffries
Hi, all Now, I evaluate the squid3.1.0.6 + tproxy4 environment like the following network. (1) (2) | | +--+ | ++|+-+ |WWW +---+ ||++ WWW |

RE: [squid-users] Custom error page based on IP.

2009-04-08 Thread Amos Jeffries
Sorry for the somewhat large delay in replying to you, I have been on longish term sick. However I've just returned and have sussed this out. Firstly I added the following rules to squid.conf. acl swan src 123.45.0.0/16 # The campus subnet, which was already defined in squid.conf

Re: [squid-users] squid authentication and redirection

2009-04-08 Thread Amos Jeffries
Dear Squid users, I was wondering if the following can be accomplished in squid: Say, a user starts using the proxy 1 he is not logged, so he gets redirected to a webpage over https 2 the webpage authenticates him, and sets a cookie in his browser 3 he is then redirected to the original

Re: [squid-users] Getting error msgs when trying to start squid

2009-04-08 Thread Amos Jeffries
Amos Jeffries-2 wrote: 'error messages' in web terminology means something completely different which can be 'kept'. I assume you mean where doe sit send the startup error output? That is usually sent to syslog by Debian/Ubuntu during init process and then when squid is going to the

Re: [squid-users] SSL on Squid Reverse Proxy

2009-04-08 Thread Amos Jeffries
Using latest stable squid2.7.6 Using Squid as a reverse proxy. Got a setup of Squid -- web server -- java site works fine in normal HTTP port 80. Need to enable SSL for the site also. so I added https_port x.x.x.x:443 cert=/site_name.com.cert key=/site_name.com.key vhost and

Re: [squid-users] CONNECT method support(for https) using squid3.1.0.6 + tproxy4

2009-04-08 Thread Mikio Kishi
Hi, Amos HTTPS encrypted traffic cannot be intercepted. Yes, I know that. but, in this case, not transparent. (1) (2) | | +--+ | ++|+-+ |WWW +---+ ||++ WWW

[squid-users] Squid 2.7.STABLE6 - peerDigestFetchAbort peer 192.168.0.1 Bad Request

2009-04-08 Thread louis gonzales
I need help understanding what the following cache.log information means? Please. 2009/04/09 00:35:08| The request GET http://unified1.abstract.net:80/tc/fms/513901874/mygroup/FSC_unified1_Administrator is ALLOWED, because it matched 'FMS' 2009/04/09 00:35:08| peerSourceHashSelectParent: