I setup setfacl permission to a user, by doing
Giving user access to run the restart script. but at the user end, he's unable to execute the restart script-
asked 17 Dec '12, 11:43 Prajwal |
This is because the processes are run as your primary account user. They can not be restarted by a secondary user. answered 17 Dec '12, 13:33 bmeyer71 ♦♦ is there any workaround to fix this? everytime i have to restart the apache process. Doesn't make much sense.
(17 Dec '12, 13:40)
Prajwal
There is no work around. Only root can kill processes started by another user. This is part of the security model of the OS.
(17 Dec '12, 14:54)
bmeyer71 ♦♦
|
http://community.webfaction.com/questions/6213/how-can-i-let-another-user-restart-my-django-apps-apache-server Solved. ;) answered 22 Dec '12, 07:45 Prajwal |