반응형
Apache 구동 시 error
[root@scbyun-ns1 named]# service httpd restart
httpd 를 정지 중: [ OK ]
httpd (을)를 시작 중: Warning: DocumentRoot [/home/www/docs/www.scbyun.com] does not exist
[ OK ]
messages 로그 error
[root@scbyun-ns1 named]# Oct 9 14:02:19 scbyun-ns1 setroubleshoot: SELinux is preventing the httpd from using potentially mislabeled files (./docs). For complete SELinux messages. run sealert -l f5fd0e77-7b77-4ffe-ac24-b6788f775d44
원인 : SELinux
해결 방법
# chcon -R -t httpd_user_content_t /home/www
chcon 명령어 /home/www 에 접근 가능하도록 설정한다.
출처 : http://anti1346.egloos.com/4547906
[root@scbyun-ns1 named]# service httpd restart
httpd 를 정지 중: [ OK ]
httpd (을)를 시작 중: Warning: DocumentRoot [/home/www/docs/www.scbyun.com] does not exist
[ OK ]
messages 로그 error
[root@scbyun-ns1 named]# Oct 9 14:02:19 scbyun-ns1 setroubleshoot: SELinux is preventing the httpd from using potentially mislabeled files (./docs). For complete SELinux messages. run sealert -l f5fd0e77-7b77-4ffe-ac24-b6788f775d44
원인 : SELinux
해결 방법
# chcon -R -t httpd_user_content_t /home/www
chcon 명령어 /home/www 에 접근 가능하도록 설정한다.
출처 : http://anti1346.egloos.com/4547906
반응형
'서버,보안' 카테고리의 다른 글
리눅스 서버 apache php 오류 Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: cannot restore segment prot after reloc: Permission denied (0) | 2010.03.12 |
---|---|
[컴퓨팅] 네이트온 쪽지를 이용한 해킹 및 악성프로그램 유포 주의! (0) | 2010.03.08 |
DNS 네임서버를 변경하기 가장 적절한 시간은 언제 인가? (0) | 2010.03.05 |
리눅스 네트워크 관련 설정 파일 (0) | 2010.02.04 |
fedora APM apache mysql php 설치 (0) | 2009.11.02 |
리눅스 페도라 9 i386 다운로드 링크 (0) | 2009.10.29 |
[보안] 서버 설치 후 기본적으로 해야할 보안 사항을 간단하게 정리 해보겠습니다. (0) | 2009.10.27 |
phpize 실행했는데 없을경우 설치 방법 (0) | 2009.10.16 |