Hi,
In reverseproxymode, when there is a list of IPs in X-Forwarded-For header,
it's always the leftmost IP which is chosen by NaviServer for
accesslogs (and ns_conn peeraddr):
X-Forwarded-For 1.1.1.1,2.2.2.2
ns_conn peeraddr -source forwarded = 1.1.1.1
Is there any mechanism by which we can res
Dear David,
I installed freebsd14 and could reproduce the issue. The issue is that
Tcl_PanicProc is defined in Tcl9 with the attribute declaration TCL_NORETURN1,
but it seems, this attribute definition has to be provided as well for the
prototype. It would be certainly better, if this attribut