[squid-users] Remove X-Forwarded-For headers

2008-04-29 Thread Chris Benesch
Does anyone know how to remove the X-Forwarded-For header from the requests the squid sends out? I'd really not like the web sites I'm surfing to know my internal network structure.

Re: [squid-users] Remove X-Forwarded-For headers

2008-04-29 Thread Mathias R. Baumgartner
May I suggest you have a look at the config file. If you don't have one - google is your friend :) this should work: X-forwarded_for off or - slighly more radical: header_access X-Forwarded-For deny all possibly you could try this: header_replace X-Forwarded-For 127.0.0.1 On 4/29/08, Chris

RE: [squid-users] Remove X-Forwarded-For headers

2008-04-29 Thread Chris Benesch
I already tried header_access and header_replace. Youre right google is my friend, there was a small blurb about an option forwarded_for off. It just changes it to X-Forwarded-For unknown, but good enough. -Original Message- From: Mathias R. Baumgartner [mailto:[EMAIL PROTECTED]

[squid-users] Re: re[squid-users] verse proxy headache

2008-04-29 Thread caifeng
Raymond Hall-2 wrote: Hi there, I've succesfully configured squid as reverse proxy, and it's been running fine for 2 months now. I even got it to sort diferent urls to different servers according to dstdomain and url-regexp rules. Now, I just added a new domain to proxy and the answer

Re: [squid-users] squid and wccp

2008-04-29 Thread Wennie V. Lagmay
Still with no luck, I would I know if my router IOS is working properly with wccp2 (C7200-IS-M), Version 12.2(31), RELEASE SOFTWARE (fc2), also how would I know it my gre and wccp is working properly with my linux and it is not broken (Fedora Core 8 64 bit with kernel 2.6.24-64.fc8) -

Re: [squid-users] Remove X-Forwarded-For headers

2008-04-29 Thread Emil Mikulic
On Mon, Apr 28, 2008 at 11:26:53PM -0700, Chris Benesch wrote: I already tried header_access and header_replace. Youre right google is my friend, there was a small blurb about an option forwarded_for off. It just changes it to X-Forwarded-For unknown, but good enough. The following strips it

RE: [squid-users] Remove X-Forwarded-For headers

2008-04-29 Thread Chris Benesch
I tried this on the X-Forwarded-For and Via headers, and it looks like it works. Thanks Emil! -Original Message- From: Emil Mikulic [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 12:17 AM To: Chris Benesch Cc: 'Mathias R. Baumgartner'; squid-users@squid-cache.org Subject: Re:

Re: [squid-users] squid always missing images

2008-04-29 Thread Jayel Villamin
Thank you for the help :) that ircache website is very useful :) On Tue, Apr 29, 2008 at 3:18 AM, Henrik Nordstrom [EMAIL PROTECTED] wrote: On lör, 2008-04-26 at 09:48 +0930, Jayel Villamin wrote: The problem is that when I clicked on previous to view the previous image, Firefox begins

Re: [squid-users] transparent + reverse proxy + server is posible ?

2008-04-29 Thread Henrik Nordstrom
On mån, 2008-04-28 at 23:45 +0200, F. wrote: I am thinking about make a [transparent proxy + http accelerator + server] on the same machine. But I do not know if it is secure this configuration. -Lan to Internet: Transparent proxy using acl LAN, redirected port 80 to squid port in firewall.

Re: [squid-users] squid_session

2008-04-29 Thread Henrik Nordstrom
On mån, 2008-04-28 at 18:42 -0400, Emanuel dos Reis Rodrigues wrote: I need display one splash page in the fisrt logon ... I see the helper squid_session and try configuring , but dont working ... with the follow config: external_acl_type session ttl=300 negative_ttl=0 children=1

Re: [squid-users] Re: re[squid-users] verse proxy headache

2008-04-29 Thread Henrik Nordstrom
On tis, 2008-04-29 at 00:00 -0700, caifeng wrote: when using squid2.6, in order to have you squidserver work properly, adding following line to your config file: always_direct allow ACL_NAME No, absolutely not. In reverse proxies using 2.6 and later forwarding to the origin servers is done

Re: [squid-users] squid_session

2008-04-29 Thread Emanuel dos Reis Rodrigues
Henrik Nordstrom wrote: On mån, 2008-04-28 at 18:42 -0400, Emanuel dos Reis Rodrigues wrote: I need display one splash page in the fisrt logon ... I see the helper squid_session and try configuring , but dont working ... with the follow config: external_acl_type session ttl=300

[squid-users] denied urls between two hours

