[squid-users] How to create a simple whitelist using regexes?

2018-10-14 Thread RB
Hi everyone, I'm trying to deny all urls except for only whitelisted regular expressions. I have only this regular expression in my file "squid_sites.txt" ^https://wiki.squid-cache.org/SquidFaq/SquidAcl.* My "squid.conf" debug_options 28,7 ### ### Global settings define ### http_port 3128

Re: [squid-users] squid on openwrt: aclhelper wrongly considered exited

2018-10-14 Thread Alex Rousskov
On 10/14/2018 11:17 AM, reinerotto wrote: > Running squid 4.3 on openwrt, I notice following warnings from time to time: > > 2018/10/14 16:36:39 kid1| WARNING: helper.sh #Hlpr2 exited > 2018/10/14 16:36:39 kid1| Too few helper processes are running (need 1/5) > 2018/10/14 16:36:39 kid1| Starting n

[squid-users] squid on openwrt: aclhelper wrongly considered exited

2018-10-14 Thread reinerotto
Running squid 4.3 on openwrt, I notice following warnings from time to time: 2018/10/14 16:36:39 kid1| WARNING: helper.sh #Hlpr2 exited 2018/10/14 16:36:39 kid1| Too few helper processes are running (need 1/5) 2018/10/14 16:36:39 kid1| Starting new helpers 2018/10/14 16:36:39 kid1| helperOpenServe

Re: [squid-users] squid on openwrt: RAM usage and header forgery

2018-10-14 Thread reinerotto
Thanx a lot for clarification. After upgrading to 4.3 and streamlining squid.conf according to your suggestions, mem requirements seem to be a bit reduced. -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html _

Re: [squid-users] squid clientside_mark problem

2018-10-14 Thread Matus UHLAR - fantomas
please don't post throgh yahoo's http gateway. Theit plaintext formatting sucks. try a mail client or other mail service. On 14.10.18 15:18, morteza omidian wrote: HiI installed squid4.3 in my linux OS,when I configure squid with clientside_mark i get an error tells me this is not possible!!I us

[squid-users] squid clientside_mark problem

2018-10-14 Thread morteza omidian
HiI installed squid4.3 in my linux OS,when I configure squid with clientside_mark i get an error tells me this is not possible!!I use this page-line75 as guidance for my configuration!! My configuration is:acl MY_ACL clientside_mark 0x1 tcp_outgoing_mark 0x20 MY_ACL What is wrong?? _