hi,
확실히 index.html 로 접근하는지 파일을 수정하면서 확인해보시구여,
접근이되지 않은 곳의 퍼미션을 확인해보세요 ^^
감기조심 ^^
: 루트 디렉토리에 있는 파일들(index.html 등..) 은 제대로 나오는데,
:
: 그 하위 디렉토리에 있는건 접근을 못하네요...
:
: 권한설정에 문제가 있는것 같지는 않고
:
: NameVirtualHost xxx.xxx.xxx.xxx
:
: <VirtualHost xxx.xxx.xxx.xxx>
: ServerAdmin root at xxx.co.kr : DocumentRoot /home/wook/public_html/
: ServerName www1.xxx.co.kr
: <Directory "/home/wook/public_html/">
: options ExecCGI
: </Directory>
: </VirtualHost>
: <VirtualHost xxx.xxx.xxx.xxx>
: ServerAdmin root at xxx.co.kr : DocumentRoot /usr/local/apache/htdocs/
: ServerName lncsoft.co.kr
: <Directory "/usr/local/apache/htdocs">
: options ExecCGI
: </Directory>
: </VirtualHost>
:
:
: 음.. 그리고 다른곳으로 링크시킨 디렉토리로도 접근을 못하는것 같던데
:
: 왜그런지요--happy linuxing.~~~!~!~!~!