Tue Topholm wrote:
Any idea what it could be?

I believe Charlie Garrison already told you the answer: you have to escape the % symbols in your double-quoted string. They will be interpreted by perl as hashes.

CustomLog => qq{"|/usr/sbin/cronolog /home/log/$domain-access_log.%Y-%m-%d"

Try qq{"|/usr/sbin/cronolog /home/log/${domain}-access_log.\%Y-\%m-\%d"} instead.

- Perrin

Reply via email to