chmod -R 755 /usr/local/apache/htdocs
또는
chmod -R 777 /usr/local~~~~~~~~~~~~
이렇게 해도 계속 이런 에러가 나는군요
You don't have permission to access / on this server.
httpd.conf의 내용중에서
Document root = "/usr/local/apache/htdocs" 이란 것과
DirectoyIndex index.html 인것을 확인 했거든요..
그래서 htdocs 디렉토리 안에는 index.html 화일이 존재합니다.
계속 퍼미션 에러가 나느데..........도대체 어디서 문제가 있는지요
?