[squid-users] SQUID / transparent proxying

2013-05-10 Thread Warner Moore
I've been using SQUID for years to terminate inbound client connections to externally facing web sites. With SQUID 2.6, I specified transparent in the https_port, setup some acls, and it worked seamlessly. I have been trying to get a similar configuration working with SQUID 3.3. Changing the 't

[squid-users] Re: Re: Re: Re: Re: Memory error with squid 3.3.4 and kerberos authentication

2013-05-10 Thread Markus Moeller
Hi Carlos, Yes you are right. I need to add dp = xstrdup(rfc1738_escape(domain)); after domain = xstrdup(margs.ddomain); Markus "Carlos Defoe" wrote in message news:cahshsyvuqa4a7uzkrotyd1i8t4cd3wwdruzzgzgr69_vfhx...@mail.gmail.com... Now I can only access it on monday... But looki

Re: [squid-users] Re: Re: Re: Re: Memory error with squid 3.3.4 and kerberos authentication

2013-05-10 Thread Carlos Defoe
Now I can only access it on monday... But looking at the code, i think this "dp" that's logged here is not setted. This will be reached if a username has not a '@'. if (!domain && margs.ddomain) { domain = xstrdup(margs.ddomain); if (debug_enabled) debug((c

Re: [squid-users] Pre-populating web cache?

2013-05-10 Thread Yang Zhang
On Fri, May 10, 2013 at 6:30 AM, Amos Jeffries wrote: > On 10/05/2013 2:41 p.m., Yang Zhang wrote: >> >> I have a database of HTTP requests and responses which I'd like to >> "import" into Squid so it can serve from this cache. Is there any >> documentation/resources describing the data organizat

Re: [squid-users] Pre-populating web cache?

2013-05-10 Thread Yang Zhang
On Fri, May 10, 2013 at 12:06 PM, Carlos Defoe wrote: > How does it look a database of queries and responses? You mean, you > have the html, imgs and all the linked stuff stored on disk? These are actually just JSON API requests/responses, so there is no html/images/etc.

[squid-users] Rate limiting for certain servers

2013-05-10 Thread Yang Zhang
Can I throttle the request rate to a certain set of servers? I came across this but it seems to only be for throttling specific clients: http://wiki.squid-cache.org/Features/DelayPools (The server is an API and we'd like to respect its rate limit among requests from our various client processes.

Re: [squid-users] Pre-populating web cache?

2013-05-10 Thread Carlos Defoe
How does it look a database of queries and responses? You mean, you have the html, imgs and all the linked stuff stored on disk? On Fri, May 10, 2013 at 10:30 AM, Amos Jeffries wrote: > On 10/05/2013 2:41 p.m., Yang Zhang wrote: >> >> I have a database of HTTP requests and responses which I'd lik

[squid-users] Re: Re: Re: Re: Memory error with squid 3.3.4 and kerberos authentication

2013-05-10 Thread Markus Moeller
Hi Carlos, Could you run ext_kerberos_ldap_group_acl with -d and sent me the whole output please ? It looks like a variable has not been freed and set to NULL, but I can't see it in the code. Thank you Markus "Carlos Defoe" wrote in message news:CAHsHsyvWT_AT4ZHFQ8Kv1QfPQeiKG1xzVLazZDY

[squid-users] Like HipHop and Squid Proxy? Ok, why not have both.

2013-05-10 Thread Squidblacklist
I know this is a bit off topic but what the heck, heres some hiphop for squid users. A kid on twitter sent me this link asking me to listen to it, he says squid so much in his raps, Ive taken to it while working on my squid box. Album here. I think any squid fanatic whos also open to hip hop would

Re: [squid-users] Re: Re: Re: Memory error with squid 3.3.4 and kerberos authentication

2013-05-10 Thread Carlos Defoe
Markus, I tested a few times, and looks like the error occurs when one first time i pass the "testu...@my.domain.com" to ext_kerberos_ldap_group_acl, and then, following, i pass one simple username, like "testuser". That second time comes with the error, and the "Domain:" part of the log comes wit

Re: [squid-users] Content Encoding Error

2013-05-10 Thread Helmut Hullen
Hallo, Cacook, Du meintest am 10.05.13: >> What tells >> >> grep log /squid.conf >> >> about the logging directives? > The only line uncommented: > logfile_rotate 2 And nothing like access_log stdio:/var/log/squid3/access.log Strange. > Hm, it appears that squid has built-in

