1. 계정(/usr/local/apache2/bin)
#./htpasswd -c /usr/local/apache2/conf/passwd yadong
#./htpasswd /usr/local/apache2/conf/passwd movie
(2번째부터는 -c[create]옵션 안써줘도 됨)
2. httpd.conf 설정
3. 해당 디렉토리에 인증파일 생성 후 설정
파일명 확인 => .htaccess
ㅁ특정대역 접근통제하려면?
#./htpasswd -c /usr/local/apache2/conf/passwd yadong
#./htpasswd /usr/local/apache2/conf/passwd movie
(2번째부터는 -c[create]옵션 안써줘도 됨)
2. httpd.conf 설정
3. 해당 디렉토리에 인증파일 생성 후 설정
파일명 확인 => .htaccess
ㅁ특정대역 접근통제하려면?
'로그 저장소 :) > 리눅스.Linux' 카테고리의 다른 글
Proxy Server - Squid (0) | 2009.08.12 |
---|---|
DNS 서버 구축 (0) | 2009.08.06 |
Linux Web Server(apache 2.0) (0) | 2009.08.05 |
Apache 1.3에서 새로운 Port 사용하기 (0) | 2009.08.04 |
Linux Web Server(apache 1.3) (0) | 2009.07.31 |