
02-13-2013, 07:26 PM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,226
|
|
Quote:
|
Also, why can't you use PHP suEXEC daemon mode when configuring a vhost via vhost template?
|
I think daemon mode should apply for server level ext app lsphp only.
in daemon mode, root lsphp process is running as root, it can fork child php process with userid:group id.
demon mode lsphp should serve for all users, not for a single user.
for a single user, non-daemon mode is enough.
|