I am trying to prevent squid from proxying to an authorized subnet.
I want to write a set of acl rules that say that if a request does not
come from the authorized subnet then it should not be allowed to connect
to the authorized web server.
acl auth_net src 192.168.4.0/24
acl auth dst 192.16
On 1/05/2015 2:11 a.m., HackXBack wrote:
> Like i mentioned before i was facing this error and squid restart every few
> seconds,
> now i found what is causing this error for me
> it is :range_offset_limit none partial
> when i make range_offset_limit 0
> then the error goes out,
> now i cant cache
On 1/05/2015 4:13 p.m., Eliezer Croitoru wrote:
> On 29/04/2015 18:34, Yuri Voinov wrote:
>> You really sure 20 children is enough for 1200 clients? Also whenever
>> bypass on?
>
> I will add "what language is the helper??".
It's a patched jesred, so "C".
The problem described "jesred hanging" i
On 1/05/2015 7:13 a.m., Yan Seiner wrote:
> I am building a small embedded squid box.
>
> It has 4GB of ram, dual core CPU, and a 32GB SSD.
>
> Since I'm running a tiny embedded linux distro (openwrt) most of those
> resources are available; I'm only using about 1MB of RAM and about 300MB
> of th
On 30/04/2015 12:47 p.m., Hussam Al-Tayeb wrote:
> What rule would I have to add to not cache the following url?
> http://images.example.com\imageview.gif?anything
That is not a URL. '\' is not a valid domain name character.
> Everything up to the "?" is an exact match.
> So I want to not cache
On 30/04/2015 1:26 a.m., Alex Delgado wrote:
> Hello,
>
> I'm trying to configure squid to validate Windows users by group with
> squid-ldap-group.
>
> Server is CENTOS 6.5 . I've installed samba, krb and squid from source.
>
> Also, I've configured samba and krb, so centos server is a Wind
On 29/04/2015 18:34, Yuri Voinov wrote:
You really sure 20 children is enough for 1200 clients? Also whenever
bypass on?
I will add "what language is the helper??".
Eliezer
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Yes, it's ok now.
Thank you!
01.05.15 2:30, Kinkie ?:
> Should be fine now.
> Thanks for notifying of the issue.
>
> On Thu, Apr 30, 2015 at 7:42 PM, Yuri Voinov wrote:
>>
> Now server produces 500 error.
>
> 30.04.15 23:39, Kinkie ?:
>
Should be fine now.
Thanks for notifying of the issue.
On Thu, Apr 30, 2015 at 7:42 PM, Yuri Voinov wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Now server produces 500 error.
>
> 30.04.15 23:39, Kinkie ?:
>> Hi,
>> sorry, we had a severe OOM on the main squid server.
>>
I am building a small embedded squid box.
It has 4GB of ram, dual core CPU, and a 32GB SSD.
Since I'm running a tiny embedded linux distro (openwrt) most of those
resources are available; I'm only using about 1MB of RAM and about 300MB
of the SSD.
My incoming internet service is 30 to 60 Mb/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
acl no_cache urlpath_regex imageview\.gif\?
or
acl no_cache urlpath_regex imageview\.gif(\?|$)
30.04.15 6:58, Hussam Al-Tayeb пишет:
>
> What rule would I have to add to not cache the following url?
> http://images.example.com\imageview.gif?any
Is there even any solution for this. ?
Do any one have this working ?
On 29 April 2015 at 17:04, Jagannath Naidu <
jagannath.na...@fosteringlinux.com> wrote:
> Hi List/Amos,
>
> I am facing an using squid in production.
>
> I get these messages in cache.log, and service stop for a period of time
What rule would I have to add to not cache the following url?
http://images.example.com\imageview.gif?anything
Everything up to the "?" is an exact match.
So I want to not cache
http://images.example.com\imageview.gif?
http://images.example.com\imageview.gif?anything
http://images.example.com\imag
Thanks Amos. We're using the CONNECT ACL and everything is working as
expected.
On 29 April 2015 at 20:28, Amos Jeffries wrote:
> On 29/04/2015 5:44 p.m., dan wrote:
> > I mentioned last time that we had to x2 all our delay_parameter’s
> > bytes because of a weird bug where squid would apply it
What rule would I have to add to not cache the following url?
http://images.example.com\imageview.gif?anything
Everything up to the "?" is an exact match.
So I want to not cache
http://images.example.com\imageview.gif?
http://images.example.com\imageview.gif?anything
http://images.example.
On 30/04/2015 2:34 a.m., Abdelouahed Haitoute wrote:
> Selinux is in permissive mode.
>
> In cache.log I’m getting the following log:
> 2015/04/29 16:31:18 kid3| Starting Squid Cache version 3.3.8 for
> x86_64-redhat-linux-gnu...
> 2015/04/29 16:31:18 kid3| Process ID 19831
> 2015/04/29 16:31:18
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Now server produces 500 error.
30.04.15 23:39, Kinkie ?:
> Hi,
> sorry, we had a severe OOM on the main squid server.
> Now rebooted and hopefully better plugged. We will see about upgrading
> the server as soon as possible.
>
> On Thu, Apr
On 30/04/2015 7:05 a.m., Tom Tom wrote:
> Thank you Amos, for this explanation.
>
>
> On Wed, Apr 29, 2015 at 3:02 PM, Amos Jeffries wrote:
>> On 29/04/2015 7:38 p.m., Tom Tom wrote:
>>> Hi
>>>
>>> I'm running squid (3.4.12) on a IPv6/IPv4-dual-stack system.
>>>
>>> While accessing the test-site
Hi,
sorry, we had a severe OOM on the main squid server.
Now rebooted and hopefully better plugged. We will see about upgrading
the server as soon as possible.
On Thu, Apr 30, 2015 at 12:10 PM, Yuri Voinov wrote:
> Amos,
>
> what's up with bugzilla? It down and not available.
>
> WBR, Yuri
>
>
Like i mentioned before i was facing this error and squid restart every few
seconds,
now i found what is causing this error for me
it is :range_offset_limit none partial
when i make range_offset_limit 0
then the error goes out,
now i cant cache 206 contents , if i make 206 contents hit , then i wil
I've just migrated a system from Squid 3.4.10 to 3.5.3 and I'm getting
frequent crashes with an assertion of "call->dialer.handler == callback"
in Read.cc:comm_read_cancel().
call->dialer.handler == (IOCB *) 0x7ffe1493b2d0
size_t, Comm::Flag, int, void*)>
callback == size_t, Comm::Flag, in
Amos,
what's up with bugzilla? It down and not available.
WBR, Yuri
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
22 matches
Mail list logo