리눅스 분류
아파치에서,새로운 유저에게 홈 디렉토리를 추가시켜줄려고
작성자 정보
- fumiya 작성
- 작성일
컨텐츠 정보
- 1,378 조회
- 1 댓글
- 0 추천
- 목록
본문
안녕하세요,~
os : redhet 7.3
apache : 1.3.20
아파치에서,새로운 유저에게 홈 디렉토리를 추가시켜줄려고 하고는데여,,밑에있는것처럼,
httpd.conf에 추가 시켜주면 되나여? 유저이름은 woong 이거든여,,근데,
브라우져에서,http://localhost/woong/ 또는 http://localhost/woong/index.html 하면 "페이지를 찾
을 수 없습니다. (404에러)"고나옵니다.
밑에있는설정 말고 다른곳에 또 설정을 해주어야하나여? 도무지 알수가없습니다.
고수님들 자세한 설명 알려주시면 감사하겠습니다.^^
<Directory /home/woong/index.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>
관련자료
-
이전
-
다음
댓글 1
초보리눅서님의 댓글
- 초보리눅서
- 작성일
일단 <Directory /home/woong/index.html>---><Directory /home/*/public_html>