MySql Squid Log

Squid 2.7 code has the feature to push logfile writing into an external process, freeing up the main squid process from the potentially blocking stdio writes.

This has the cute side-effect of enabling users to write external programs to send squid logs to a central logging server over the network or to a database etc.

This program is a plugin or an external program to send the access log entries to mysql database. It helps to store the access details to a local or remote mysql server.

The source code is released under the GNU General Public License Version 2.

Mail Your suggestions to [email protected]