Redhat CentOS Apache 403 error
CENTOS7 apache2.2.34 Source Package installed successfully, confirm process started (Ps-le | grep httpd), the firewall is closed but the access times are wrong:
Forbidden you don't have permission to access/on the This server
The reason for this is: in the installation directory/conf/httpd.conf configuration file
User Deamon
Group Deamon
option is not modified, the above configuration is the default configuration, and its revision is changed to
User test (username to install HTTP)
Group Test (user group name with HTTP installed)
Access is normal.
Note: Centos7 firewall on, off settings
Systemctl Stop Firewalld.service #Stop firewall, start open
Systemctl disable firewall.service? Disable the startup of firewall
Firewall CMD -- state? View the default firewall status (show notrunning after turn off, show running when turned on)
Redhat CentOS Apache 403 error Forbidden you are having permission to access/on this server