Karl Heyes
Karl Heyes
I've just fixed an issue with the global listeners count in the master tree which is triggered via fallback or moving listeners via admin. Legacy code. karl.
are you saying that you are seeing, on the admin page for listeners, the IP address shown as the proxy and not the one in XFF when you have the...
FYI, as of kh14, you can use a wildcard for the x-forwarded-for tag, eg 127.* or you can use multiple tags. karl
indeed, sockets that are over 1024 (leftover from traditional unixen) should be closed and attempted to be re-opened. The reopen could fail if something is preventing it. If there is...
I would like to see what actually happens in those cases. After checking, what should be happening is that unchanged sockets are left as-is, new ones added or old ones...
I think this is a caching issue, as part of this spills across different threads. I've committed into master a series of locks checks to hopefully deal with this. I...
hmm, The key things I'd need to know for sure is the xml, the log entries (level 4) and what the platform this is on. You could run strace (strace...
assuming you mean the xsl pages then can you report on the files being available and assuming so then, what is reported in the error log with debug or 4...
Do you have any custom xsl pages (even not in admin) ? If you only get level 2 or 3 messages then can you do the following Try a request...
the relay will retry immediately on timeout but a 2-3 seconds restart will need a fallback configured. You could always use the on-connect to take sample if you don't know...