Hello On 2005-05-31 Fredrik Steen wrote: > I'm in the process of building a web farm consisting of 10-20-30 something web > servers handling 300k of virtual hosts and have started to look at how to > handle logging for these hosts. Don't know if it's performant enough but you could just use a script like logger to do remote syslogging: CustomLog "| /usr/bin/logger -p local7.info -t www.example.com" ... bye, -christian-