[squid-users] access.log issues with squid 3.2.0.15

2012-03-06 Thread YJZ
I had "access_log stdio:/Applications/oss/logs/access.log squid" which worked fine. Today, I switched to: logformat customfmt %tl access_log stdio:/Applications/oss/logs/access-customfmt.log customfmt based on the suggestion in http://squid-web-proxy-cache.1019090.n4.nabble.com/Date-time-form

Re: [squid-users] enabling X-Authenticated-user

2012-03-06 Thread Brett Lymn
On Wed, Mar 07, 2012 at 03:44:23PM +1300, Amos Jeffries wrote: > > cache_peer option of "login=PASS", with the external_acl_type helper > returning values in both user= and password= parameters. > OK, I must be doing something dumb. I have the following in the config: cache_peer upstream.pare

Re: [squid-users] enabling X-Authenticated-user

2012-03-06 Thread Amos Jeffries
On 07.03.2012 15:44, Amos Jeffries wrote: On 07.03.2012 14:23, Brett Lymn wrote: Following up on myself... On Fri, Mar 02, 2012 at 01:59:27PM +1030, Brett Lymn wrote: At the moment I am looking at setting up a LDAP proxy for the upstream to query and then use login=*:password in squid. This

Re: [squid-users] enabling X-Authenticated-user

2012-03-06 Thread Amos Jeffries
On 07.03.2012 14:23, Brett Lymn wrote: Following up on myself... On Fri, Mar 02, 2012 at 01:59:27PM +1030, Brett Lymn wrote: At the moment I am looking at setting up a LDAP proxy for the upstream to query and then use login=*:password in squid. This should allow me to make the upstream prox

Re: AW: [squid-users] Exchange WebServices

2012-03-06 Thread Amos Jeffries
On 07.03.2012 11:50, Fuchs, Martin wrote: Hi, Amos ! ... ignore_expect_100 could be the reason. Exchange tries to use Expect:100-continue feature sometimes. Your browser may be timing out before it sends POST'd data. Although that said, the above POST look to be part of an NTLM handshake and

Re: [squid-users] enabling X-Authenticated-user

2012-03-06 Thread Brett Lymn
Following up on myself... On Fri, Mar 02, 2012 at 01:59:27PM +1030, Brett Lymn wrote: > > At the moment I am looking at setting up a LDAP proxy for the upstream > to query and then use login=*:password in squid. This should allow me > to make the upstream proxy believe it is authenticating so t

AW: [squid-users] Exchange WebServices

2012-03-06 Thread Fuchs, Martin
Hi, Amos ! ... >ignore_expect_100 could be the reason. Exchange tries to use >Expect:100-continue feature sometimes. Your browser may be timing out before >it sends POST'd data. Without ignore_expect_100 we get 1331073616.344 0 207.46.14.62 NONE/417 4157 POST https://g1.xxx.de/EWS/Exchan

Re: [squid-users] transparent proxy in squid3

2012-03-06 Thread Amos Jeffries
On 07.03.2012 11:00, pplive wrote: Dear Amos, Finally I have solved the problem! The thing is, when I redirect the http.alt packet from the switch, I need to modify the dst mac address as the mac address of the squid3 machine. After doing this, a simple command works as follows: yeung@nodec1:

Re: [squid-users] transparent proxy in squid3

2012-03-06 Thread pplive
Dear Amos, Finally I have solved the problem! The thing is, when I redirect the http.alt packet from the switch, I need to modify the dst mac address as the mac address of the squid3 machine. After doing this, a simple command works as follows: yeung@nodec1:/var/log/squid3$ sudo iptables -t nat

Re: [squid-users] Exchange WebServices

2012-03-06 Thread Who Me
Does anyone use Exchange-WebServices with squid ? > > >We have it up and running with squid 3.1.19 under freebsd with the following >config-options, but it takes very long to establish the first connection. >When directly natting ews it's much faster. > > > > >https_port xxx.xxx.xxx.xxx:443 acce

Re: [squid-users] Exchange WebServices

