Hi folks
Its sorted now, D& E Radels solution worked. Mark im afraid your solution
still caused me a similar error.
Can anyone explain what "header_access X-Forwarded-For deny all" line
actually does?
Thanks for all your help
Jason
From: "D & E Radel" <radel@xxxxxxxxxxx>
To: "Jason Bassett"
<jason_bassett@xxxxxxxxxxx>,<squid-users@xxxxxxxxxxxxxxx>
Subject: Re: Squid is blocking access to some BBC news sites
Date: Sat, 7 Jan 2006 10:40:38 +1300
Try: header_access X-Forwarded-For deny all
Deny should come afterwards.
D.Radel.
----- Original Message ----- From: "Jason Bassett"
<jason_bassett@xxxxxxxxxxx>
To: <squid-users@xxxxxxxxxxxxxxx>
Sent: Saturday, January 07, 2006 10:31 AM
Subject: Re: Squid is blocking access to some BBC news sites
Hello again
My Squid version is:
Squid Cache: Version 2.5.STABLE10
I added header_access deny X-Forwarded-for
to the bottom of my squid.conf but now i get this error:
2006/01/06 21:27:48| squid.conf line 3466: header_access deny
X-Forwarded-for
2006/01/06 21:27:48| aclParseAccessLine: expecting 'allow' or 'deny', got
'X-Forwarded-for'.
I have tried accessing the bbc articles through from home via my own squid
which is running the same distro (mandriva 2006) and squid version(see
above). I have the same problem at home.
Jason
From: Mark Elsen <mark.elsen@xxxxxxxxx>
To: Jason Bassett <jason_bassett@xxxxxxxxxxx>
CC: squid-users@xxxxxxxxxxxxxxx
Subject: Re: Squid is blocking access to some BBC news
sites
Date: Fri, 6 Jan 2006 18:00:28 +0100
>
> We are running squid version 2.5.
Please include the complete SQUID version string , which can be obtainted
with :
% squid -v
>I now understand that there is a version 3?
>
No there isn´t.
> We are in England.
>
> When we search at www.bbc.co.uk/news (for example for 'genocide' - >
thats
the
> topic the children are working on), we recieve a list of results, > we
click
> "All News Audio Video results >>" and get a more defined list of >
results
> with media clips.
>
> Clicking many of these links results in a greyish BBC page stating
"We're
> sorry. The content you requested is available for UK users only.". >
We
are
> in the UK to this page should appear.
>
Try this in squid.conf :
header_access deny X-Forwarded-for
M.