LIGHTSQUID COMPILATION IN RHEL6
Required software: Perl http server (Apache, lighthttpd, etc) Squid #mkdir –p /var/www/htdocs/ #cd /var/www/htdocs/ #mkdir lightsquid #cd lightsquid #wget https://indoit.googlecode.com/files/lightsquid-1.8.tar.gz #tar -xzf lightsquid-1.8.tar.gz #cd lightsquid-1.8 #chmod +x *.cgi #service httpd stop #rm ‐rf /usr/local/lamp/apache */if apache customised for lamp then remove it/* #yum install httpd #yum install perl* #chown -R apache:apache * #vim /etc/httpd/conf/httpd.conf <Directory "/var/www/html/lightsquid"> AddHandler cgi-script .cgi AllowOverride All </Directory> #yum –y install squid #yim /etc/httpd/conf.d/squid.conf Change “From local host” to from all #yum install httpd #vim /var/www/html/lightsquid/lightsquid-1.8./lightsquid.conf */replace all default path to our path /* #path to additional `cfg` files $cfgpath ="/var/www/html/lightsquid/lightsq...