[squid-users] 302,303 redirect

2008-09-10 Thread chudy fernandez
Is there a way the 302,303 or redirect contents will not be precess by squid? I've used storeurl feature since you cannot deny reply header i'm wondering is there a way that these contents will bypass storeurl or it will just go follow the redirect before entering to squid.

[squid-users] Interception caching problems

2008-09-10 Thread Jason Cosby
Well, I solved my DNS problems. BIND was in fact killing squid with it's errors (IPC can be a PITA sometimes). pdnsd is working great. I have verified that the 3128 redirect command is working. Accessing the server from a Linux client with lynx shows the hits in cache.log. lynx follows the

[squid-users] Authentication

2008-09-10 Thread Irshad Valimamod
Hi! I am having troubles with squid... I´m working on a company and I have access to Internet via Squid. 1. when I try to Install a program that has to be downloaded from Internet (eg: Windows Live Messenger, Google Chrome) there is no window appearing asking me to enter the Username/Password

Re: [squid-users] wccp working config example

2008-09-10 Thread Amos Jeffries
Nuno Silva wrote: Hi there Dan. I'm having the same problem, i have read many diferent 'recipes' to put wcccpv2 working on squid, but nothing yet. In all posts I read, i done everything, ipforward set to 1, gre tunnel, iptables, and the only thing I can see is the browser message saying

Re: [squid-users] 302,303 redirect

2008-09-10 Thread Amos Jeffries
chudy fernandez wrote: Is there a way the 302,303 or redirect contents will not be precess by squid? I've used storeurl feature since you cannot deny reply header i'm wondering is there a way that these contents will bypass storeurl or it will just go follow the redirect before entering to

Re: [squid-users] Authentication

2008-09-10 Thread Amos Jeffries
Irshad Valimamod wrote: Hi! I am having troubles with squid... I´m working on a company and I have access to Internet via Squid. 1. when I try to Install a program that has to be downloaded from Internet (eg: Windows Live Messenger, Google Chrome) there is no window appearing asking me to

Re: [squid-users] Interception caching problems

2008-09-10 Thread Amos Jeffries
Jason Cosby wrote: Well, I solved my DNS problems. BIND was in fact killing squid with it's errors (IPC can be a PITA sometimes). pdnsd is working great. I have verified that the 3128 redirect command is working. Accessing the server from a Linux client with lynx shows the hits in cache.log.

Re: [squid-users] Authentication

2008-09-10 Thread Irshad Valimamod
squid-2.6.STABLE19 Which release of squid? This sounds a lot like one of the known problems long fixed. Amos -- Please use Squid 2.7.STABLE4 or 3.0.STABLE8

[squid-users] implement squid in a LAN

