SnareText and Apache
--------------------

* Install the snaretext binary in /usr/bin/
* Add a 'CustomLog' directive to your httpd.conf as follows:

  CustomLog "|/usr/bin/snaretext 10.0.0.3 ApacheLog" combined

* Restart your apache web server

To send to a remote syslog server, use the -s flag:
 
  CustomLog "|/usr/bin/snaretext -s local1.info 10.0.0.3 ApacheLog" combined
