It is better to use Linux for this purpose. , You can make an experiment in your windows and switch to Linux.
installing squid on windows
Download squid for windows from :
http://squid.acmeconsulting.it/download/squid-2.6.STABLE18-bin.zip
Full Installation Instructions are in the documentation.
Change the c:\squid\etc\squid.conf from the default :
acl home src 192.168.0.0/255.255.255.0 # (change it for your subnet)
http_access allow home
cache_dir aufs c:/squid/var/cache 1000 16 256
dns_nameservers 208.67.220.220
run the following commands :
mkdir c:\squid\var\cache
c:\squid\sbin\squid -z
Done,
Now your squid is ready.
squid
Home »
Windows XP
» HowTo Run Squid Proxy Server in Windows XP
HowTo Run Squid Proxy Server in Windows XP
Related Posts:
How to extract icons from EXE, DLL, OCX, and CPL filesWish you could extract all of icons stored on your computer? If I were to ask you how many icons you have stored on your computer, would you be able t… Read More
How to Add Printer to Router With Wireless Laptop and VistaA printer connected to a wireless router allows anyone connected to the router to print from that printer. Wireless routers also provide laptop users … Read More
How to Install Perl on Windows XP1. Download Perl 2. Create Hello World program 3. Learn More We will now install Perl on your computer using the file you jus… Read More
Howto Restore Ubuntu After Windows Installation Using LiveCDWindows will overwrite the grub boot loader , So You cannot access Linux partition after Windows Installation. Tools Required : Ubuntu LiveCD First… Read More
HowTo Run Squid Proxy Server in Windows XPIt is better to use Linux for this purpose. , You can make an experiment in your windows and switch to Linux. installing squid on windows Download … Read More
0 comments:
Post a Comment