On 13 May 2012 15:29, Jack Bates <[email protected]> wrote: > What is the easiest approach? Essentially I want some custom Python code to > run whenever an access log entry is logged
Create a FIFO for your access logs, and then you can pipe to whatever you fancy, python or otherwise. HTH Gary
