CentOS
From Resin 3.0
CentOS
When using Resin with Apache HTTPD on CentOS, SELinux may block the Apache process from connecting to Resin. To allow Apache to make these connections, run:
setsebool -P httpd_can_network_connect on
Take note that this command will allow Apache to make any outbound network connections. Check with your local security policies.