Access Log Issues

#1
Hi Guys

Just wondering if you guys could help me. I am getting the following errors in my log file

---------------------------
2009-08-12 17:23:06.033 ERROR [config:server:epsr:/usr/local/psa/admin/sbin/pipelog] missing <address> in <extProcessor>
2009-08-12 17:23:06.033 ERROR [config:vhost:theybf.com:logging:accesslog] failed to set up access log!
---------------------------

I have made sure the access log file exists and that the ownership is correct and even chmoded it to 755 for now

----------------
-rw-r--r-- 1 apache apache 5253 Aug 12 15:51 access.log
-rwxr-xr-x 1 apache apache 0 Aug 12 16:23 access.xxxxxxx.log
----------------

I assume the other error is based upon the first error, however either way I am installing my own piped logging tool so I guess that error can be ignored for now.

Any help would be appreciated for a newbie too LSWS
 

auser

Super Moderator
#2
when configure "Piped Logger" at Server->External App,

under:
Address for remote logger (Optional), just fill an dummy url there, like
127.0.0.1:12345

there maybe warning or error message in error.log, just ignore them, and see if your piped logger works.
 
Top