Hi , Does something like following work in Apache/2.0.55 ?
CustomLog "|/bin/gzip -c >>/home/mydir/apache/logs/mydomain.com-access_log.gz" combined In errorlog it says : piped log program '/bin/gzip -c >>/home/mydir/apache/logs/mydomain.com-access_log.gz' failed unexpectedly gzip: >>/home/mydir/apache/logs/mydomain.com-access_log.gz: No such file or directory What could be the issue here ? Thank you -Paras