[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SV: Mod_perl + cronolog


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


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.