Case 1. Permission denied while connecting to upstream SELinux httpd 네트워크 연결 설정# sudo setsebool httpd_can_network_connect on -P [httpd 관련 설정 확인]# getsebool -a |grep httpdCase 2. *.conf failed (Permission denied) [SELinux 설정 여부 확인]# sestatus -v |head -1-----------------------console : SELinux status: enabled conf 파일들의 Security Context 가 잘못 설정되어 있을 수 있다. (본인은 conf 파일을 home 디렉터리에서 생성하고 mv 시킨 케이스였..