Re: [squid-users] Trying to recompile squid 4.13 with ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"

2022-08-03 Thread marcelorodrigo
Some important information. I am trying to recompile using: ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=1 -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security" --build="x86_64-linux-gnu" --prefix="/usr" --includedir="${prefix}/include" --mandir="${prefix}/share/man" --inf

Re: [squid-users] Trying to recompile squid 4.13 with ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"

2022-08-03 Thread Alex Rousskov
On 8/3/22 10:12, marcelorodr...@graminsta.com.br wrote: Hi, I am trying to recompile squid 4.13 using ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256". It runs the recompile but the CXXFLAGS= does not even appears in the squid -v. I do see CXXFLAGS in "squid -v", but I have not tested official

[squid-users] Trying to recompile squid 4.13 with ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256"

2022-08-03 Thread marcelorodrigo
Hi, I am trying to recompile squid 4.13 using ./configure CXXFLAGS="-DMAXTCPLISTENPORTS=256". It runs the recompile but the CXXFLAGS= does not even appears in the squid -v. Is there a way to include this feature in the squid instalation? Tks. Marcelo.

Re: [squid-users] filedescriptors on debian/systemd

2022-08-03 Thread Matus UHLAR - fantomas
On 03.08.22 08:17, ngtech1...@gmail.com wrote: I was under the impression that Systemd does impose a basic limit but I can test it to verify my doubts. From my point of view and testing until now systemd does impose a basic global limit. this matches my observations - after logging into syste

Re: [squid-users] regex for normal websites

2022-08-03 Thread robert k Wild
thanks Amos for this greatly appreciated On Wed, 3 Aug 2022 at 09:35, Matus UHLAR - fantomas wrote: > On 03.08.22 14:12, Amos Jeffries wrote: > >IMO, what you are looking for is actually this ACL definition: > > > > acl adobe ssl::server_name .adobe.com > > > >or its regex equivalent, > > > > ac

Re: [squid-users] filedescriptors on debian/systemd

2022-08-03 Thread Amos Jeffries
On 3/08/22 17:17, ngtech1ltd wrote: Hey Amos, I was under the impression that Systemd does impose a basic limit but I can test it to verify my doubts. From my point of view and testing until now systemd does impose a basic global limit. Squid looks up the limit on startup. With systemd tha

Re: [squid-users] regex for normal websites

2022-08-03 Thread Matus UHLAR - fantomas
On 03.08.22 14:12, Amos Jeffries wrote: IMO, what you are looking for is actually this ACL definition: acl adobe ssl::server_name .adobe.com or its regex equivalent, acl adobe ssl::server_name_regex (^|\.)adobe\.com$ this is what I was searching for. Squid FAQ says: https://wiki.squid-cache