CentOS

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Emil (Talk | contribs)
(New page: == 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 htt...)
Newer edit →

Revision as of 21:54, 28 September 2009

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.

Personal tools