From Kathmann Labs
[edit] Install and Configure SARG to report against Squid Cache log files
- By this point, you should already Squid cache installed, configured, and tested. If not, please visit the Squid Proxy Server page to finish that part of the setup.
- yum install httpd gd gd-devel - install Apache if not already installed
- You may need to add a firewall rule to allow port 80
- vi /etc/sysconfig/iptables - add the following lines, if they don't already exist
- -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT