Hello
I installed just openlitespeed. I configured at the beginning of the server and added the first vhost.
In it, I added External App (App LSAPI), and the Script Handler added subfix control php on External App.
The external app added:
User suEXEC wireboot
suEXEC Group wireboot
while you save the changes, graceful restart, and even /etc/init.d/lsws restart, all the time I can see that the processes are run under the nobody
root @ Bartlomiej: ~ # ps aux | grep lsphp
Nobody 6430 0.0 0.5 155 804 21284? S 10:56 0:00 lsphp
Nobody 6617 0.0 0.5 155 804 21268? S 11:00 0:00 lsphp
So how should it change? Is there a guide adapted to my question?
I installed just openlitespeed. I configured at the beginning of the server and added the first vhost.
In it, I added External App (App LSAPI), and the Script Handler added subfix control php on External App.
The external app added:
User suEXEC wireboot
suEXEC Group wireboot
while you save the changes, graceful restart, and even /etc/init.d/lsws restart, all the time I can see that the processes are run under the nobody
root @ Bartlomiej: ~ # ps aux | grep lsphp
Nobody 6430 0.0 0.5 155 804 21284? S 10:56 0:00 lsphp
Nobody 6617 0.0 0.5 155 804 21268? S 11:00 0:00 lsphp
So how should it change? Is there a guide adapted to my question?