# -------------------------------------------------------------------------------
# How to install Bacon:
#	1 - put the bacon.pl file into your webserver's cgi-bin directory.
#	2 - Add these lines to your httpd.conf
#		LogFormat "%h|%t|%T|http://%V%U|%>s|%b|%{Referer}i|%{User-Agent}i|%V" bacon
#		CustomLog /var/log/httpd-bacon.log bacon
#	3 - Fix permissions
#               touch /var/log/httpd-bacon.log
#		chown <httpd-daemon user> /var/log/httpd-bacon.log
#		chmod 600 /var/log/httpd-bacon.log
#		mkdir /var/log/weblogs
#		chown <httpd-daemon user> /var/log/weblogs
#		chmod 700 /var/log/weblogs
#	4 - Restart httpd
#		kill -HUP `cat /var/run/httpd.pid`
#
#
# Any questions please contact me at:
# jmrobins@samurai.ruin.org
# -------------------------------------------------------------------------------
