#TODO namespace
destination d_apache22_error { file("/var/log/httpd/apache22-error_log"); };
source s_apache22_error { pipe("/run/apache22-error_log"); };
log { source(s_apache22_error); destination(d_apache22_error); };
destination d_apache22_access { file("/var/log/httpd/apache22-access_log"); };
source s_apache22_access { pipe("/run/apache22-access_log"); };
log { source(s_apache22_access); destination(d_apache22_access); };