Archive

Posts Tagged ‘shell scripting’

Lighttpd – Separate log files for each vhost

November 10th, 2009

I could not resist digging into my administrative and shell experience when I saw that somebody wrote a php script to dynamically split lighttpd logs. Hmm I use php for more complicated stuff.

I achieved this by putting the following into lighttpd.conf

accesslog.filename          = "|/usr/bin/splitlog.sh"

Read more…

General Articles ,