Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I install SQUID
#1

How do I install and configure SQUID !!

- http proxy

- ftp proxy

Reply
#2

whats the distribution of linux that you are using, because you might be able to simply install from RPM's or Deb's :)

 

Fedora



Code:
yum install squid




 

Debian (if you have apt on fedora you can do this too :))



Code:
apt-get install squid




 

;)

Reply
#3
On Linux SlackeWare 10.1
Reply
#4

Hi

 

First of all please get yourself a book of linux basics, then www.squid-cache.org get squid, configure it and install it.

You just need to read the squid.conf file thats has ~3400 lines.

 

Isn't that hard

Reply
#5

Don't normally like sending away from the forum but I'm not a slackware user, so hopefully you can try these and come back with any problems that you find along the way.

 

First you might want to install swaret, which is a package handling utility (can handle upgrade/install/remove with source or binary installs too). So try this:

 



Code:
# wget http://peterhost.dl.sourceforge.net/sourceforge/swaret/swaret-1.6.2-noarch-1.tgz.tar
# mv swaret-1.6.2-noarch-1.tgz.tar swaret-1.6.2-noarch-1.tgz
# installpkg swaret-1.6.2-noarch-1.tgz
# swaret --set VERSION=10.1
# swaret --update
# swaret --upgrade
# swaret --install squid




 

Hope this is right (maybe one of the slackhead's can confirm it for me :))

 

Also these might help:

[/url]http://www.squid-cache.org - Official site

http://squid-docs.sourceforge.net - Documentation for squid

http://squid.visolve.com/squid/sqguide.htm - A quick start guide to installing/configuring.

 

If you want to install as per usual with slack, you can try searching here to find the squid package to be installed:

[url=http://www.linuxpackages.net/]http://www.linuxpackages.net/

 

 

Like I said, any issues come back :)

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)