Re: [users@httpd] is there a way to split access_log into two?

2014-01-28 Thread Daniel Lescohier
Yes, you can use Apache env vars: CustomLog "|${cronolog} -z GMT ${logpath}/access.${shost}.%Y%m%d%H" common env=!special_log CustomLog "|${cronolog} -z GMT ${logpath}/redir.${shost}.%Y%m%d%H" redirFormat env=rd SetEnv rd 1 SetEnv special_log 1 On Tue, Jan 28, 2014 at 1:21 PM, Qing

[users@httpd] is there a way to split access_log into two?

2014-01-28 Thread Qingshan Xie
Hello,      I'd like to filter some non-business requests into a separate log file.  Is there any a way to do it? Thanks, Q.Xie - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users