: Tue Topholm
Cc: modperl@perl.apache.org
Emne: 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 has
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"
Tr
me/log/$domain-access_log.%Y-%m-%d"
combined}
- Original Message -
From: "Tue Topholm" <[EMAIL PROTECTED]>
To: "'Lupe Christoph'" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, November 08, 2006 1:32 PM
Subject: SV: Mod_perl + cronolog
> Hi L
On Wednesday, 2006-11-08 at 19:32:05 +0100, Tue Topholm wrote:
> I don't have problem with this, it works just fine...
Let me be explicit: that is shitty Perl code. I have no idea what is
causing your real problem, but you should not write code like that. What
you did is write a shell script in P
Good morning,
On 8/11/06 at 7:32 PM +0100, Tue Topholm <[EMAIL PROTECTED]> wrote:
>It is this line:
>
>CustomLog => "|/usr/sbin/cronolog /home/log/$domain-access_log.%Y-%m-%d
>combined",
Try using single quotes or escaping the percent characters.
Charlie
--
Charlie Garrison <[EMAIL PROTE
Hi Lupe
I don't have problem with this, it works just fine...
It is this line:
CustomLog => "|/usr/sbin/cronolog /home/log/$domain-access_log.%Y-%m-%d
combined",
It gives me this failure:
apachectl: Configuration syntax error, will not run "graceful":
Syntax error on line 2 of /vhosts/vhosts.