Re: [squid-users] Reverse proxy Authentication

2011-09-13 Thread senthil kumar
Hello Amos, Thanks lot. Is there any test case to reproduce the error. cache_key not found.? Thanks, Senthil On Tue, Sep 13, 2011 at 10:50 AM, Amos Jeffries squ...@treenet.co.nz wrote: On 13/09/11 06:07, senthil kumar wrote: Thank you Amos, I need help on the following issue. In the

[squid-users] [PATCH] Host header forgery detected even with appendDomain

2011-09-13 Thread Jeff Chua
Amos, Latest squid is prevent connection to my known servers without local domain name. The version prior to June 15 allow connecting to URLs without the fully qualified domain names as in moose instead of moose.xxx.com The latest squid is throw the follwing error: 2011/09/13 09:17:53.420

[squid-users] website issue

2011-09-13 Thread Indunil Jayasooriya
hi, I need expert advice we cant access www.go2uti.com form our squid 2.6.STABLE6 on CentOS 5 this is the log .  TCP_NEGATIVE_HIT/403 659 GET http://www.go2uti.com/ - NONE/- text/html we can access it without squid. what could be the issue... ? -- Thank you Indunil Jayasooriya

[squid-users] Conflicts with squid in transparent to Apache proxy and OpenVPN

2011-09-13 Thread David Touzeau
Dear bests I have this network configuration OpenVPN client - Squid Proxy in transparent mode - Internet - APACHE Proxy 80 - OpenVPN 127.0.0.1:1194 When the OpenVPN client try to send a CONNECT 127.0.0.1:1194 to the Apache Proxy the Squid Proxy in the LAN (in Transparent mode) trap the command

Re: [squid-users] [PATCH] Host header forgery detected even with appendDomain

2011-09-13 Thread Amos Jeffries
On 13/09/11 18:54, Jeff Chua wrote: Amos, Latest squid is prevent connection to my known servers without local domain name. The version prior to June 15 allow connecting to URLs without the fully qualified domain names as in moose instead of moose.xxx.com The latest squid is throw the

Re: [squid-users] website issue

2011-09-13 Thread Amos Jeffries
On 13/09/11 20:14, Indunil Jayasooriya wrote: hi, I need expert advice we cant access www.go2uti.com form our squid 2.6.STABLE6 on CentOS 5 this is the log . TCP_NEGATIVE_HIT/403 659 GET http://www.go2uti.com/ - NONE/- text/html we can access it without squid. what could be the

Re: [squid-users] Conflicts with squid in transparent to Apache proxy and OpenVPN

2011-09-13 Thread Amos Jeffries
On 13/09/11 20:15, David Touzeau wrote: Dear bests I have this network configuration OpenVPN client - Squid Proxy in transparent mode - Internet - APACHE Proxy 80 - OpenVPN 127.0.0.1:1194 When the OpenVPN client try to send a CONNECT 127.0.0.1:1194 to the Apache Proxy the Squid Proxy in

Re: [squid-users] website issue

2011-09-13 Thread Indunil Jayasooriya
we can access it without squid. what could be the issue... ? Squid has a 403 error page cached for that URL. Before you ask, yes, error pages are allowed to be cached when the webmaster has explicitly enabled caching of them. This might be one of those times. Check that negative_ttl is

Re: [squid-users] Reverse proxy Authentication

2011-09-13 Thread Amos Jeffries
On 13/09/11 18:48, senthil kumar wrote: Hello Amos, Thanks lot. Is there any test case to reproduce the error. cache_key not found.? Not that I'm aware of. A UDP packet has to be received by Squid from a configured peer for a URL which is not in its cache. Overall it is a trivial event

Re: [squid-users] website issue

2011-09-13 Thread Amos Jeffries
On 13/09/11 21:11, Indunil Jayasooriya wrote: we can access it without squid. what could be the issue... ? Squid has a 403 error page cached for that URL. Before you ask, yes, error pages are allowed to be cached when the webmaster has explicitly enabled caching of them. This might be one

Re: [squid-users] website issue

2011-09-13 Thread Indunil Jayasooriya
Forbidden You don't have permission to access / on this server. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. could you pls help me to solve this issue ? Appears to be an Apache configuration error. Contact

[squid-users] squid-users@squid-cache.org

2011-09-13 Thread spaceman
Dear Sir or Madam, Firstly i would like to apologize to my poor english I want to load balance two isp connection with one linux squid proxy server.Load balancing and failover is ok using shorewall firewall.My network setup is here eth0 is for LAN

