Apache:403 syslogd restart后权限被拒绝

时间:2013-06-26 17:10:45

标签: apache centos permission-denied syslog

在syslogd retarted之后,Apache开始记录Permission denied错误。盒子上没有任何变化。权限是755全面,配置文件没有改变。我甚至在通往web文件夹的所有文件夹上设置了777的权限,并重新启动了httpd。 SElinux禁用。 CentOS发布5.7。有什么想法吗?

[user@host log]$ sudo cat messages
Jun 23 04:02:55 systools syslogd 1.4.1: restart.

[user@host log]$ head /etc/httpd/logs/error_log
[Sun Jun 23 04:03:02 2013] [notice] Digest: generating secret for digest authentication ...
[Sun Jun 23 04:03:02 2013] [notice] Digest: done
[Sun Jun 23 04:03:04 2013] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Sun Jun 23 04:03:05 2013] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[Sun Jun 23 04:04:16 2013] [error] [client 192.168.1.190] (13)Permission denied: access to /incident/rss.php denied
[Sun Jun 23 04:09:14 2013] [error] [client 192.168.1.190] (13)Permission denied: access to /incident/rss.php denied
[Sun Jun 23 04:14:14 2013] [error] [client 192.168.1.190] (13)Permission denied: access to /incident/rss.php denied
[Sun Jun 23 04:19:15 2013] [error] [client 192.168.1.190] (13)Permission denied: access to /incident/rss.php denied
[Sun Jun 23 04:24:16 2013] [error] [client 192.168.1.190] (13)Permission denied: access to /incident/rss.php denied

    Forbidden

You don't have permission to access / on this server.
Apache/2.2.3 (CentOS) Server at systools.corp.webex.com Port 80

1 个答案:

答案 0 :(得分:0)

更改了文件的权限并重新启动了httpd。

find /var/www -type d -exec chmod 775 {} \; find /var/www -type f -exec chmod 664 {} \; /etc/init.d/http restart