Hello,
I was able to setup a new log format no problem...
I added to httpd.conf (did the distill & rebuild):
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{pce-site}C" combinedUser
I added a file:
/usr/local/apache/conf/userdata/std/2/user-name/domain.tld/customlog.conf
with contents:
CustomLog /usr/local/apache/domlogs/domain.tld combinedUser
All this seems to work well.
My question is how can I do this with piped logging?
Thanks,
Jay
I was able to setup a new log format no problem...
I added to httpd.conf (did the distill & rebuild):
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{pce-site}C" combinedUser
I added a file:
/usr/local/apache/conf/userdata/std/2/user-name/domain.tld/customlog.conf
with contents:
CustomLog /usr/local/apache/domlogs/domain.tld combinedUser
All this seems to work well.
My question is how can I do this with piped logging?
Thanks,
Jay