CentOS

From Resin 3.0

Revision as of 21:54, 28 September 2009 by Emil (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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