우선 아파치 APM을 소스로 설치했구여.
설치후 httpd.conf화일을 기본 설정으루해서 홈페이지 띠우는데 성공은
했습니다.
그런데 이것을 다시 일반 사용자 계정 /home/shiva/public_html/에
올리려 합니다. /usr/local/apache/htdocs/에 올리면 들어가짐니다.
그러나 다른 곳의 사용자 홈에서의 홈페이지 구동에 대한 글을 읽어보면
<IfModule mod_userdir.c>
UserDir index.html index.php3
</IfModule>
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
이부분을 수정하라고 나오던데 글에 나온데로 해봐도 안되더군여...
고수님들 이글을 읽으시면 답변 바람니다... 오늘밤에 해결 봐야 하늘뎅...--꼭 부탁 드려
여...