<div dir="ltr">ok, then i will install v4.14 and try again. After that i will ask for help again.<div>for now, one question more:</div><div>can i use 2.x config for 4.x  without any additional fixes?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Aug 28, 2021 at 7:22 AM Amos Jeffries <<a href="mailto:squid3@treenet.co.nz">squid3@treenet.co.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 28/08/21 12:12 pm, Momir Milekic wrote:<br>
> Hi,<br>
> Until recently I used squid proxy 2.72 32bit on windows xp machine. We <br>
> finally switched to 64-bit windows10. I copied the old squid proxy to <br>
> windows10 with saved settings (just for test, we were short with time <br>
> for new install). It basically works but there are some problems.<br>
> I wanted to install newer squid proxy version for windows even earlier, <br>
> but the lack of support for windowsxp prevented me.<br>
> In the meantime, i found the v4 version of the squid proxy for windows <br>
> 10. It taked my attention.<br>
> <br>
> I learned to make the most important settings in the config file, but I <br>
> still don't know a lot.<br>
> I have some questions:<br>
> 1) how do I configure forbidden access to sites (facebook, youtube) for <br>
> certain ip addresses from the LAN network? a couple of simple examples <br>
> would help?<br>
<br>
<br>
see <<a href="https://wiki.squid-cache.org/SquidFaq/SquidAcl" rel="noreferrer" target="_blank">https://wiki.squid-cache.org/SquidFaq/SquidAcl</a>><br>
<br>
<br>
<br>
> 2) proxy functions work nicely but sometimes the squid proxy "locks up" <br>
> and there is no data flow for 2-3 minutes. It usually helps to wait or <br>
> restart the service. How to prevent this? The internet link is good, <br>
> probably a problem with hidden bugs in the squid proxy or wrong settings <br>
> (how to increase stability)?<br>
<br>
<br>
This being Squid-2 it could be quite a lot of things that have long ago <br>
been solved and forgotten about. First thing to do is try an upgrade.<br>
<br>
<br>
<br>
> 3) number of simultaneous connections per client and globally, How to <br>
> set up win10 64bit, specifically for squid proxy service? If i need to <br>
> configure the OS as well, ask me how.<br>
<br>
<br>
Windows APIs used by Squid-2 have a hard limit that cannot be changed.<br>
<br>
<br>
> 4) how to turn off caching. The idea is to just redirect http traffic <br>
> and always ask/force latest version of site online? No need to make a <br>
> local copy/cache, just raw proxy between lan and ether/internet.<br>
> <br>
<br>
<br>
In Squid-2:<br>
<br>
   cache deny all<br>
   cache_mem 0<br>
   cache_dir /dev/null parent 0<br>
<br>
<br>
In modern Squid just remove any cache_dir you have.<br>
<br>
<br>
> note: all of the above issues and issues are related to version 2.72. If <br>
> v4.14 64-bit version that I downloaded from diladele site yesterday <br>
> works better and not have problems, then great. In any case, a couple of <br>
> examples for squid.conf would help me, I would be very grateful.<br>
> <br>
<br>
<br>
Squid-2 is HTTP/1.0 software which is 5+ years obsolete now.<br>
<br>
Go with the Diladele Squid-4, it is modern HTTP/1.1 software and most of <br>
the help you will be able to get relies on features only found in the <br>
Squid-3+ releases.<br>
<br>
<br>
Amos<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div>