Displaying 1 result from an estimated 1 matches for "spfiled461".
2011 Jul 18
3
EL6, xinetd, and permissions. What am I missing?
...ot;least permissions
necessary". Because it reads/writes files in conjunction with a web-based
service, it runs as user "apache".
Here's my xinet.d/spfiled.conf: (this is in dev, each developer has his own
number)
#################### spfiled.conf ##################
service spfiled461
{
socket_type = stream
wait = no
user = apache
group = apache
server = /path/to/filed.php
protocol = tcp
disable = no
bind = 192.168.3.2
port = 1...