Hi Andy,
Ya, perfect, the error wasn't explicit (for me), but yes, I was using
headers for Berkeley 3.x, updated to 5.3 headers and perfect!
Thanks,
On 2013-03-03 21:37, Andrew Beverley wrote:
On Sun, 2013-03-03 at 14:38 +0000, Jorge Bastos wrote:
Howdy, When trying to compile l
Howdy,
When trying to compile latest 3.3.0.2 I have he below information, also
tried other versions like 3.2.8 and some problem.
Is this a library that need to be updated?
Thanks in advanced,
Jorge,
---
make[3]: Entering directory
`/usr/local/src/squid/squid-3.3.2-20130303-r12509/helpers/ext
Hi Amos,
> Start with figuring out which server is failing. Your Squid access.log
> entry for the request should contain the IP address of the server which
> was contacted to fetch the response.
>
> Read Error means the connection got setup at the TCP level but then no
> data packets for that co
:50:55 GMT by localhost (squid/3.1.18)
---
Squid is action as transparent-proxy: http_port 192.168.1.1:8080 intercept
How could I debug this?
Thanks in advanced,
Jorge Bastos,
php index.html On Tue, Oct
11, 2011 at 2:20 PM, Jorge Bastos wrote:
Howdy, I'd like to do something that I don't know if that's
possible somehow. I have squid configured as transparent, and I'd
like to add on everypage that the user visits, information on the
top of the pages,
on the free hosting they provide.
Thanks in advanced,
Jorge Bastos,
Howdy,
I've been checking the time condition but I didn't found what I need to,
and also don't know if that's possible.
I'd like to setup an ACL to block facebook.com, and allow a timeout of 300
seconds per day, on working days.
I saw that with the time condition I specify to run only on working
Howdy people,
I cannot view a WebPage via squid, I think (but not sure) that it doesn't
use any other port than the HTTP default.
Can you check the possible reason? If a squid problem or the page that
uses something else than HTTP?
The link is:
http://ww1.rtp.pt/blogs/programas/jornaldatarde/?2-
Howdy,
For the 1st time something like this happened to me.
What can be this failures? I mean, what type of failures?
Jorge,
--
Aug 11 12:57:01 cisne squid[28669]: Squid Parent: child process 9216 exited
due to signal 6
Aug 11 12:57:04 cisne squid[28669]: Squid Parent: child process 9448
> Concerns?
> 1) transparent interception == man-in-middle attack.
> 2) private details of clients are opened to you and anyone who gets
> access to the middle machine.
> 3) clients may be made aware by the security systems involved that you
> are attacking them.
>
> The only semi-legitimate a
> From: Amos Jeffries [mailto:squ...@treenet.co.nz]
> Sent: domingo, 26 de Abril de 2009 1:56
> To: Jorge Bastos
> Cc: squid-users@squid-cache.org
> Subject: Re: [squid-users] Squid on transparent proxy for 443 request
>
> Jorge Bastos wrote:
> > Hi there,
> > What are
Hi there,
What are the concerns that I need to have to make squid act as a transrent
proxy on port 443?
I need to catch the data that is being sent from a website that works under
https, is it possible? Data
Right now I only use it for standard port 80.
> It's only a plague if you are not billing clients for their bandwidth
> usage :)
>
> http://wiki.squid-cache.org/ConfigExamples/Chat
>
> If you know of other clients that go through Squid and can be
> identified, please let me know what and how the ID is done.
Hi Amos,
For MSN case and it's we
Hi guys,
I'm starting to investigate on how to block a plague, that is the web
messengers.
There's every day more web messengers available, and it's almost impossible
to be adding then as a iptables rule to block them, or in Squid.
Is there a way to block this in squid, that all get blocked?
Jorg
> Whoops. Try...
>
> external_acl_type session ttl=14400 negative_ttl=0 children=1
> concurrency=200 %SRC /usr/lib/squid3/squid_session -t 14400
Well, seems to be working fine now :)
The only problem is that I get a "access denied" on every first access on
each machine.
My conf:
external_acl_ty
> Damn! :)
> What can i do? If i write to the squid_session, will he answer? I saw
> sometimes that he post here on the list.
I mean, write to the squid_session creator, Henrik
> > Well, I was doing some search and didn't find any tools for this.
> > Where to start?
> >
>
> Past my knowledge level now. :)
>
> Amos
Damn! :)
What can i do? If i write to the squid_session, will he answer? I saw
sometimes that he post here on the list.
> Great!, now that works perfectly! And all sites entered are redirecting
> me
> first to the page I specified.
> Now I need to understand a few things and symptoms.
> When I open a browser window, I digit http://kernel.org, and I get
> redirected to http://1.1.1../inicial.php, and then I click the
> acl A dstdomain 195.23.114.74
> acl B urlpath_regex /inicial.php
>
> http_access allow A B
> http_access deny !session
Great!, now that works perfectly! And all sites entered are redirecting me
first to the page I specified.
Now I need to understand a few things and symptoms.
When I open a brow
> That passes a 302:http://195.23.114.74/inicial.php?url=... back to the
> client.
>
> If the client then requests from Squid:
>http://195.23.114.74/inicial.php?url=...
>
> and if squid is not configured to unconditionally accept the
> "http://195.23.114.74/inicial.php"; requests this will r
> Try this:
>
>echo rawurldecode($_GET['url']);
>
>
> Its a little weird that the redirect URL is being added as the sub-URI.
> Are you sure your http_access are permitting access to the splash URI
> before checking the session handler?
>
> Amos
Hi Amos,
Well, the rawurldecode() returned
Chris,
I was doing some tests to see the value that is passed by the %s variable,
and the value that goes to the output is:
---
http://195.23.114.74/inicial.php?url=http%3A%2F%2F195.23.114.74%2Finicial.ph
p%3Furl%3Dhttp%253A%252F%252F195.23.114.74%252Finicial.php%253Furl%253Dhttp%
25253A%25252F%25
> Hi Chris,
> Well yes, I was very confused why was it complaining about AUTH, and in
> the
> squid_session manpage where's nothing that mentions %URI didn't touch
> that.
>
> So far it seems to working good, I'm being redirected to the page I
> specified, now I'm going to create the page to read
> This should probably read...
>
> external_acl_type session ttl=14400 negative_ttl=0 children=1
> concurrency=200 %URI /usr/lib/squid3/squid_session
>
> since you are intending to "remember" the original URI requested.
> Using %LOGIN in an external_acl_type declaration implies you are using
> Ops!
> Forgive me Chris,
> There's the squid_session on debian too, didn't saw it, sorry.
> I now need a bit of help on the webpage with this parameters:
> ---
> deny_info http://your.server/bannerpage?url=%s session
>
>Then set up http://your.server/bannerpage to display a
> session
> Jorge Bastos wrote:
> > Chris,
> > Where can I find the documentation for this helper?
> > I'm surfing squid's page and don't see it :S or am I blind?
> >
> > Jorge,
>
> There is a man page included with the Squid source. Under th
> > There is a man page included with the Squid source. Under the source
> > directory it's helpers/external_acl/session/squid_session.8
> >
> > Chris
>
> Chris,
> Well I was looking at it right now.
> And, I think I have another problem, I use the Debian Packages, so, can
> o
> compile this fro
> > There is a man page included with the Squid source. Under the source
> > directory it's helpers/external_acl/session/squid_session.8
> >
> > Chris
>
> Chris,
> Well I was looking at it right now.
> And, I think I have another problem, I use the Debian Packages, so, can
> o
> compile this from
>
> There is a man page included with the Squid source. Under the source
> directory it's helpers/external_acl/session/squid_session.8
>
> Chris
Chris,
Well I was looking at it right now.
And, I think I have another problem, I use the Debian Packages, so, can o
compile this from source and copy
Chris,
Where can I find the documentation for this helper?
I'm surfing squid's page and don't see it :S or am I blind?
Jorge,
> -Original Message-----
> From: Jorge Bastos [mailto:mysql.jo...@decimal.pt]
> Sent: quinta-feira, 9 de Abril de 2009 21:37
> To: crob
06
> To: squid-users@squid-cache.org
> Subject: Re: [squid-users] Initial webpage before surfing on squid
>
> Jorge Bastos wrote:
> > Hi there people,
> >
> > I need to do a special setup, that I need help on it.
> > What I need to be done is, when the user open
Hi there people,
I need to do a special setup, that I need help on it.
What I need to be done is, when the user open's its browser, on the first
access, whether it's the homepage, or the user entering an website, I want
to show them a webpage with info, and below give them an "continue surfing"
li
Perfect,
Working!
Thanks,
> -Original Message-
> From: Amos Jeffries [mailto:squ...@treenet.co.nz]
> Sent: segunda-feira, 23 de Março de 2009 11:31
> To: Jorge Bastos
> Cc: crobert...@gci.net; squid-users@squid-cache.org
> Subject: Re: [squid-users] WebSite Access
Amos,
So in squid for now, to access the website directly will be:
--
acl broken dstdomain www.interponto.com
request_header_access Accept-Encoding deny broken
--
Correct?
> -Original Message-
> From: Jorge Bastos [mailto:mysql.jo...@decimal.pt]
> Sent: segunda-feira, 23 de
Going to check Amos,
Thanks, if I need something else I'll let you guys know.
Jorge,
> -Original Message-
> From: Amos Jeffries [mailto:squ...@treenet.co.nz]
> Sent: domingo, 22 de Março de 2009 23:37
> To: Jorge Bastos
> Cc: crobert...@gci.net; squid-users@squid-cac
> to the site with a statically assigned window size (ip route add
> 83.240.222.162/32 via $GATEWAY window 65535). If disabling window
No good.
Well, FF3 complains about this:
---
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid
or unsupported form
cisne:~# sysctl net.ipv4.tcp_window_scaling=0
error: 'net.ipv4.tcp_window_scaling=0' is an unknown key
cisne:~#
> -Original Message-
> From: Michael Spiegle [mailto:m...@nauticaltech.com]
> Sent: sexta-feira, 20 de Março de 2009 23:05
> To: Jorge Bastos
> Cc:
n the local network.
> -Original Message-
> From: crobert...@gci.net [mailto:crobert...@gci.net]
> Sent: sexta-feira, 20 de Março de 2009 20:53
> To: squid-users@squid-cache.org
> Subject: Re: [squid-users] WebSite Access Problem
>
> Jorge Bastos wrote:
> >>
> Squid 2.7STABLE6. Firefox 3.0.7 on Windows XP. Works fine for me.
>
> Check http://wiki.squid-cache.org/KnowledgeBase/BrokenWindowSize
>
> Chris
Well it doesn't for me.
Either IE or FF.
:(
Using direct connection it works.
m
connection through squid?
> -Original Message-
> From: John Doe [mailto:jd...@yahoo.com]
> Sent: sexta-feira, 20 de Março de 2009 16:19
> To: squid-users@squid-cache.org
> Subject: Re: [squid-users] WebSite Access Problem
>
>
> From: Jorge Bastos
> > W
Hi people,
When I try to access:
http://www.interponto.com/
Using "3.0.STABLE13-1" on Debian SID
I get a blank page on IE or FF, if I try to see what's on the code, I have:
--
--
What can be the problem? Squid or the website?
Accessing without Squid, it works fine, that tell's me that is
Forgot to say, you'll need one more disk
> -Original Message-
> From: Chris Nighswonger [mailto:[EMAIL PROTECTED]
> Sent: quarta-feira, 24 de Setembro de 2008 18:18
> To: Squid Users
> Subject: [squid-users] HDD Configuration Recommendations
>
> Hi all,
> I'm preparing to move my squid
I advice a RAID5, wheter it's soft or hardware raid.
> -Original Message-
> From: Chris Nighswonger [mailto:[EMAIL PROTECTED]
> Sent: quarta-feira, 24 de Setembro de 2008 18:18
> To: Squid Users
> Subject: [squid-users] HDD Configuration Recommendations
>
> Hi all,
> I'm preparing to m
sexta-feira, 19 de Setembro de 2008 0:09
> To: Jorge Bastos
> Cc: 'ML squid'
> Subject: Re: [squid-users] Response on non-existing dns name
>
>
> ERR_DNS_FAIL
>
> it's already there in your errors directory
>
> but that wont work if
Hi,
I'd like to show users a custom page when they type a domain that is
non-existent, is this possible?
Thanks in advanced,
Jorge
Olá Nuno :P
As a transparent proxy it apply's the ACL, I have it working for example to
block MSN using an ACL, and other stuff.
In fact I never used squid in other way than as a transparent proxy and it
always worked.
> -Original Message-
> From: Nuno Silva [mailto:[EMAIL PROTECTED]
> S
ulho de 2008 6:11
> To: Leonardo Rodrigues Magalhães
> Cc: ML squid
> Subject: Re: [squid-users] ACL named "all"
>
> Leonardo Rodrigues Magalhães wrote:
> >
> >
> > Jorge Bastos escreveu:
> >> Hi people,
> >>
> >> Since first 3.0
Hi people,
Since first 3.0 version i've noticed this:
2008/07/25 21:56:24| WARNING: '0.0.0.0/0.0.0.0' is a subnetwork of
'192.168.1.0/255.255.255.0'
2008/07/25 21:56:24| WARNING: because of this '192.168.1.0/255.255.255.0' is
ignored to keep splay tree searching predictable
2008/07/25 21:56:24| WA
For example for my local network 192.168.1.0/24
acl all_cache src 192.168.1.0/24
no_cache deny all_cache
> -Original Message-
> From: Tiago Durante [mailto:[EMAIL PROTECTED]
> Sent: segunda-feira, 28 de Abril de 2008 15:37
> To: squid-users@squid-cache.org
> Subject: [squid-users] NO_CA
Thanks you all guys, but i founded a better solution, DNSMasq feature
"alias" that does this:
---
alias=195.23.123.71,192.168.1.221
---
> -Original Message-
> From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
> Sent: terça-feira, 22 de Abril de 2008 23:23
> To:
An option, but good, i'd had to do that for each new site and for the
hundred already installed.
No other way? There's no DNS server that can do this?
> -Original Message-
> From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
> Sent: terça-feira, 22 de Abril de 2008 16:56
Hi,
I use Squid as a transparent proxy/interceptor and i'd like to do the
following.
When a request comes and squid resolves it to the IP X.X.X.X, I'd like to
change that IP to Y.Y.Y.Y
Is this possible?
The reason it, the IP X.X.X.X has a QoS policy applied and IP Y.Y.Y.Y, that
way, I can access t
In fact I have 3 NIC's.
Yes, the two interfaces I showed in the route print, are defined in
/etc/network/interfaces.
> -Original Message-
> From: julian julian [mailto:[EMAIL PROTECTED]
> Sent: quinta-feira, 10 de Abril de 2008 15:47
> To: Jorge Bastos
> Cc:
is is not squid related but if you guys can give me a hand.
I have no idea why is it resolving 192.168.0.254 to localhost.
> -Original Message-
> From: Jorge Bastos [mailto:[EMAIL PROTECTED]
> Sent: sábado, 5 de Abril de 2008 21:23
> To: 'Henrik Nordstrom'
> Cc
This already worked with some of the 3.0 versions.
Gonna try to play with my iptables rules and let you guys know.
> -Original Message-
> From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
> Sent: sábado, 5 de Abril de 2008 19:38
> To: Jorge Bastos
> Cc: 'Amos Je
People,
I updated to last STABLE-4 on debian, but this still happens this way.
What can I do more?
Jorge
> -Original Message-
> From: Jorge Bastos [mailto:[EMAIL PROTECTED]
> Sent: quinta-feira, 3 de Abril de 2008 9:56
> To: 'Amos Jeffries'
&
The best thing to do this is with QoS
> -Original Message-
> From: Tvrtko Majstorović [mailto:[EMAIL PROTECTED]
> Sent: quinta-feira, 3 de Abril de 2008 13:08
> To: squid-users@squid-cache.org
> Subject: [squid-users] limiting upload bandwidth? pls
>
> Hi,
>
> I need to limit 'upload' b
Hum, the last one's on debian.
They were 3.0 PRE-X, but don't remember the number.
> -Original Message-
> From: Amos Jeffries [mailto:[EMAIL PROTECTED]
> Sent: quinta-feira, 3 de Abril de 2008 6:08
> To: Jorge Bastos
> Cc: 'Henrik Nordstrom'; squid-
POSTROUTING -o eth1 -j MASQUERADE
COMMIT
# Completed on Wed Apr 2 17:12:26 2008
-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Sent: quarta-feira, 2 de Abril de 2008 11:42
To: Jorge Bastos
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] client ip's
WHat do
ira, 2 de Abril de 2008 0:12
> To: Jorge Bastos
> Cc: squid-users@squid-cache.org
> Subject: RE: [squid-users] client ip's
>
> tis 2008-04-01 klockan 12:29 +0100 skrev Jorge Bastos:
> > No, just squid himself.
>
> As a plain proxy, or playing with NAT?
>
> Regards
> Henrik
No, just squid himself.
> -Original Message-
> From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
> Sent: terça-feira, 1 de Abril de 2008 10:22
> To: Jorge Bastos
> Cc: squid-users@squid-cache.org
> Subject: Re: [squid-users] client ip's
>
>
> tis 2008
Hi,
My squid always report "localhost" on the client's IP.
What can I do to correct this? Only started to happen with the last 3.0
stable2.
---
1207040749.939436 localhost TCP_MISS/200 1528 GET
http://library.gnome.org/skin/tab_right.png - DIRECT/209.132.176.176
image/png
Hi guys,
I know the victoria places on the map, i've been there once!!!
Too bad I'm not there, it was on vacation!
-Original Message-
From: Kinkie [mailto:[EMAIL PROTECTED]
Sent: sábado, 1 de Março de 2008 17:35
To: Robert Collins
Cc: Squid Users; Squid Developers
Subject: [squid-users
Interesting.
Website for this?
-Original Message-
From: Cassiano Martin [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 11 de Dezembro de 2007 17:06
To: squid-users@squid-cache.org
Subject: [squid-users] Squid Quota
Hi All!
I wrote a squid quota daemon (sorry admin, if this is not the rig
Carlos,
In english!!!
(Em ingles)
-Original Message-
From: Carlos Bispo [mailto:[EMAIL PROTECTED]
Sent: quinta-feira, 22 de Novembro de 2007 19:27
To: squid-users@squid-cache.org
Subject: [squid-users] Ferramenta de administraçao centralizada
Salve Galera,
Preciso de uma ferramen
e feedback for other users.
-Original Message-
From: Alex Rousskov [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 6 de Novembro de 2007 15:19
To: Jorge Bastos
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] squid3 WindowsUpdate failed
On Tue, 2007-11-06 at 09:24 +, Jorge
maintainer to upload the daily sources again, that
may reforce my need for it and he may do it.
-Original Message-
From: Alex Rousskov [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 6 de Novembro de 2007 15:19
To: Jorge Bastos
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users]
On my machine it's, 3.0-PRE6 and 3.0-RC1
-Original Message-
From: Adrian Chadd [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 6 de Novembro de 2007 10:02
To: Jorge Bastos
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] squid3 WindowsUpdate failed
On Tue, Nov 06, 2007,
Alex,
The only ACL i have in squid.conf is:
---
acl all_cache src 0.0.0.0/0.0.0.0
no_cache deny all_cache
---
I'm one of the people who's having this problems.
Now I'm using 3.0.PRE6 until this is fixed.
-Original Message-
From: Alex Rousskov [mailto:[EMAIL PROTECTED]
Sent: segunda-fe
I've updated squid with the resume fix, and WU still not working.
---
squid3 (3.0.RC1-2) unstable; urgency=low
* debian/patches/08-resume-http.dpatch
- Added upstream patch fixing failure to resume downloads
---
Any idea?
-Original Message-
From: Amos Jeffries [mailto:[EMAIL PRO
being lazy,, sorry about that!
-Original Message-
From: Jorge Bastos [mailto:[EMAIL PROTECTED]
Sent: 31 October 2007 10:43
To: squid-users@squid-cache.org
Subject: RE: [squid-users] squid3 WindowsUpdate failed
Not an option, at least for me.
I think that is not the way to resolve things
Not an option, at least for me.
I think that is not the way to resolve things.
This problem with WU may happen with other things, and the correct way if to
fix this, not using other software.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: quarta-feira, 31 de
That's what i did, downgraded to 2.6 stable.
-Original Message-
From: Reinhard Haller [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 30 de Outubro de 2007 8:38
To: squid-users@squid-cache.org
Subject: Re: [squid-users] squid3 WindowsUpdate failed
Amos Jeffries schrieb:
> John Mok wrote:
org
Subject: Re: [squid-users] Problem with 3.0 RC1
Jorge Bastos wrote:
> Chris,
>
> Not Found
> The requested URL /Versions/v3/3.0/cfgman/debug_options was not found on
> this server.
>
> Apache/1.3.37 Server at www.squid-cache.org Port 80
>
>
G. That should have bee
@squid-cache.org
Subject: Re: [squid-users] Problem with 3.0 RC1
Jorge Bastos wrote:
> > -Original Message- From: Alex Rousskov
> > [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 22
> > de Outubro de 2007 17:25 To: Jorge Bastos Cc:
> > squid-users@squid-cache.org S
I thinked about that... but i didn't want to compile it sinse i use the
debian binary's.
Lets see if someone knows this issue.
-Original Message-
From: Alex Rousskov [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 22 de Outubro de 2007 17:25
To: Jorge Bastos
Cc: squid-u
Hi guys,
Just signed up to the list.
I've updated from 3.0 PRE6 where everything worked OK, but with 3.0 RC1, for
example, I have several machines in the network, that are installed with new
licenses of Windows XP, and the automatic download start, but just stay's at
0%.
I reverted to 3.0 PRE6 and
77 matches
Mail list logo