Windows下安裝squid的步驟詳解_伺服器其它

來源:互聯網
上載者:User
一.下載squid for windows

  下載地址:
http://www.acmeconsulting.it/SquidNT.html
http://www.jb51.net/softs/43599.html

二.Windows下安裝squid與配置

  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監聽連接埠

  visible_hostname tianwei-itrus :定義機器名

  cache_mem 64 MB ;定義Proxy 伺服器緩衝

  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

三.Windows下安裝squid完成後,啟動squid

  c:\>cd c:\squid\sbin

  C:\squid\sbin>squid -i (註冊Squid為Windows的服務)

  C:\squid\sbin>squid -z (產生快取的目錄)

  C:\squid\sbin>squid
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.