User Tools

Site Tools


networking:linux:qlproxy

This is an old revision of the document!


Quinto Labs Content Security

Howto

Installation

Install Requirements

yum install wget system-config-firewall-tui squid httpd php
vi /etc/squid/squid.conf

http_access allow localnet
acl localnet src 192.168.0.0/16
visible_hostname       proxy
chkconfig squid on
service squid start
chkconfig httpd on
service httpd start

Configure Firewall

Open HTTP (80), HTTPS (443) and add a custom port 3128 (tcp protocol).

system-config-firewall-tui

Install QuintoLabs Content Security

wget http://www.quintolabs.com/qlproxy/binaries/1.4.2/qlproxy-1.4.2-32d12.i386.rpm

yum --nogpgcheck localinstall qlproxy-1.4.2-32d12.i386.rpm
networking/linux/qlproxy.1324764755.txt.gz · Last modified: 2011/12/24 15:12 by gcooper