News : LinuxSolved.com Linux Help Community Forum..
Installation guide.1. Unpack tarball.2. Put squid2mysql perl script and sqauth sh script into squid directory.3. Remove squid log file and create named pipe file with name of squid log file ("mknod /var/log/squid/access.log p").4. Configure squid Authenticate_program record, set it (for example) to /usr/local/squid/bin/sqauth. Set authenticate_ttl to 5 minutes.Set acl proxy-auth to REQUIRED.5. When you started squid, you must start squid2mysql too. Before or after, it depends on system what you are using. Before script example: #!/bin/sh /usr/local/squid/bin/squid2mysql < /var/log/squid/access.log & /usr/local/squid/bin/squid -D & EOF6. Put report scripts to your web-server htdocs directory (example, /usr/local/apache/htdocs/squid)7. Put sqlogarch and sqlogupload from modules directory to /var/arch/squid.8. Configure squid2mysql, sqauth, include.php, sqlogarch and sqloguploadfiles (some first lines). Note, that you have to has installed Apache withPHP and MySQL support and DBI perl modules.