utorok 10. januára 2012

Fedora SOAP and PHP establishing socket connections problem

If you have problem with host name or permission (error 13) on fedora system, you must enable outgoing network connection.

Run as ROOT:

setsebool -P httpd_can_network_connect 1

and

service httpd restart