안녕하세여 .. 제가보기엔 잘못수정하신듯한데여 ???
님같은 경우 apache/htdoc 에 파일을 올리게되있져 ?
그런데 일반사용자계정에 올리고싶다는말씀이져 ??
그렇다면 밑에
<IfModule mod_userdir.c>
UserDir index.html index.php3
</IfModule> 부분이 잘못설정된듯하내염 쩝..
이렇게 해보세염..
<IfModule mod_userdir.c>
UserDir public_html
</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 Includes ExecCGI
<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>
그리구 중요한건 사용자계정에 public_html 디렉토리를 만들어주시고
퍼미션을 주신담에 index.html 파일을 넣어보세여 ..
성공하시길빕니당.. ㅠㅠ
http://www.linuxkill.com 널러오세염 *^^*
: 우선 아파치 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>
:
:
: 이부분을 수정하라고 나오던데 글에 나온데로 해봐도 안되더군여...
:
: 고수님들 이글을 읽으시면 답변 바람니다... 오늘밤에 해결 봐야 하늘뎅...
:
: --
: 꼭 부탁 드려여...--왜서명을해야되징 ㅡㅡ/?