apache 웹서버 index.html 파일이 /usr/local/apache/htdocs/index.html 파일이 읽이지 않고
/var/www/html/index.html 파일로 읽어드립니다.
환경설정하는 httpd.conf 에는 "/var/www/html/index.html" 설정하는 내용이 눈을 씻고 찾아봐도
없습니다.
httpd.conf 일부 내용입니다.
Server Root "usr/local/apache"
DocumentRoot "usr/Local/apache/htdocs"
#This should be changed to whatever you set DocumentRoot to.
<Directory "/usr/local/apache/htdocs">
리눅스는 영문레드햇 리눅스 7.1을 사용합니다.
어떻게 하면 /htdocs/index.html 을 읽어 드립니까?