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
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
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.
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
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
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
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