2008-04-29 Thread E. Traas
Hi how can i use squid to deny listed url's between two hours ( f.i. 07:00 and 16:00 ) ? Erwin

Re: [squid-users] denied urls between two hours

2008-04-29 Thread Cassiano Martin
*Acl Type:* time *Description* Time of day, and day of week *Usage* acl aclname time [day-abbreviations] [h1:m1-h2:m2] day-abbreviations: S - Sunday M - Monday T - Tuesday W - Wednesday H - Thursday F - Friday A - Saturday h1:m1 must be less than h2:m2 *Example* acl

Re: [squid-users] squid_session

2008-04-29 Thread Henrik Nordstrom
On tis, 2008-04-29 at 08:49 -0400, Emanuel dos Reis Rodrigues wrote: Now, I have one question ... http://xdaqwiki.cern.ch/index.php/Squid#Session_handling_support This configuration is functional? Should work I think, but overly complex as they still automatically start the session if

Re: [squid-users] squid_session

2008-04-29 Thread Emanuel dos Reis Rodrigues
Henrik Nordstrom wrote: On tis, 2008-04-29 at 08:49 -0400, Emanuel dos Reis Rodrigues wrote: Now, I have one question ... http://xdaqwiki.cern.ch/index.php/Squid#Session_handling_support This configuration is functional? Should work I think, but overly complex as they still

Re: [squid-users] squid_session

2008-04-29 Thread Henrik Nordstrom
On tis, 2008-04-29 at 12:25 -0400, Emanuel dos Reis Rodrigues wrote: With the Xdaq configuration, I don't understanding this line: ... acl create_session external session LOGIN ... LOGIN don't are %LOGIN ? ?? No, it relates to the -a command line option to squid_session. See

[squid-users] block msn

2008-04-29 Thread Wilson A. Galafassi Jr.
Hello. It´s possible to block msn under squid? Especially file transfer? Thanks, Wilson

Re: [squid-users] squid monitoring question

2008-04-29 Thread Henrik Nordstrom
On tis, 2008-04-29 at 14:24 -0500, Ritter, Nicholas wrote: Is there a way to report on the contents of the cache which are specific to a given URL? I want to be able to build reports of specific sites and how squid and its cache are interacting with the specific site(s). I want to know what

Re: [squid-users] squid_session

2008-04-29 Thread Emanuel dos Reis Rodrigues
Henrik Nordstrom wrote: On tis, 2008-04-29 at 12:25 -0400, Emanuel dos Reis Rodrigues wrote: With the Xdaq configuration, I don't understanding this line: ... acl create_session external session LOGIN ... LOGIN don't are %LOGIN ? ?? No, it relates to the -a command line option

[squid-users] Reverse proxy with URL rewriting

2008-04-29 Thread Sylvain Beaux
Hi all, I've a squid installed and it works in reverse-proxy mode. I would like to add two new backend servers but those ones require url rewriting. The following schema shows how the user will request the servers : client - | squid |- Server 1

Re: [squid-users] squid_session

2008-04-29 Thread Henrik Nordstrom
On tis, 2008-04-29 at 17:03 -0400, Emanuel dos Reis Rodrigues wrote: The -b param is for dbpath this is one file ? how to use it ? which is the purpose of this ? I don't remember if it's a path or a directory. I think it's a filename, and gets created by the helper on the first

[squid-users] fourat wants to keep up with you on Twitter

2008-04-29 Thread fourat
To find out more about Twitter, visit the link below: http://twitter.com/i/6d57bce135e6149491b6954f9bb9a86cd0c94209 Thanks, -The Twitter Team About Twitter Twitter is a unique approach to communication and networking based on the simple concept of status. What are you doing? What are your

Re: [squid-users] squid_session

2008-04-29 Thread Emanuel dos Reis Rodrigues
Henrik Nordstrom wrote: On tis, 2008-04-29 at 17:03 -0400, Emanuel dos Reis Rodrigues wrote: The -b param is for dbpath this is one file ? how to use it ? which is the purpose of this ? I don't remember if it's a path or a directory. I think it's a filename, and gets

Re: [squid-users] block msn

2008-04-29 Thread Indunil Jayasooriya
below URL may help. http://blogs.techrepublic.com.com/networking/?p=308 On Wed, Apr 30, 2008 at 1:32 AM, Wilson A. Galafassi Jr. [EMAIL PROTECTED] wrote: Hello. It´s possible to block msn under squid? Especially file transfer? Thanks, Wilson -- Thank you Indunil Jayasooriya