OS: CentOS 5.5
I have a 2 users which are part of a group. I would like to allow that group to be able stop and start Apache, but not grant access as root.
I have been looking at the Sudoers approach but I understand this will fail as a process trying to listen on ports between 1 - 1024 requires root access.
Could anyone suggest a solution?
Thanks in advance