Truncated command line

#1
Hi,

The command line for the lsphp processes is truncated. The truncations seems to be based on number of characters and can be anywhere in the command line. Here is one example:
#cat /proc/881971/cmdline
lsphp:/username/public_html/wp-admin/admin-ajax.php

This example should have been:
lsphp:/home/username/public_html/wp-admin/admin-ajax.php

Is there a setting anywhere in LiteSpeed where I can prevent that truncation?

Thanks in advance for any input.
 

mistwang

LiteSpeed Staff
#2
Yes, there is size limit, if do not truncate, the lsphp process may crash.
To make it longer involves code change in LSAPI implementation and other components.
 
#3
Hi mistwang,

Ok. It would be better with the full path dealing with these processes in regards of surveillance on servers etc. so if you see a possibility to add this in the future it would be good.

Thanks for the update.
 
Top