Difference between revisions of "Squid"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
Line 9: Line 9:
  
 
= configure it =
 
= configure it =
Change http_access under /etc/squid/squid.conf
+
Change http_access to be allowed in /etc/squid/squid.conf:
 +
http_access allow all
  
 
= use it =
 
= use it =

Latest revision as of 17:01, 9 September 2012

Squid is a proxy software, that means it fetches internet sites for you. Here is an example how to use squid with SUSE Linux 12.1.

install it

open a console and enter

yast -i squid3

start it

/etc/init.d/squid start

configure it

Change http_access to be allowed in /etc/squid/squid.conf:

http_access allow all

use it

Point your firefox to port 3128.

See also