Bug 164867
| Summary: | SELinux policy prevents making connection to external mysql servers | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ian Neubert <ian> |
| Component: | php | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | Keywords: | SELinux |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-08-02 07:58:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ian Neubert
2005-08-02 01:56:41 UTC
This is due to the SELinux policy, which prevents httpd processes from making outgoing network connections by default. The httpd_can_network_connect boolean can be used to change this behaviour; to allow connections: setsebool httpd_can_network_connect=1 passing the -P argument to set the boolean permanently (across reboots). For further information on SELinux/Apache integration in Fedora Core, please see: http://fedora.redhat.com/docs/selinux-apache-fc3/ For general information on SELinux in Fedora Core, please see: http://fedora.redhat.com/docs/selinux-faq-fc3/ |