On Thu, 10 Nov 2005 11:54:19 -0600 Brian Phillips <[EMAIL PROTECTED]> wrote:
> I'd like to be able to do something like this: > <Perl> > @LogFormat = ( > '"%h %l %u %t \\"%r\\" %>s %b \\"%{Referer}i\\" \\"%{User-Agent}i\\"" > combined'], > '"%h %l %u %t \\"%r\\" %>s %b" common', > '"%{Referer}i -> %U" referer', > '%{User-agent}i agent', > ); > > @CustomLog = ( > ['logs/access_log', 'common'], > ['logs/referer_log', 'referer'], > ['logs/agent_log', 'agent'], > ); > > </Perl> > > Does anyone have a working example of how to use multiple values for > these specific directives? Try this patch and let me know if it works for you. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------
perlsections.patch
Description: Binary data