Hi,
Any time line for the 3.1.19 release, or any beta releases :-)
Thanks and regards,
Justin
-Original Message-
From: Amos Jeffries [mailto:squ...@treenet.co.nz]
Sent: Friday, December 09, 2011 7:23 PM
To: squid-users@squid-cache.org
Subject: Re: [squid-users] Problem compiling Squid
On 12/01/2012 1:18 a.m., Muhammet Can wrote:
Hi all,
I have been trying to get squid running with kerberos auth for a few
days but I'm in some trouble. The problem has been asked and replied
many times on both the squid-users list and on the web, I have read
them all, and tried to solve the prob
On 12.01.2012 14:32, berry guru wrote:
That is an awesome command to know! I definitely need to remember
that command. Here is my cleaned up configuration -
auth_param basic program /usr/lib/squid/ldap_auth -R -b
"dc=cyberdyne,dc=local" -D
"cn=Administrator,cn=users,dc=cyberdyne,dc=local" -w "
That is an awesome command to know! I definitely need to remember
that command. Here is my cleaned up configuration -
auth_param basic program /usr/lib/squid/ldap_auth -R -b
"dc=cyberdyne,dc=local" -D
"cn=Administrator,cn=users,dc=cyberdyne,dc=local" -w "passwordhere" -f
sAMAccountName=%s -h 192
> My configuration shown below -
To make it easier to view, can you please run this command to remove
the spaces and comments.
grep -v -e '^$' -e '#' /etc/squid/squid.conf
> I came across this configuration online, but it still doesn't work. I
> really thought I would of had it on this one, but still not go.
>
> acl lan src 192.168.1.0/25
> acl Intranet dstdomain intranet.int
> acl lan-intranet dst 192.168.2.2
> http_access allow lan
> http_access allow Intranet
> h
On 12.01.2012 12:49, Momen, Mazdak wrote:
Thanks, looking into it though I think I'm limited by the way I can
set up ACLs. Here is what I'm trying to filter:
1326325020.543 0 *.*.*.* NONE/400 3502 GET / - NONE/- text/html
The starred IP, is the same for every request (all requests pass
thr
On 12.01.2012 04:25, Andreas Schulz wrote:
Hi folks,
we have a very special problem with our proxy environment. It
concerns
only ONE uri http://www.mediaassetbox.com/client/escada. Other uris
are
working properly.
Unfortunately this is a very bad uri because it works only with
flash.
Nevert
Thanks, looking into it though I think I'm limited by the way I can set up
ACLs. Here is what I'm trying to filter:
1326325020.543 0 *.*.*.* NONE/400 3502 GET / - NONE/- text/html
The starred IP, is the same for every request (all requests pass through a load
balancer). I don't want filter
I came across this configuration online, but it still doesn't work. I
really thought I would of had it on this one, but still not go.
acl lan src 192.168.1.0/25
acl Intranet dstdomain intranet.int
acl lan-intranet dst 192.168.2.2
http_access allow lan
http_access allow Intranet
http_access allow
On 12.01.2012 09:30, Momen, Mazdak wrote:
We have a couple of common requests we would like to not have logged
in our access.log file to save space. Is there a way to filter the
access.log through the squid.conf?
Several ways:
* using ACL on the individual log output:
http://www.squid-cache.
On 12.01.2012 02:28, kimi ge wrote:
Hi Amos,
Really appreciate your help.
I did changes with your sugguestion.
Some debug logs are here:
2012/01/11 13:21:58.167| The request GET
http://ids-ams.elabs.eds.com/
is ALLOWED, because it matched 'origin_servers'
2012/01/11 13:21:58.168| client_si
On 12.01.2012 09:07, Joshua Brown wrote:
Greetings,
I am looking for a list stating the supported vs. unsupported version
of Squid, i.e., which versions of Squid are no longer receiving bug
fixes or updates. Can anyone provide that information or a link to
such a list?
Thanks!
jmb
The Squid
We have a couple of common requests we would like to not have logged in our
access.log file to save space. Is there a way to filter the access.log through
the squid.conf?
Greetings,
I am looking for a list stating the supported vs. unsupported version of Squid,
i.e., which versions of Squid are no longer receiving bug fixes or updates. Can
anyone provide that information or a link to such a list?
Thanks!
jmb
I wanted to test something, but not quite sure how to do it. I want
to see if my Intranet users can authenticate when they go to
'companyname-intranet' and are prompted for a login. When I enable
the proxy I'm unable to login to the Intranet, but when I disable the
proxy I can login. So I'm thin
Post the rest of the .conf to see the ACL and http_access, until there
I see everything fine !!
On Wed, Jan 11, 2012 at 1:43 PM, berry guru wrote:
> Thanks for the response Carlos! So I've copied and pasted the part of
> the configuration I modified. Let me know if I should post all the
> confi
Thanks for the response Carlos! So I've copied and pasted the part of
the configuration I modified. Let me know if I should post all the
config. I'm running Squid 2.7
auth_param basic program /usr/lib/squid/ldap_auth -R -b
"dc=cyberdyne,dc=local" -D
"cn=Administrator,cn=Users,dc=cyberdyne,dc=lo
With that tutorial from papercut I just configure my LDAP auth and
everything work great, post you .conf and the version of squid.
On Wed, Jan 11, 2012 at 1:30 PM, berry guru wrote:
> first s
I used the following tutorial online to configure Squid to
authenticate with AD, but I still can't get this working. As most
have seen, I also used a tutorial written by one of our mailing list
members and that didn't work. Are others having this much trouble
getting Squid to authenticate with th
- Mail original -
> De: "Alex Crow"
> À: squid-users@squid-cache.org
> Envoyé: Dimanche 8 Janvier 2012 20:04:46
> Objet: [squid-users] Delay pools and ICAP issue in 3.2
>
> Hi Amos, all,
>
> I continue testing 3.2 as promised after a brief hiatus (XP clients,
> NTLM auth, external ACLs o
- Mail original -
> De: "Amos Jeffries"
> À: squid-users@squid-cache.org
> Envoyé: Mercredi 11 Janvier 2012 11:45:33
> Objet: Re: [squid-users] Silly warning about over disk limits
>
> On 11/01/2012 11:24 p.m., alex sharaz wrote:
> > Getting the following on my 3.2...79 snapshot:-
> >
>
Hi folks,
we have a very special problem with our proxy environment. It concerns
only ONE uri http://www.mediaassetbox.com/client/escada. Other uris are
working properly.
Unfortunately this is a very bad uri because it works only with flash.
Nevertheless our customer is working with it and we hav
Hi Amos,
Really appreciate your help.
I did changes with your sugguestion.
Some debug logs are here:
2012/01/11 13:21:58.167| The request GET http://ids-ams.elabs.eds.com/
is ALLOWED, because it matched 'origin_servers'
2012/01/11 13:21:58.168| client_side_request.cc(547)
clientAccessCheck2: N
On 11/01/2012 8:46 p.m., kimi ge(巍俊葛) wrote:
Thanks Amos.
I did the lynx test on back-end web site on squid system like this:
sudo lynx http://wtestsm1.asiapacific.hpqcorp.net
First, it show the message:
Alert!: Invalid header 'WWW-Authenticate: NTLM'
Then it show the following message.
Show t
Hi all,
I have been trying to get squid running with kerberos auth for a few
days but I'm in some trouble. The problem has been asked and replied
many times on both the squid-users list and on the web, I have read
them all, and tried to solve the problem. But still no luck.
Here is some of my log
On 11/01/2012 11:24 p.m., alex sharaz wrote:
Getting the following on my 3.2...79 snapshot:-
2012/01/11 10:18:30 kid2| NETDB state saved; 142 entries, 135 msec
2012/01/11 10:18:39 kid1| WARNING: Disk space over limit:
5258011484356608.00 KB > 1048576 KB
2012/01/11 10:18:50 kid1| WARNING: Disk
I had this too. But with a 3.1.18 in a production server (under solaris).
2012/01/10 10:11:54| WARNING: Disk space over limit: 1644356946 KB > 5120 KB
Sometimes the server hands and it seems to me that these are related but I haven't yet enough data
to say anything. I was just waiting more
On 11/01/2012 10:58 p.m., alex sharaz wrote:
Not a squid query but I was under the impression that I should receive
emails from the squid list having subscribed to it. At the moment the
only way I can see if anyone has replied to a posting is to use a
browser to look at the mail archive . who w
Getting the following on my 3.2...79 snapshot:-
2012/01/11 10:18:30 kid2| NETDB state saved; 142 entries, 135 msec
2012/01/11 10:18:39 kid1| WARNING: Disk space over limit:
5258011484356608.00 KB > 1048576 KB
2012/01/11 10:18:50 kid1| WARNING: Disk space over limit:
5258011484356608.00 KB >
Not a squid query but I was under the impression that I should receive
emails from the squid list having subscribed to it. At the moment the
only way I can see if anyone has replied to a posting is to use a
browser to look at the mail archive . who would I report this to?
rgds
Alex
Hi,
I tried
debug_options 9,9 and the first process performed is anonymous login
(not user / password if exists). User / password are used after if
anonymous authentication failed. If ftp site used both Anonymous and
User/ password and anonymous connection is ok, User /password
authentication
Hi,
Look at this bug:
http://bugs.squid-cache.org/show_bug.cgi?id=3141
Likely it's the same problem.
I hope that it will be fixed in the incoming 3.2.
Regards
Guido Serassio
Acme Consulting S.r.l.
Microsoft Silver Certified Partner
VMware Professional Partner
Via Lucia Savarino, 1
33 matches
Mail list logo