/
HostBill enterprise: HTTP 403 after reboot
HostBill enterprise: HTTP 403 after reboot
If you’ve experienced HTTP 403 shortly after install and server reboot, it may be a selinux policy that is blocking you. To confirm you may want to temporarily disable selinux by using command in server terminal:
setenforce 0
if it helped, you can permanently solve this by one of following:
Add selinux booleans using commands:
chcon -R -t httpd_sys_rw_content_t /home/hostbill setsebool -P httpd_read_user_content true setsebool -P httpd_can_network_connect true
Disable selinux permanently
Open the SELinux configuration file:
/etc/selinux/config
.Locate the following line:
SELINUX=enforcing
Change the value to disabled:
SELINUX=disabled
Reboot for changes to apply
, multiple selections available,
Related content
How to Install SSL Certificate for HostBill Enterprise
How to Install SSL Certificate for HostBill Enterprise
More like this
How to restart Enterprise WebServer
How to restart Enterprise WebServer
More like this
License troubleshooting
License troubleshooting
More like this
Modules: Apps Connection problems troubleshooting
Modules: Apps Connection problems troubleshooting
More like this
Enable SEO URLs on Enterprise Platform
Enable SEO URLs on Enterprise Platform
More like this
Additional security steps
Additional security steps
More like this