RE: [squid-users] FTP

2013-05-10 Thread Jason Staudenmayer
> -Original Message- > From: cac...@quantum-sci.com [mailto:cac...@quantum-sci.com] > Sent: Friday, May 10, 2013 11:08 AM > To: squid-users@squid-cache.org > Subject: Re: [squid-users] FTP > > > Wow, even FTP works again. > > Can anyone recommend a secure FTP addon for Firefox? Rathe

Re: [squid-users] FTP

2013-05-10 Thread CACook
Wow, even FTP works again. Can anyone recommend a secure FTP addon for Firefox? Rather than just having an HTML FTP listing I'd like it to automatically be an FTP client with drag and drop, bulk copy/move, etc.

Re: [squid-users] Content Encoding Error

2013-05-10 Thread CACook
Ah yes, the logrotate path was wrong. Fixed it now. On Friday, May 10, 2013 07:06:00 AM Helmut Hullen wrote: > What tells > > squid -v > > about "sysconfdir" (where "squid.conf" is found) and about "with- > logdir"? --sysconfdir=/etc/squid3 --with-logdir=/var/log/squid3 > What tel

Re: [squid-users] Content Encoding Error

2013-05-10 Thread Helmut Hullen
Hallo, Cacook, Du meintest am 10.05.13: >> If you like we'd probably get that sorted. I'm thinking its a >> permissions issue in the logs directory, overflowing logs due to log >> rotation errors (ALL,3 can output a lot of data and get into a bit >> of trouble getting past 2 or 4 GB). > OK I've

Re: [squid-users] Content Encoding Error

2013-05-10 Thread Amos Jeffries
On 11/05/2013 1:34 a.m., cac...@quantum-sci.com wrote: On Friday, May 10, 2013 06:17:10 AM Amos Jeffries wrote: If you like we'd probably get that sorted. I'm thinking its a permissions issue in the logs directory, overflowing logs due to log rotation errors (ALL,3 can output a lot of data and g

Re: [squid-users] logging issues

2013-05-10 Thread Amos Jeffries
On 9/05/2013 12:27 a.m., Mr J Potter wrote: Works for me! A few notes for anyone who needs them below. And some extra notes in case anyone tries to use them ;-) Thanks again everyone. Jim UK Issues/gotchas: It doesn't work behind parent proxies. Well, it requires the parent proxy to be S

Re: [squid-users] Content Encoding Error

2013-05-10 Thread CACook
On Friday, May 10, 2013 06:17:10 AM Amos Jeffries wrote: > If you like we'd probably get that sorted. I'm thinking its a > permissions issue in the logs directory, overflowing logs due to log > rotation errors (ALL,3 can output a lot of data and get into a bit of > trouble getting past 2 or 4 GB

Re: [squid-users] Pre-populating web cache?

2013-05-10 Thread Amos Jeffries
On 10/05/2013 2:41 p.m., Yang Zhang wrote: I have a database of HTTP requests and responses which I'd like to "import" into Squid so it can serve from this cache. Is there any documentation/resources describing the data organization/layout of a Squid cache directory, plus any gotchas/pitfalls I

Re: [squid-users] ftp directory listing fails for win7/ie8

2013-05-10 Thread Amos Jeffries
On 10/05/2013 4:10 p.m., Brett Lymn wrote: I am using squid v3.3.2 and have found that ftp directory listings don't seem to be working for windows 7 with IE 8 but they work fine with firefox. When using IE 8 and visiting the url ftp://ftp.netbsd.org/ our parent proxy returns a ERR_DIR_LISTING er

Re: [squid-users] Content Encoding Error

2013-05-10 Thread Amos Jeffries
On 11/05/2013 12:58 a.m., cac...@quantum-sci.com wrote: On Thursday, May 09, 2013 09:18:53 PM Amos Jeffries wrote: On 10/05/2013 2:24 a.m., cac...@quantum-sci.com wrote: OK I guess I have to ditch Squid. I can't live with this. Well, if you cant or dont want to supply the information needed

Re: [squid-users] Content Encoding Error

2013-05-10 Thread CACook
On Thursday, May 09, 2013 09:18:53 PM Amos Jeffries wrote: > On 10/05/2013 2:24 a.m., cac...@quantum-sci.com wrote: > > OK I guess I have to ditch Squid. I can't live with this. > > > > Well, if you cant or dont want to supply the information needed to help > there is very little help possible.