라벨이 redhat인 게시물 표시

SELinux 설정...

redhat httpd 설치후 403 forbidden 에러가 난다. 아무리 설정을 해봐도... 원인은 SELinux 란다... https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux-SELinux_Contexts_Labeling_Files.html 여기대로 설정을 chcon -R -t httpd_sys_content_t /web/ 이런식으로 변경하니 잘되네..   음. 역시 모르는게 너무 많다.