Squid Web Proxy Cache

このエントリーをはてなブックマークに追加
710名無しさん@お腹いっぱい。
DELLのjapanstoreにアクセスできるようにしてみる
acl delljpstore dstdomain jpstore.dell.com
header_access User-Agent deny delljpstore
header_replace User-Agent MSIE
711名無しさん@お腹いっぱい。:2005/04/04(月) 01:19:47
>>710
dell 最低だな……。
712名無しさん@お腹いっぱい。:2005/04/04(月) 10:37:31
>>710
dellはMSIEの使い
713名無しさん@お腹いっぱい。:2005/04/04(月) 15:05:26
>>710
それでアクセスできている?
header_access で deny すると header_replace は replace する
対象がないので効かないと思うけど。
714710:2005/04/04(月) 15:23:23
>>713
# TAG: header_replace
# Usage: header_replace header_name message
# Example: header_replace User-Agent Nutscrape/1.0 (CP/M; 8-bit)
#
# This option allows you to change the contents of headers
# denied with header_access above, by replacing them with
# some fixed string. This replaces the old fake_user_agent
# option.