[squid-users] Re: two outgoing gateway and two parent proxy with load balancing in squid proxy

2011-09-13 Thread spacephai
Thanks a lot Amos for your reply, Can i setup like this in the squid.conf for my two outgoing gateway and two parent proxy with load balancing in squid proxy problem. Let's suppose networkA on eth1 (ISP1 wan address) networkB on eth2 (ISP2 Wan address) eth0 is for

Re: [squid-users] Conflicts with squid in transparent to Apache proxy and OpenVPN

2011-09-13 Thread David Touzeau
Le mardi 13 septembre 2011 à 21:09 +1200, Amos Jeffries a écrit : On 13/09/11 20:15, David Touzeau wrote: Dear bests I have this network configuration OpenVPN client - Squid Proxy in transparent mode - Internet - APACHE Proxy 80 - OpenVPN 127.0.0.1:1194 When the OpenVPN

Re: [squid-users] Adding WAN IP address to SQUID.CONF so users can run .net program

2011-09-13 Thread MargaretGillon
The best way is probably to use a type of reverse-proxy config for it. Place the above your to_localhost http_access rule after the CONNECT rule: cache_peer 192.168.3.42 parent 0 originserver no-query name=services acl localServices dstdomain .services.chromalloy.local

[squid-users] squid cache statistics

2011-09-13 Thread Benjamin
Hi All, I am looking for any tool or application by use of that i can get web based statistics / report of squid cache performance. I am looking for some nice application which gives me correct and perfect report of squid cache performance. I am using fedora 15 with squid 3.1.14.

[squid-users] RE: Help with setting up a secured squid3

2011-09-13 Thread a a
My name is shawn caron. I have a few questions. 1. What is the most secure auth sceme in squid3 currently using digest and how to set up in squid3 2. Am still having trouble getting updates from the web from squid3 using aptitude and apt-get on linux systems. If you need config files let me

Re: [squid-users] IPv6 and access.log

2011-09-13 Thread Amos Jeffries
On Tue, 13 Sep 2011 20:11:28 +0100 (BST), Mike Ricketts wrote: On Mon, 12 Sep 2011, Amos Jeffries wrote: Okay. 3.1.6 has a problem looking up rDNS. If you need this, grab the package from Testing/Wheezy, it is a lot more stable than the stable release and works fine on Squeeze. Thanks,

Re: [squid-users] squid cache statistics

2011-09-13 Thread Amos Jeffries
On Tue, 13 Sep 2011 22:43:24 +0530, Benjamin wrote: Hi All, I am looking for any tool or application by use of that i can get web based statistics / report of squid cache performance. http://www.squid-cache.org/Scripts/ http://www.squid-cache.org/Misc/related-software.html#monitor

Re: [squid-users] [PATCH] Host header forgery detected even with appendDomain

2011-09-13 Thread Amos Jeffries
On Wed, 14 Sep 2011 03:07:01 +0800, Jeff Chua wrote: On Tue, Sep 13, 2011 at 4:28 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 13/09/11 18:54, Jeff Chua wrote: Latest squid is prevent connection to my known servers without local domain name. The version prior to June 15 allow connecting

Re: [squid-users] Adding WAN IP address to SQUID.CONF so users can run .net program

2011-09-13 Thread Amos Jeffries
On Tue, 13 Sep 2011 08:47:51 -0700, margaretgil...@chromalloy.com wrote: The best way is probably to use a type of reverse-proxy config for it. Place the above your to_localhost http_access rule after the CONNECT rule: cache_peer 192.168.3.42 parent 0 originserver no-query name=services

[squid-users] Squid Programmers Guide

2011-09-13 Thread Henry Yuan
Hi, I would like to know a little more about how Squid works in detail, especially the data structures and algorithms it used to chunk and hold large files. I found the Squid Programmers Guide at http://old.squid-cache.org/Doc/Prog-Guide/, which seems to be a good starting point for me to better

[squid-users] squid 3 and cache peer

2011-09-13 Thread Ankit Sagwekar
i have one proxy server base on centos 6.0 which come with squid 3.1.4 server have two LAN ip address eth0 192.168.0.35 eth0:1 192.168.0.34 eth1 XXX.XXX.XXX.XXX WAN IP i want to forward request to other proxy which is on internet (WAN IP) so i create rule that if some proxy traffic come to ip