hi i need to have 3 useragent replace and its not working
example
acl brs browser -i Mozilla.*Window.*
acl phone-brs browser -i Mozilla.*(Android|iPhone|iPad).*
request_header_access User-Agent deny brs !phone-brs
request_header_replace User-Agent Mozilla/5.0 (Windows NT 5.1; rv:40.0)
Ge
try without putting !brs in the second one
and without putting !phone-brs in 1st one
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/user-agent-tp4673284p4673285.html
Sent from the Squid - Users mailing list archive at Nabble.com.
i did with or without no go
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/user-agent-tp4673284p4673286.html
Sent from the Squid - Users mailing list archive at Nabble.com.
___
squid-users mailing list
squid-users
hey guys, forgot-me? :(
2015-09-17 8:08 GMT-03:00 Jorgeley Junior :
> thank you all for the reply, here is the result of the command:
> 1 TAG_NONE/500
> 290 TAG_NONE/503
> 10 TAG_NONE_ABORTED/000
> 4 TCP_CLIENT_REFRESH_MISS/200
> 368 TCP_DENIED/403
>1421 TCP_DENIED/407
>
On Friday 18 September 2015 at 13:13:27, Jorgeley Junior wrote:
> hey guys, forgot-me? :(
Surely you can see for yourself how many connections you've had of different
types? Here are the most common (all those over 100 instances) from your list
of 5240 results
> > 290 TAG_NONE/503
> >
i personally hate using !acl ... it's the easiest way, in my
opinion, of getting in trouble and getting things to NOT work the way
you want to.
i always prefeer to replace by other 4-5 'normal' rules than using !acl
Em 18/09/15 06:32, joe escreveu:
hi i need to have 3 useragent re
there is a way to improve it?
2015-09-18 8:25 GMT-03:00 Antony Stone :
> On Friday 18 September 2015 at 13:13:27, Jorgeley Junior wrote:
>
> > hey guys, forgot-me? :(
>
> Surely you can see for yourself how many connections you've had of
> different
> types? Here are the most common (all those o
On Friday 18 September 2015 at 14:27:42, Jorgeley Junior wrote:
> there is a way to improve it?
Improve what? The percentage of your traffic which is cached, or the accuracy
of the information reported by your monitoring system?
If you want to cache more content:
1. Make sure the sites being
like what ?
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/user-agent-tp4673284p4673292.html
Sent from the Squid - Users mailing list archive at Nabble.com.
___
squid-users mailing list
squid-users@lists.squid-cach
from earlier e-mail:
acl tor_url url_regex "C:/Squid/etc/squid/url.tor"
On 17.09.15 18:47, Yuri Voinov wrote:
acl NoSSLIntercept ssl::server_name_regex -i localhost \.icq\.* kaspi\.kz
ssl_bump splice NoSSLIntercept
# Privoxy+Tor access rules
never_direct allow tor_url
cache_peer_access
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
18.09.15 21:22, Matus UHLAR - fantomas пишет:
> from earlier e-mail:
>
>> acl tor_url url_regex "C:/Squid/etc/squid/url.tor"
>
> On 17.09.15 18:47, Yuri Voinov wrote:
>> acl NoSSLIntercept ssl::server_name_regex -i localhost \.icq\.* kaspi\.kz
>>
mmm
any answer amosalizar guys ??
if the code work once let me know if there is a way let me know
if the code not complete in source code let me know better then waiting for
!!answer
tks any way
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble
again in HttpHeaderTools.cc
} else {
/* It was denied, but we have a replacement. Replace the
* header on the fly, and return that the new header
* is allowed.
*/
e->value = hm->replacement;
retval = 1;
}
return retval; // dose
Hi guys,
I'm still confused about peek and stare. Correct me please if I'm wrong.
1. the only way to by absolutely sure what is transmitted over a SSL
tunnel is bumping the connection - there is no other possibility.
2. some important websites shouldn't be bumped - like banking or payment
sy
On 09/18/2015 01:38 PM, Marek Serafin wrote:
> 1. the only way to by absolutely sure what is transmitted over a SSL
> tunnel is bumping the connection - there is no other possibility.
Correct.
> 2. some important websites shouldn't be bumped - like banking or payment
> systems. Such pages shoul
15 matches
Mail list logo