We have a similar thing happening on one of our busiest servers.
tail -n 6000 /var/log/httpd/access_log |cut -f1 -d' ' |sort |uniq -c |sort -n
on our CentOS server seems to indicate one or two users have 1,000s of connections at once. Approximately up to 50 a second.
Is this a javascript bug somewhere in roundcube, or what's causing it?
More importantly, what's the long term fix? Logging into the server and kicking the problem subscriber(s) is not tenable in the long term.
-- View this message in context: http://roundcube-webmail.10982.n7.nabble.com/Apache-403-Forbidden-issues-in-... Sent from the Users mailing list archive at Nabble.com.