support a more flexible log config like the folliwing: log { file = "global.log" }; -- global VirtualHost "blah" log { file = "blah.log" }; -- seperate file VirtualHost "foo" log { file = "foo.log" }; -- another file
support a more flexible log config like the folliwing: log { file = "global.log" }; -- global VirtualHost "blah" log { file = "blah.log" }; -- seperate file VirtualHost "foo" log { file = "foo.log" }; -- another file