RE: [squid-users] Squid with webwasher using NTLM authentication

2008-10-08 Thread NGUYEN DANG LUAN, Eric
Looks like it's working now. I'm currently using squid 2.7 stable 4. I use the following line to configure webwasher: cache_peer webwasher parent 3128 3130 no-query default login=PASS My problem was mainly due to webwasher configuration (I didn't use the basic authentication). I Thanks everyone

Re: [squid-users] Bungled squid.conf line - reply_body_max_size

2008-10-08 Thread Amos Jeffries
Лесовский Алексей wrote: Amos Jeffries пишет: Лесовский Алексей wrote: Hello ALL, and Sorry my English. I have line in squid.conf ... reply_body_max_size 1228800 deny asu ... and when squid starts, I got error FATAL: Bungled squid.conf line 65: reply_body_max_size 1228800 deny asu Squid Cache (

Re: [squid-users] squid ntlm_auth not working against samba PDC version above 3.0.26a

2008-10-08 Thread Juan Miguel Corral
--- El sáb, 4/10/08, Henrik Nordstrom <[EMAIL PROTECTED]> escribió: > De: Henrik Nordstrom <[EMAIL PROTECTED]> > Asunto: Re: [squid-users] squid ntlm_auth not working against samba PDC > version above 3.0.26a > Para: [EMAIL PROTECTED] > CC: squid-users@squid-cache.org > Fecha: sábado, 4 octubr

Re: [squid-users] Can someone help me block samba users at a particular time.

2008-10-08 Thread Amos Jeffries
Avinash Rao wrote: I went through the documentation. I need help in installing the auth_proxy module. I didn't install squid from Synaptic Manager, i did it manually! so, the helpers directory is missing on my system and i am not able to find the squid authenticators. Is there anyway i can ge

Re: [squid-users] Transparent proxy from different networks

2008-10-08 Thread Matus UHLAR - fantomas
> >On 07.10.08 16:09, Amos Jeffries wrote: > >>Your current rule is restricting the REDIRECT to specific interface and > >>0.0.0.0 source. not sure host that 0.0.0.0 bit works. > Matus UHLAR - fantomas wrote: > >It probably has to be 0.0.0.0/0 which matches ALL IP's. 0.0.0.0/24 matches > >only 0.0

Re: [squid-users] A cache miss for static html page

2008-10-08 Thread Amos Jeffries
Jeff H. wrote: For this page: http://news.163.com/08/1008/09/4NNLPJAJ0001124J.html why squid always got a cache MISS? The servers clocks are apparently a week slow and the pages have a 64 second expiration timeout. http://www.ircache.net/cgi-bin/cacheability.py?query=http%3A%2F%2Fnews.163.c

[squid-users] Fwd: Failing to Configure Squid 2.6...

2008-10-08 Thread Omer Khalid
Hi, I am trying to configure squid 2.6 on my server with the following configure options: [EMAIL PROTECTED] ./configure --prefix=%(prefix)s --enable-poll --enable-snmp --enable-removal-policies="heap,lru" --enable-storeio="aufs,coss,diskd,null,ufs" --enable-ssl --with-openssl=%(prefix)s --enable-

Re: [squid-users] Fwd: Failing to Configure Squid 2.6...

2008-10-08 Thread Chris Robertson
Omer Khalid wrote: Hi, I am trying to configure squid 2.6 on my server with the following configure options: [EMAIL PROTECTED] ./configure Good so far, but... --prefix=%(prefix)s That's a problem. "%(prefix)s" is not a valid path. It looks like a variable that would normally be replac

[squid-users] Expires: string format?

2008-10-08 Thread Chris Woodfield
Hi, this is a quick one - Does squid properly grok the date format of an Expires: header where the time zone is specified numerically (i.e. "-0400") instead of by letter code (i.e. "EDT")? -C

Re: [squid-users] storeDirWriteCleanLogs() blocking queries

2008-10-08 Thread Henrik Nordstrom
On ons, 2008-10-08 at 14:39 +1300, Amos Jeffries wrote: > How about a global 'skip' timer like that used to silence NAT errors? > > if(last_cleanup < squid_curtime - 3600) { > last_cleanup = squid_curtime; > storeDirWriteCleanLogs(); > } > > That way it doesn't need a new signal, but still g

Re: [squid-users] squid memory usage and SNMP

2008-10-08 Thread Henrik Nordstrom
On tis, 2008-10-07 at 18:22 -0300, Leonardo Rodrigues Magalhães wrote: > with SNMP i can already grab the 'Total Accounted' value but i > would like the real allocated memory by squid, which seems to be the > 'Total in use' value. I do not think these are exposed in the MIB yet.. Rega

Re: [squid-users] Re: cannot browse website

2008-10-08 Thread Henrik Nordstrom
On ons, 2008-10-08 at 09:55 +0700, ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░ wrote: > it's works > i use http://wiki.squid-cache.org/SquidFaq/ReverseProxy > acl our_sites dstdomain your.main.website > http_access allow our_sites > cache_peer_access myAccel allow our_sites > cache_peer_access myAccel deny all > > q

Re: [squid-users] Expires: string format?

2008-10-08 Thread Henrik Nordstrom
On ons, 2008-10-08 at 15:20 -0400, Chris Woodfield wrote: > Does squid properly grok the date format of an Expires: header where > the time zone is specified numerically (i.e. "-0400") instead of by > letter code (i.e. "EDT")? It grogs neither of the two. HTTP only allows for GMT dates. Quot

Re: [squid-users] SQUID configure with NTLM prompts users password window

2008-10-08 Thread Jeff Gerard
In IE internet options/security, try resetting "Local Intranet" to default settings. There is also an option at the bottom of those custom settings regarding username/passwords. I don't have IE in front of me at the moment so can't say exactly what it says but give the default settings a try.

Re: [squid-users] Re: cannot browse website

2008-10-08 Thread ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░
perfect thx On Thu, Oct 9, 2008 at 5:09 AM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On ons, 2008-10-08 at 09:55 +0700, ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░ wrote: >> it's works >> i use http://wiki.squid-cache.org/SquidFaq/ReverseProxy >> acl our_sites dstdomain your.main.website >> http_access allow o

Re: [squid-users] Re: cannot browse website

2008-10-08 Thread ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░
forgot something is that works for 1 webserver IP or multi server behind it ? sorry i cant trial error test since this is company server so i cant make it down for a while :( On Thu, Oct 9, 2008 at 7:19 AM, ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░ <[EMAIL PROTECTED]> wrote: > perfect > > thx > > On Thu, Oc

Re: [squid-users] Slow for one user, fast for everyone else

2008-10-08 Thread Pieter De Wit
RM wrote: On Mon, Oct 6, 2008 at 4:08 AM, RM <[EMAIL PROTECTED]> wrote: On Mon, Oct 6, 2008 at 1:45 AM, Pieter De Wit <[EMAIL PROTECTED]> wrote: Hi JL, Does your server use DNS in it's logging ? Perhaps it's reverse DNS ? If he downloads a big file, does the speed pick up ? Cheers,

Re: [squid-users] Re: cannot browse website

2008-10-08 Thread Henrik Nordstrom
On tor, 2008-10-09 at 07:28 +0700, ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░ wrote: > forgot something > > is that works for 1 webserver IP or multi server behind it ? Depends on how you configure it. There is one cache_peer per server. The example is for 2 servers with multiple domains on each. Regards Henr

Re: [squid-users] Re: cannot browse website

2008-10-08 Thread ░▒▓ ɹɐzǝupɐɥʞ ɐzɹıɯ ▓▒░
my network configuration like image that i post at first post ( like this - repost ) http://amyhost.com/data/1.jpg at the picture that is wrong ip - the correct one is 172.16.0.3 ) On Thu, Oct 9, 2008 at 1:18 PM, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On tor, 2008-10-09 at 07:28 +0700, ░▒▓