반응형
아파치 서버에 PHP를 이용시 아래와 같은 오류가 발생시 :
[root@ ~]# /usr/local/apache/bin/apachectl restart
/usr/local/apache/bin/apachectl restart: httpd not running, trying to start
Syntax error on line 56 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: cannot restore segment prot after reloc: Permission denied
/usr/local/apache/bin/apachectl restart: httpd could not be started
/usr/local/apache/bin/apachectl restart: httpd not running, trying to start
Syntax error on line 56 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: cannot restore segment prot after reloc: Permission denied
/usr/local/apache/bin/apachectl restart: httpd could not be started
해결 방법 :
[root@ ~]# chcon -t texrel_shlib_t /usr/local/apache/libexec/libphp4.so
위 명령어 한번 실행 해 주고나서 apache 다시 시작 해 보세요!
간단히 해결 되죠!
반응형
'서버,보안' 카테고리의 다른 글
리눅스 메일 삭제 명령어 옵션, linux mail command (0) | 2010.05.20 |
---|---|
[nWmail] 음력 관련 에러 Microsoft JET Database Engine error '80040e07' 수정 방법 (0) | 2010.04.13 |
리눅스 서버 시간을 date 명령어로 손쉽게 변경하기 (0) | 2010.04.13 |
MD5 Decript 암호화 된 값을 해독해 주는 사이트 (0) | 2010.04.12 |
[컴퓨팅] 네이트온 쪽지를 이용한 해킹 및 악성프로그램 유포 주의! (0) | 2010.03.08 |
DNS 네임서버를 변경하기 가장 적절한 시간은 언제 인가? (0) | 2010.03.05 |
리눅스 네트워크 관련 설정 파일 (0) | 2010.02.04 |
[ERROR] apache Warning: DocumentRoot [/home/www/****] does not exist (0) | 2009.11.02 |