본문 바로가기
IT/System Engineering

Linux에서 Yum을 이용한 APM 설치 (3) - Apache

by Jany 2010. 12. 7.
반응형

2010/12/07 - [IT/Server] - Linux에서 Yum을 이용한 APM 설치 (1)
2010/12/07 - [IT/Server] - Linux에서 Yum을 이용한 APM 설치 (2) - MySQL

2. 아파치 설치
yum install httpd*

2.1 아파치 데몬 시작
데몬명 : httpd
데몬 시작 : # /etc/rc.d/init.d/httpd start

Virtual Host 의 DocumentRoot 위치 설정하고 아파치 데몬 시작할때
Warning: DocumentRoot [/home/slime/html] does not exist 에러가 발생 할 경우
]#chcon -R -t httpd_user_content_t /home/slime/html

#permission error 발생시 체크 사항#
1. chmod -R 755 /home/slime(권한 모드 체크)
2. http.config 파일의 Directory 접근 권한 체크

2.2 환경설정 파일
#/etc/httpd/conf/httpd.conf
수정한 부분 별첨 검색어"수정"

반응형

댓글