문제

I just started a new PHP 5.4 app with scaling, then tailed the logs and found an entry as follows being created in php.log every 2 seconds:

    - - - [21/Apr/2014:21:20:56 -0400] "GET / HTTP/1.0" 200 39627 "-" "-"

Does anyone know what's creating this?

도움이 되었습니까?

해결책

This is HAProxy sending the request as part of a scalable app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top