Site icon 지락문화예술공작단

“options * http/1.0 200 – – apache (internal dummy connection)” in apache logfile

로그메세지

options * http/1.0 200 – – apache (internal dummy connection)

 

 

원인

참고URL : https://wiki.apache.org/httpd/InternalDummyConnection

아파치가 새로운 커넥션에 대응 할 수 있도록 자식프로세스를 관리하는 방안으로
로컬접속을 시도한다.. 뭐.. 이런…

 

 

해결

이지만…

 

SetEnvIf Remote_Addr “::1” do_not_log

CustomLog logs/domain.com-access.log common env=!do_not_log

정도 처리를 해주면 된다.

 

Exit mobile version