Re: [squid-users] SQUID memory error after vm.swappines changed from 60 to 10

2017-11-15 Thread Amos Jeffries
On 16/11/17 01:32, Bike dernikov1 wrote: If i can ask under same title: Yesterday we had error in logs: syslog, cache.log, dmesg,access.log segfault at 8 ip ... sp . error 4 is squid process pid exited due to signal 11 with status 0 Squid restarted, that was at the end of work, and i

Re: [squid-users] block user agent

2017-11-15 Thread Amos Jeffries
On 16/11/17 00:18, Vieri wrote: Hi, I'm trying to block some user agents (I know it's easy to fake, but most users won't try to fake that header value). The following works: acl denied_useragent browser Chrome acl denied_useragent browser MSIE acl denied_useragent browser Opera acl denied_use

Re: [squid-users] deny_info

2017-11-15 Thread Vieri
From: Amos Jeffries > > Because there are actually no custom deny_info attached to that > "denied_restricted1_mimetypes_rep" ACL. Right. I don't know how I missed that. Sorry. Thanks again. Vieri ___ squid-users mail

Re: [squid-users] Proxy does not send response for internal host

2017-11-15 Thread Amos Jeffries
On 15/11/17 04:19, tappdint wrote: Amos Jeffries wrote You need to either; * configure the VM running Squid to use a DNS resolver that knows what the internal domains are, or * configure the DNS resolver it is using to know those internal hostnames, or * configure your network using

Re: [squid-users] deny_info

2017-11-15 Thread Amos Jeffries
On 14/11/17 22:46, Vieri wrote: Hi, I'm trying to figure out how to correctly handle ERROR pages (or deny pages) in one particular case. An HTTP client is trying to access a website as https://example.org/. I'm getting the following info in cache.log: 2017/11/14 09:11:11.481 kid1| 85,2| clie

[squid-users] cannot set pid_filename in an include

2017-11-15 Thread Vieri
Hi, Correct me if I'm wrong, but this may be a parsing bug: # /etc/init.d/squid.test start * /etc/squid/squid.test.conf must set pid_filename to */run/squid.test.pid However, I have: # grep include /etc/squid/squid.test.conf include /etc/squid/squid.custom.test include /etc/squid/squid.cus

[squid-users] SSL Bump for regex URL comparison

2017-11-15 Thread Joe Foster
Good afternoon, I have a small router onto which I have installed Squid. I am trying to filter HTTPS urls for bad words on a blocked list. It will require the client on the safe side of the router to install the certificate, this isn't an issue as it's an open process and not an illigal MITM at

[squid-users] Is it possible to apply squid delay pools on users/groups from AD ?

2017-11-15 Thread Bike dernikov1
Hi, this is my second topic, i wouldn't wan to mix with first. I hope that is ok. i hope that someone succeeded to apply delay pools on users/groups from AD. We are now using delay pool on whole 10.0.0.0/8, but that is a problem as different users have different requirements. We have 30 locati

Re: [squid-users] SQUID memory error after vm.swappines changed from 60 to 10

2017-11-15 Thread Bike dernikov1
On Tue, Nov 14, 2017 at 6:12 PM, Alex Rousskov wrote: > On 11/14/2017 08:41 AM, Bike dernikov1 wrote: >> On Mon, Nov 13, 2017 at 4:36 PM, Alex Rousskov wrote: >>> On 11/13/2017 02:34 AM, Bike dernikov1 wrote: Swap could be used to translate back data to mem if used, but it stays on disk

[squid-users] block user agent

2017-11-15 Thread Vieri
Hi, I'm trying to block some user agents (I know it's easy to fake, but most users won't try to fake that header value). The following works: acl denied_useragent browser Chrome acl denied_useragent browser MSIE acl denied_useragent browser Opera acl denied_useragent browser Trident [...] http_