vague php.log entry in OpenShift

折月煮酒 提交于 2019-12-13 07:31:43

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/23208789/vague-php-log-entry-in-openshift

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!