Changes between Version 9 and Version 10 of TipAndDoc/network/proxy/squid
- Timestamp:
- Jan 1, 2013 3:09:10 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network/proxy/squid
v9 v10 158 158 * {{{192.168.0.1/24}}}とすると、{{{aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '192.168.0.1/24'}}}と警告される 159 159 * それ以外からはBASIC認証 160 161 * /path/to/htpasswd.file はhtpasswdで作成(MD5可) 162 * {{{http_access allow external}}}より先に{{{auth_param}}}が設定されている必要がある 160 * {{{http_access allow external}}}より先に{{{auth_param}}}が設定されている必要がある 163 161 {{{ 164 162 2012/12/31 18:27:34| Processing: acl external proxy_auth REQUIRED … … 166 164 FATAL: ERROR: Invalid ACL: acl external proxy_auth REQUIRED 167 165 }}} 166 167 * /path/to/htpasswd.file はhtpasswdで作成(MD5可) 168 * {{{program /usr/lib/squid3/ncsa_auth}}}は{{{proxy}}}ユーザで動作するため(non-root)、htpasswd.fileのパーミッションは適切に設定する必要がある({{{-rw-r----- 1 root proxy}}}など)