제 도메인이 http//satap.org 입니다
그 계정에 하위 계정을 주면
http//satap.org/~계정명 이렇게 되는데
인터넷 브라우저에 http//satap.org/~계정명 이라고 치면 파일을 찾을
수 없다는 에러 메세지가 뜨네요...
근데 http//satap.org/~계정명/index.html 이라고 치면 되거든요
제 서버의 httpd.conf 파일의 내용입니다
### Section 1 Global Environment
#
ServerType standalone
ServerRoot "/etc/httpd"
PidFile /var/run/httpd.pid
ResourceConfig /dev/null
AccessConfig /dev/null
Timeout 300
KeepAlive On
MaxKeepAliveRequests 0