Bug 449045
Summary: | selinux-policy-targeted 3.3.1-55 prevents httpd from starting with non-standard DocumentRoot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Blomgren <blomgren.peter> |
Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 9 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-05-30 12:49:47 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
Peter Blomgren
2008-05-30 00:49:09 UTC
If you customize the settings on your machine, you also need to customize the SELinux settings. Turn on the SELinux Boolean setsebool -P httpd_enable_homedirs 1 Fix your labeleing # semanage fcontext -a -t httpd_sys_content_t '/home/myself/SYNC/public_html(/.*)?' # restorecon -R -v /home/myself/SYNC/public_html |