[naviserver-devel] reverseproxymode with multiple X-Forwarded-For values

2024-04-22 Thread David Osborne
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

Re: [naviserver-devel] FreeBSD 14 - TCL 9.0 - NaviServer GIT Latest - error: incompatible function pointer - log.c

2024-04-22 Thread Gustaf Neumann (sslmail)
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