2008년 03월 21일
You don't have permission to access / on this server.
You don't have permission to access / on this server.
첫째, 아파치 퍼미션 문제
해결책:
/home/유저명 이 유저명 디렉토리 권한을 chmod 711 유저명으로 하면 해결된다.
# chmod 711 aaa
둘째, SELinux 설정 문제
요 약:
SELinux is preventing the httpd from using potentially mislabeled files(/home/aaa/public_html/index.html)
해결책:
# restorecon -v '/home/aaa/public_html/index.html'
# restorecon -R -v '/home/aaa/public_html'
# by | 2008/03/21 23:18 | 리눅스 | 트랙백 | 덧글(1)





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]