Re: [squid-users] TCP_DENIED on youtube

2009-04-13 Thread Mehmet ÇELiK
Hi.. You should turn off strip_query_terms in squid.conf.. Thus, full URL is logged and you can see details. Additionaly, you can get error as http://googleads.g.doubleclick.net/pagead/ads?referer=example.com Because you have specified .com$ in Squid. You must use mimetype instead of

[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] Reverse Proxy + Multiple Webservers woes

2009-04-07 Thread Mehmet ÇELIK
Hi. You try the following.. cache_peer 192.168.1.114 parent 80 0 no-query originserver name=server_2 acl Server2-Domain dstdomain dev.example.com cache_peer_access server_2 allow Server2-Domain cache_peer 192.168.1.115 parent 80 0 no-query originserver name=server_1 acl Server1-Domain

[squid-users] Reverse Proxy

2009-01-25 Thread Mehmet ÇELiK
Hi all, I did setup Reverse Proxy. Reverse is not update object in cache, when I change web page on Web Server (Origin Server). So I mean, Reverse still show old pages.. I am tested, I erase DocumentRoot on Web Server, still page is running. I am not use refresh_pattern.. What's issue ?

Re: [squid-users] redirect with squirm or jesred?

2009-01-19 Thread Mehmet ÇELİK
You can.. You must look at Rewrite URL for your question. Regards, Mehmet CELIK On Monday 19 January 2009 13:48:02 Enrique wrote: Hi all i need insert an string between /Internet/ and /acces/ in urls and let the rest of the beginin and the end intact for example:

Re: [squid-users] HTTP Header

2009-01-09 Thread Mehmet ÇELiK
-users@squid-cache.org Sent: Thursday, January 08, 2009 10:52 PM Subject: Re: [squid-users] HTTP Header Mehmet ÇELiK wrote: Hi all, I am using Squid as Reverse Proxy for my Web Servers. Client IP Address is directing to Web Servers with X_FORWARDED_FOR. But, I want to write Client IP Address

[squid-users] HTTP Header

2009-01-07 Thread Mehmet ÇELiK
Hi all, I am using Squid as Reverse Proxy for my Web Servers. Client IP Address is directing to Web Servers with X_FORWARDED_FOR. But, I want to write Client IP Address to Remote_Address.. I want to this, because.. I am using vBulletin Forum and vBulletin are taking Reverse Proxy IP as

Re: [squid-users] HTTP Header

2009-01-07 Thread Mehmet ÇELiK
When I change it: Web Servers says that: X-Forwarded-For = NULL Remote Address = Client IP Address It's possible - Original Message - From: Ralf Peng ralf.p...@gmail.com To: Mehmet ÇELiK r...@justunix.org Cc: squid-users@squid-cache.org Sent: Wednesday, January 07, 2009 2:06

Re: [squid-users] HTTP_HEADER

2009-01-07 Thread Mehmet ÇELİK
As per usual, the easiest fix is to re-write the web app properly. The REMOTE_ADDR is taken by PHP from the network layer below everything. Otherwise you will have to patch your kernel and use the tproxy feature of Squid. Amos -- Please be using Current Stable Squid 2.7.STABLE5 or