[Solved] pipelog problem

#1
Hello,

I'm using PLESK 8.6 with pipelog enable.
After i installed LiteSpeed, the virtual host domains are no longer updating the log. I got so many error on lsws error.log.

2011-08-22 23:27:12.362 [INFO] Remove pid: 28409, exitcode: 255
2011-08-22 23:27:12.362 [INFO] Pid: 28409 does not associate with any external app
2011-08-22 23:27:14.871 [ERROR] execve() failed with errno=13, when try to start Fast CGI application: /usr/local/psa/admin/sbin/pipelog!
2011-08-22 23:27:14.882 [INFO] Remove pid: 28423, exitcode: 255
2011-08-22 23:27:14.882 [INFO] Pid: 28423 does not associate with any external app
2011-08-22 23:27:15.308 [ERROR] execve() failed with errno=13, when try to start Fast CGI application: /usr/local/psa/admin/sbin/pipelog!

Anyone can help me to resolve this problem?

Thank You :)
 

mistwang

LiteSpeed Staff
#4
It is a permission problem with /usr/local/psa/admin/sbin/pipelog

try "chmod 0755 /usr/local/psa/admin/sbin/pipelog"[FONT=&quot][/FONT]
 
#5
Hello,

After i chmod the error disappear.

However, the apache log on every domains are still not updating any log.
The access_log are still zero byte.

I tried restart lsws, it is still not updating.
 
Top