On Fri, 17 Feb 2006 16:04:24 -0800
"Philippe M. Chiasson" <[EMAIL PROTECTED]> wrote:
> Sorry, but it doesn't fix the issue.
>
> For reference, *this* works as expected
> <Perl>
> @LogFormat = ( qq("[%h]" hostname), qq("[%u]" url) );
> @CustomLog = ( qq(logs/hostname hostname), qq(logs/url url));
> </Perl>
>
> The important thing to understand, is that in the general case, in
> <Perl> sections, using
>
> <perl>
> @Directive = ( (a), (b) );
> </perl>
>
> Translate to httpd.conf lingo into
>
> Directive a
> Directive b
>
> And not into:
>
> Directive a b
>
> The only notable exception to this is in nested constructs, like
> $VirtualHosts and such, where you can often use [(a), (b)]
> interchangeably with "a b".
Ah that makes sense. Thanks Philippe!
---------------------------------
Frank Wiles <[EMAIL PROTECTED]>
http://www.wiles.org
---------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]