2012-03-06 Thread Amos Jeffries
On 7/03/2012 6:27 a.m., Fuchs, Martin wrote: Hi ! Does anyone use Exchange-WebServices with squid ? We have it up and running with squid 3.1.19 under freebsd with the following config-options, but it takes very long to establish the first connection. When directly natting ews it's much faster.

Re: [squid-users] Well known compile problem with squid_curtime - Squid 3.1.18

2012-03-06 Thread Amos Jeffries
On 7/03/2012 1:14 a.m., Marcin Jarzab wrote: Hello, Paltform: Ubuntu 11.10 x64 Squid 3.1.18 with configure opts: ERROR: /bin/bash ../../libtool --tag=CXX --mode=link g++ -I/usr/include/libxml2 -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -fhuge-objects -D_REENTRANT -m64 -g -O

Re: [squid-users] Allow normal user to run squid reconfigure command

2012-03-06 Thread Sebastian Muniz
On 3/6/2012 11:11 AM, Maqsood Ahmad wrote: Hi All, Can some body please help , i want to allow a normal user to change a single file in /usr/local/squid/etc/timebaseallow and then run squid -k recon and squid -k parse. How can i do this. currently my squid process is running as root.

[squid-users] Exchange WebServices

2012-03-06 Thread Fuchs, Martin
Hi ! Does anyone use Exchange-WebServices with squid ? We have it up and running with squid 3.1.19 under freebsd with the following config-options, but it takes very long to establish the first connection. When directly natting ews it's much faster. https_port xxx.xxx.xxx.xxx:443 accel cert=/u

Re: [squid-users] configure: error: cannot compute sizeof (int8_t)

2012-03-06 Thread Alexander Busam
Alexander Busam schrieb: Hello! I tried to compile the latest squid release (3.1.19) on OpenSuse 10.3 64-bit. When I execute ./configure I get an error as you can see in the uploaded config.log at http://pastebin.de/23968 (search there for config.log). Is this a bug in the configure-scrip

[squid-users] Allow normal user to run squid reconfigure command

2012-03-06 Thread Maqsood Ahmad
 Hi All,  Can some body please help , i want to allow a normal user to change a single file in /usr/local/squid/etc/timebaseallow and then run squid -k recon and squid -k parse.  How can i do this. currently my squid process is running as root.  Merrymax

[squid-users] configure: error: cannot compute sizeof (int8_t)

2012-03-06 Thread Alexander Busam
Hello! I tried to compile the latest squid release (3.1.19) on OpenSuse 10.3 64-bit. When I execute ./configure I get an error as you can see in the uploaded config.log at http://pastebin.de/23968 (search there for config.log). Is this a bug in the configure-script ? What can I do ? Alex

[squid-users] Which squid rule blocking the traffic

2012-03-06 Thread Muhammad Yousuf Khan
i made few rules in my squid file and i want to check which rule is currently blocking the traffic. like ISA server has the monitoring option, in which if packet denies then ISA shows which rule is denying the traffic and same in allow condition. Thanks,

Re: [squid-users] Re: squid with squidguard issue

2012-03-06 Thread Muhammad Yousuf Khan
Thanks all, i tried them both solution that you guys have suggested and i found the blocklist file name suggestion more easier then squidguard i am still unable to configure squidguard. :( by the way i already got the basic understanding about squid and i was already thinking of the same solution.

[squid-users] Well known compile problem with squid_curtime - Squid 3.1.18

2012-03-06 Thread Marcin Jarzab
Hello, Paltform: Ubuntu 11.10 x64 Squid 3.1.18 with configure opts: ./configure \ --prefix=/usr \ --program-suffix=custom \ --includedir=${prefix}/include \ --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=${prefix}/lib/squid3

Re: [squid-users] Roadmap Squid 3.2

2012-03-06 Thread FredB
http://www.squid-cache.org/Versions/v3/3.HEAD/ + http://bugs.squid-cache.org/attachment.cgi?id=2640&action=diff is the most stable About rock store, for me, it's not yet ready for production. The first benefit is the cache disk sharing, without rock the squid's process (workers) are independen