Main Menu
Home
Search
Support
How To's
OpenWiki
Contact Us
Users Blogs
User HowTo's
Announcements
Google Translation

 

 

 

 

installing SquidGuard On Fedora PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Paul Matthews   

Name: Squid
HomePage: http://www.squid-cache.org/
Function: proxy caching server for web clients

Name: SquidGuard
HomePage: http://www.squidguard.org/
Function: SquidGuard is a combined filter, redirector and access controller plugin for Squid

 

1. Firstly you need to download two items, squidguard and Berkeley DB

2. Unzip the Berkeley DB file

gzip -d db-2.7.7.tar.gz
tar -xvf db-2.7.7.tar

3. Then move into the 'build_unix' folder

cd /db-2.7.7/build_unix/

4. And afterwards enter the following commands:

    ../dist/configure
    make
    make test
    make install

5. After the Berkeley DB is installed then we need to install squid guard

gzip -d squidGuard-1.2.0.tar.gz
tar -xvf squidGuard-1.2.0.tar

6. Then move into the directory

cd squidGuard-1.2.0

7. And run in the installation files

[root@fedora squidGuard-1.2.0]# ./configure --with-db-lib=/usr/local/BerkeleyDB/lib

make
make install

8. You can download the squidguard webmin moduel at

http://www.niemueller.de/webmin/modules/squidguard/

or in directly at

http://www.niemueller.de/webmin/modules/squidguard/squidguard-0.91.2.wbm.gz

9. Now to make the blacklists your need to go to the website listed below and download it.

http://ftp.tdcnorge.no/pub/www/proxy/squidGuard/contrib/

or in directly at

http://ftp.tdcnorge.no/pub/www/proxy/squidGuard/contrib/blacklists.tar.gz

10. After that mkdir the next directories

mkdir /var/squidGuard/
mkdir /var/squidGuard/blacklists

11. Then place the download file, 'squidGuard-1.2.0.tar.gz' in the blacklists folder just created and uncompress it

gzip -d squidGuard-1.2.0.tar.gz
tar -xvf squidGuard-1.2.0.tar.gz

then make the squidguard folder and configuration file

mkdir /etc/squidGuard

cp sample.conf /etc/squidGuard/squidGuard.conf

and you should be good to go

 


BookMarking:

 

cell1

cell3 Submit to del.icio.us
cell4
AddThis Social Bookmark Button

 


Trouble Shooting:



Go to the wiki page

Go to the 'Contact Us ' Forum

Go to the how-to's Support Forum


External Links:

 

http://www-jerry.oit.duke.edu/linux/HOWTO/porn_filtering_squid_squidguard_cache_howto.html

 

http://gentoo-wiki.com/HOWTO_squid/squidGuard
Last Updated ( Sunday, 03 June 2007 )