2008-09-10 Thread T.Dadashi
hi! i'm trying to work with squid... can i implement squid in a LAN to test it's usability , is it possible without an Internet connection? what about the configuration of the apache and how should the page that the apache is going to display must be? (dynamic page or any other parameters

[squid-users] implement squid in a LAN

2008-09-10 Thread T.Dadashi
hi! i'm trying to work with squid... can i implement squid in a LAN to test it's usability , is it possible without an Internet connection? what about the configuration of the apache and how should the page that the apache is going to display must be? (dynamic page or any other parameters

Re: [squid-users] implement squid in a LAN

2008-09-10 Thread John Doe
hi! i'm trying to work with squid... can i implement squid in a LAN to test it's usability , is it possible without an Internet connection? what about the configuration of the apache and how should the page that the apache is going to display must be? (dynamic page or any other parameters

Re: [squid-users] Authentication

2008-09-10 Thread Amos Jeffries
Irshad Valimamod wrote: squid-2.6.STABLE19 Oh, well that release definitely does not have the issue I was thinking of. Amos Which release of squid? This sounds a lot like one of the known problems long fixed. Amos -- Please use Squid 2.7.STABLE4 or 3.0.STABLE8 -- Please use Squid

RE: [squid-users] wccp working config example

2008-09-10 Thread Nuno Silva
Amos. Thank you very much, it started working, i was missing the 'iptables -t nat -A POSTROUTING -j MASQUERADE'... what is the purpose of that? And regarding the output of iptables -t filter -L *: iptables: No chain/target/match by that name Should the output be other? Best regards and many

Re: [squid-users] wccp working config example

2008-09-10 Thread Amos Jeffries
Nuno Silva wrote: Amos. Thank you very much, it started working, i was missing the 'iptables -t nat -A POSTROUTING -j MASQUERADE'... what is the purpose of that? Normally to NAT traffic coming in you have to NAT the responses back to the right places, but it gets tricky very quickly so

[squid-users] have any way can replace FOLLOW_X_FORWARDED_FOR(parameter) with squid3

2008-09-10 Thread barrywong
hello everyone there is some problem when i used log x-forward log with squid3 i want to log x-forward log ,but i find this --enable-follow-x-forwarded-for is disabled with squid3 i think someone may be have same questions with me is there any way can fix it

Re: [squid-users] wccp working config example

2008-09-10 Thread Michael Alger
On Thu, Sep 11, 2008 at 02:25:34AM +1200, Amos Jeffries wrote: Nuno Silva wrote: And regarding the output of iptables -t filter -L *: iptables: No chain/target/match by that name Should the output be other? Weird, I'd expect a list same as for the -t nat you gave earlier, but never mind.

[squid-users] [Squid Win32] cache_peerr_access by user (ext_user)

2008-09-10 Thread Sébastien WENSKE
Hi All, I'm currently setting up a squid under windows with basic authentification. The goal is to allow access to different cache peer regarding the logged user. squid.conf--- auth_param basic program c:/squid/libexec/ncsa_auth.exe c:/squid/etc/proxy_users.pwd

Re: [squid-users] have any way can replace FOLLOW_X_FORWARDED_FOR(parameter) with squid3

2008-09-10 Thread Amos Jeffries
barrywong wrote: hello everyone there is some problem when i used log x-forward log with squid3 i want to log x-forward log ,but i find this --enable-follow-x-forwarded-for is disabled with squid3 i think someone may be have same questions with me is there any way can fix it You

Re: Re: [squid-users] have any way can replace FOLLOW_X_FORWARDED_FOR(parameter)with squid3

2008-09-10 Thread barrywong
thank you for answering my question i have already used squid3-stable8,but i don't find some way to fix my question. can you tell me more particular thank you 2008-09-11 barrywong 发件人: Amos Jeffries 发送时间: 2008-09-11 00:02:00 收件人:

Fw: [squid-users] 302,303 redirect

2008-09-10 Thread chudy fernandez
Sorry Adrian. Actually he told me its more complex. thats why i ask squid-users for an idea or work around for this. With 302(move temporarily) and 303(see other) HTTP status code. 3XX code actually a redirect(correct me if im wrong) so what if squid will just follow the redirect before squid

Re: [squid-users] have any way can replace FOLLOW_X_FORWARDED_FOR(parameter)with squid3

2008-09-10 Thread Alex Rousskov
On Thu, 2008-09-11 at 00:53 +0800, barrywong wrote: thank you for answering my question i have already used squid3-stable8,but i don't find some way to fix my question. can you tell me more particular You are using Squid 3.0.8 release. Amos is recommending that you

Re: [squid-users] seamless authentication with active directory

2008-09-10 Thread Kinkie
On Wed, Sep 10, 2008 at 2:12 PM, Gregory Machin [EMAIL PROTECTED] wrote: Hi How can I configure squid to do authentication against active directory, such that if the user has already logged onto their windows work station on the domain it does not prompt the user for a password. The only

[squid-users] Speaking SSL+HTTP/1.1 to backend

2008-09-10 Thread Moore, Joe
I have a backend (application) server that rejects requests that are not HTTP/1.1 (rejected with a HTTP/1.1 505 HTTP Version Not Supported). It also requires that connections come in over SSL. I would like to place a Squid instance in accelerator mode in front of this application, but haven't

Re: [squid-users] have any way can replace FOLLOW_X_FORWARDED_FOR(parameter)with squid3

2008-09-10 Thread Amos Jeffries
On Thu, 2008-09-11 at 00:53 +0800, barrywong wrote: thank you for answering my question i have already used squid3-stable8,but i don't find some way to fix my question. can you tell me more particular You are using Squid 3.0.8 release. Amos is recommending that you

Re: [squid-users] have any way can replace FOLLOW_X_FORWARDED_FOR(parameter)with squid3

2008-09-10 Thread Alex Rousskov
On Thu, 2008-09-11 at 13:22 +1200, Amos Jeffries wrote: On Thu, 2008-09-11 at 00:53 +0800, barrywong wrote: thank you for answering my question i have already used squid3-stable8,but i don't find some way to fix my question. can you tell me more particular

Re: [squid-users] Speaking SSL+HTTP/1.1 to backend

2008-09-10 Thread Amos Jeffries
I have a backend (application) server that rejects requests that are not HTTP/1.1 (rejected with a HTTP/1.1 505 HTTP Version Not Supported). It also requires that connections come in over SSL. I would like to place a Squid instance in accelerator mode in front of this application, but

[squid-users] how to insert/popup a message screen to client

2008-09-10 Thread Ryan Raymond
Hi all I would like insert a page or popup a small screen to show a customized messsage to my client. Say, when he click a web site, like www.example.com, the page would be redirected (or popup a small screen) and show a customized message. And after a few seconds, it would be redirected to

[squid-users] cache_dir problem

2008-09-10 Thread Anil Saini
i am using squid stable 19 on fedora 8 but i found that squid wont maintaining cache_dir its not able to cache the pages. cache_dir ufs /var/spool/squid 30480 64 256 when i check cache.log it shows 0 entries in swaplog what is wrong in that cache.log Done reading /var/spool/squid

Re: [squid-users] cache_dir problem

2008-09-10 Thread squid
Hello Anil, Can you please paste your full squid configuration here. Also, Check access log see are you getting any hits like tcp_hit ? Regards Visolve www.visolve.com Anil Saini wrote: i am using squid stable 19 on fedora 8 but i found that squid wont maintaining cache_dir its not able