centos 5.9에서 apache 2.4.6을 컴파일해서 설치 했습니다. 그런데 계속해서 Forbidden이 발생 합니다.

bumworld의 이미지

centos 5.9에서 apache 2.4.6을 컴파일해서 설치 했습니다.

apache : /usr/local/apache2.4.6
home : /home/bumworld/webapps/site1

httpd.conf에서 vhost 설정을 주석 풀어 줬구요.

httpd-vhosts.conf 파일은 아래와 같이 설정 했습니다.

/home/bumworld/webapps/site1 디렉토리는 chmod -R 777 /home/bumworld/webapps 로 설정해서 모든 권한은 다 오픈했구요.

그런데도 계속해서 Forbidden이 발생하는 이유가 뭘까요...ㅠ.ㅠ

도움 부탁드립니다.

ServerAdmin site1.co.kr@gmail.com ServerName site1.co.kr ServerAlias site1.co.kr DocumentRoot /home/bumworld/webapps/site1 ErrorLog logs/family.dayindayout.co.kr-error_log CustomLog "|/usr/local/apache2.4.6/bin/rotatelogs logs/site1_access_log.%Y-%m-%d 86400" common


AllowOverride All
Order allow,deny
Allow from all
Require all granted