So... Philip.
I added it, but I think that's not the issue... The error message "LISTEN0_proxy" still appearing from time to time, but it's not crashing anymore. (at least so far), which is great.
See how my ./configure looks like now:
./configure 'CXXFLAGS=-DFD_SETSIZE=65535' '--localstatedir=/var' '--with-logdir=/var/log' '--with-piddir=/var/run' '--disable-avastd' '--enable-clamd' '--disable-commandline' '--with-newdebug=off' '--enable-dnsauth' '--disable-email' '--disable-icap' '--disable-kavd' '--disable-ntlm' '--enable-sslmitm' '--prefix=/usr/local' '--mandir=/usr/local/man' '--disable-silent-rules' '--infodir=/usr/local/share/info/' '--build=amd64-portbld-freebsd14' 'build_alias=amd64-portbld-freebsd14' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -I/usr/local/include -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -funsigned-char -DLIBICONV_PLUG -std=c++11 ' 'LDFLAGS= -fstack-protector-strong ' 'LIBS=' 'CPPFLAGS=-I/usr/local/include -DLIBICONV_PLUG' 'CC=cc' 'CFLAGS=-O2 -pipe -I/usr/local/include -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing' 'CPP=cpp' 'PKG_CONFIG=pkgconf' 'OPENSSL_CFLAGS=-I/usr/local/include' 'OPENSSL_LIBS=-L/usr/local/lib -lssl -lcrypto'
See that I disabled a few features as I am not using them. I didn't get the "crash" anymore and the performance was improved a little, not like I had in Freebsd 12.3 but it's getting closer.
Do you see anything wrong with my config? Please, any input is very welcome!
Thanks Much!
Fabricio,