最近在安装cacti,第一遍没有安装成功。准备重新安装的时候出现了403错误。
cacti文件夹是直接用wget下载的,因为原先没有出现403错误,应该不是httpd配置问题。
最后找到了是SELinux的问题。
[root@localhost ~]# ls -lZ cacti-1.1.28
-rw-rw-r–. sunliguo sunliguo unconfined_u:object_r:admin_home_t:s0 about.php
这个是直接用wget下载后解压的。
[root@localhost ~]# chcon -R -t httpd_sys_content_t cacti-1.1.28/
[root@localhost www]# ls -lZ cacti-1.1.28/
-rwxr-xr-x. sunliguo sunliguo unconfined_u:object_r:httpd_sys_content_t:s0 about.php