“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 정도 처리를 해주면 된다.