- ดาวน์โหลด squid สำหรับ windows ก่อนเลย http://squid.acmeconsulting.it/
- แตกไฟล์ไปที่ c:\squid\
- copy & rename file default ภายใต้ folder c:/squid/etc/
- ให้ได้ 3 ไฟล์นี้ squid.conf, mime.conf, cachemgr.conf
- เปิด command prompt และ cd ไปที่ c:/squid/sbin/ ไปหา squid.exe
- ติดตั้ง squid ด้วยคำสั่ง
squid -i
- เราจะได้ Squid ที่เราสามารถพบได้ใน services.msc
- และที่สำคัญต้องสร้าง swap ด้วยไม่งั้นมันไม่ทำงาน เค้าว่างั้น ด้วยคำสั่ง
squid -z
- start service ด้วยคำสั่ง
net start squid หรือ sc start squid
- port เริ่มต้นจะเป็น 3128
สรุปสั้นๆ
- extract file to c:\squid
- copy & rename under folder squid/etc *.default to .conf such as squid.conf, mime.conf, cachemgr.conf
- install squid
cd c:/squid/sbin
squid -i (default servicename is Squid)
squid -z (for swap)
- start service in services.msc
net start squid
Related
- http://juuier.blogspot.com/2009/06/launch-program-by-command-line-in.html
- http://wiki.squid-cache.org/ConfigExamples/Authenticate/Mysql
Refer
- http://squid.acmeconsulting.it/
- http://squid.acmeconsulting.it/index.html
- http://www.siamcafe.net/squid1.html
- http://www.youngzsoft.net/ccproxy/
- http://xirbit.com/html/programs/winroute/index.html
- http://xirbit.com/html/programs/winroute/webadmin.html
- http://www.dld.go.th/ict/article/internet/net21.html
- http://ninjabluewave81.blogspot.com/2009/01/proxy-ccproxy-661.html
- http://www.compspot.net/index.php?option=com_content&task=view&id=42&Itemid=46
- http://www.cyberciti.biz/faq/squid-content-filter-block-files/
- http://www.thaiadmin.org/board/index.php?topic=41585.0
No comments:
Post a Comment