error.log 에 ‘client denied by server configuration‘ 오류가 발생하면서 접속되지 않는다.
알고 봤더니 Apache가 2.2에서 2.4로 업데이트 되었다. 그로 인해 Access control 관련 설정에 바뀐 부분이 있었다.
Apache 2.2 설정:
1 2 | Order allow,deny Allow from all |
Apache 2.4 설정:
1 | Require all granted |

error.log 에 ‘client denied by server configuration‘ 오류가 발생하면서 접속되지 않는다.
알고 봤더니 Apache가 2.2에서 2.4로 업데이트 되었다. 그로 인해 Access control 관련 설정에 바뀐 부분이 있었다.
1 2 | Order allow,deny Allow from all |
1 | Require all granted |
댓글목록
등록된 댓글이 없습니다.