http 인증을 사용하지 못하고 있습니다.
지금 와우 리눅스 6.1 을 사용중입니다.
와우 설치하고, 아파치를 삭제하였습니다.
그리고, mysql, php, 아파치를 설치해서 php 를 사용하고 있습니다.
http.conf 설정에서...
<Directory "/home/httpd/html">
Options Indexes FollowSymLinks ExecCGI MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
AccessFileName .htaccess
<Files ~"^.ht">
Order allow,deny
Deny from all
</Files>
이렇게 설정이 되어져 있습니다.
그리고,,,,
책에 있는 그대로...
.htaccess 파일도 만들었는데.....
AuthName 회원확인
AuthType Basic
AuthUserFile /home/mini2000/http/passws/.htpasswd
AuthGroupFile /dev/null
<Limit GET POST>
require valid-user
</Limit>
안되는군요....
제발 도와 주세요.....