Apache piped logs - split-logfile - zero size files
I am trying to pipe my logs through split-logfile. The correct files are being created but are of zero size. In my httpd.conf I have:
LogFormat "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
and
CustomLog "| /var/log/apache/split-logfile" combined
|