> > Thanks Daniel, > > I found this command to enable httpd open network connection > over SELinux > > /usr/sbin/setsebool -P httpd_can_network_connect=1 > > Filipe Tomita > Mmm... it works but enable ALL connections... if you use SELinux I would try to restrict connections to given hosts:ports freddy77