Snare and Apache
--------------------

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

  CustomLog "|/usr/bin/snareapache 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/snareapache -s local1.info 10.0.0.3 ApacheLog" combined

SnareApache and Solaris
---------------------
Build with 'make solaris'
