미니옵빠의 code stubs
proxy server - squid ncsa_auth 인증 방법 본문
아래 article 참고
http://www.cyberciti.biz/tips/linux-unix-squid-proxy-server-authentication.html
설정 파일내 핵심은 아래와 같다.
auth_param basic program /homedir/apps/squid/libexec/ncsa_auth /homedir/apps/squid/etc/passwd
auth_param basic children 20
auth_param basic realm Mobile Testing proxy Server
auth_param basic credentialsttl 24 hours
auth_param basic casesensitive off
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users