How can you configure squid in windows xp?

Windows

1 answer

Answer

1220273

2026-03-28 01:25

+ Follow

http_port 8080

icp_port 0

acl QUERY urlpath_regex cgi-bin \?

no_cache deny QUERY

cache_mem 16 MB

cache_dir ufs c:/squid/var/cache 100 16 256

redirect_rewrites_host_header off

memory_replacement_policy lru

acl localnet src 192.168.5.0/255.255.255.0

acl localhost src 127.0.0.1/255.255.255.255

acl Safe_ports port 80 443 210 119 70 21 1025-65535

acl CONNECT method CONNECT

acl all src 0.0.0.0/0.0.0.0

http_access allow localnet

http_access allow localhost

http_access deny !Safe_ports

http_access deny CONNECT

http_access deny all

# cache_mgr abc@Yahoo.com

cache_effective_user nobody

# cache_effective_group squid

log_icp_queries off

# cachemgr_passwd my-secret-pass all

buffered_logs on

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.