一.下載squid for windows
下載地址:http://www.acmeconsulting.it/SquidNT.html
二.安裝與配置
1.解壓squid-2.6.STABLE6-NT-bin.zip到C:\squid
2.單擊[開始],選擇"運行",輸入 cmd ,在命令提示符窗口內輸入以下命令:
C:\>cd c:\squid\etc
C:\squid\etc>copy squid.conf.default squid.conf
**將Squid的默認配置文件復制一份并起名為squid.conf
C:\squid\etc>copy mime.conf.default mime.conf
**將mime.conf.default復制一份并起名為mime.conf
3.編輯squid.conf,根據需要添加和修改以下內容
http_port 3128???? ;定義squid監(jiān)聽端口
visible_hostname tianwei-itrus :定義機器名
cache_mem 64 MB??? ;定義代理服務器緩存
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255? :定義本地網絡為localhost
acl outnetwork? 192.168.10.0/255.255.255.0
acl SSL_ports port 443
acl Safe_ports port 80? # 定義http端口
acl Safe_ports port 21? # 定義ftp端口
acl Safe_ports port 443? # https
acl Safe_ports port 70? # gopher
acl Safe_ports port 210? # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280? # http-mgmt
acl Safe_ports port 488? # gss-http
acl Safe_ports port 1863? # filemaker
acl Safe_ports port 777? # multiling http
acl CONNECT method CONNECT
http_access allow localhost manager
http_access allow outnetwork
icp_access allow all
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_reply_access allow all
icp_access allow all
http_access deny all
三.啟動
c:\>cd c:\squid\sbin
C:\squid\sbin>squid -i (注冊Squid為Windows的服務)
C:\squid\sbin>squid -z (生成高速緩存的目錄)
C:\squid\sbin>squid
關鍵詞標簽:Windows,squid
相關閱讀
熱門文章 CentOS NTP服務器安裝與配置 VMware中Shared Folders(共享文件夾)的配置 使用Python配平化學方程式的方法 Linux(Unix)時鐘同步ntpd服務配置方法
人氣排行 VMware中Shared Folders(共享文件夾)的配置 CentOS NTP服務器安裝與配置 nginx搭建flv流媒體服務器 Windows 2003下配置架設NTP時間服務器 詳細!解決WSUS服務器更新問題(附官方鏈接) heartbeat+LVS-ipvsadm+ldirectord搭建lvs DR集群 nginx的自動啟動腳本 使用Python配平化學方程式的方法