Actions
action #40106
closed[functional][u][tools] /liveviewhandler/ route causes a lot of "502" errors
Description
Observation¶
From o3:
# tail -f /var/log/apache2/access_log -f /var/log/apache2/error_log | grep -e "\" 504 " -e "\" 503 " -e "\" 502 "
192.168.254.4 - - [22/Aug/2018:12:28:17 +0000] "GET /liveviewhandler/tests/740556/developer/ws-proxy/status HTTP/1.1" 502 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
192.168.254.4 - - [22/Aug/2018:12:28:28 +0000] "GET /liveviewhandler/tests/740332/developer/ws-proxy/status HTTP/1.1" 502 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
192.168.254.4 - - [22/Aug/2018:12:28:28 +0000] "GET /liveviewhandler/tests/740331/developer/ws-proxy/status HTTP/1.1" 502 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
192.168.254.4 - - [22/Aug/2018:12:28:30 +0000] "GET /liveviewhandler/tests/740332/developer/ws-proxy/status HTTP/1.1" 502 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
192.168.254.4 - - [22/Aug/2018:12:28:30 +0000] "GET /liveviewhandler/tests/740331/developer/ws-proxy/status HTTP/1.1" 502 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
-> "502" errors linked to "/liveviewhandler/"
Actions