Hi there,
I have a problem on a 5.5 centos.
I want to run a soft that is daemonized, and listens on port 6789.
This soft is launched through a php page, so, by the apache user.
The problème is that the apache user does not has rights to open / listen on a port.
I tried to add apache user to the root group, but it won't help.
In the application log, I have this every second :
(...)
Sat Nov 6 13:30:13 2010 ERROR Binding socket failed for 127.0.0.1: Err
No 13, Permission denied
Sat Nov 6 13:30:14 2010 ERROR Binding socket failed for 127.0.0.1: Err
No 13, Permission denied
(...)
etc etc etc.
I tried to add apache user in the sudoers with a nopasswd but it's still a no go.
That is it! Any info, ideas, etc will be more than welcome!
Thanks a lot,
licks0re