아파치에서 주석두군데 풀었거든요?
잘몰라서...
그리고 디렉토리에
.htaccess
AuthName "사용자 인증"
AuthType Basic
AuthUserFile /home/hoon/htdocs/.htpasswd
AuthGroupFile /dev/null
ErrorDocument 401
<Limit GET POST>
require valid-user
</Limit>
[hoon@localhost hoon]$ htpasswd -c .htpasswd guest
Adding user guest
New password:
Re-type new password:
이렇게 했는데 접속할때 암호를 물어보지 않아요..
어떠하죠? ㅠ.ㅠ
아파치 설정이 틀린거 같은데 알려주세요.
부탁드려요..*^^*