简体   繁体   English

Cpanel错误日志[客户端被服务器配置拒绝]

[英]Cpanel error log [ client denied by server configuration ]

This is the first time I visited my error log (in cpanel) and found this: 这是我第一次访问错误日志(在cpanel中)并发现以下内容:

client denied by server configuration: /home/mydomain/public_html/myFolder/index.php3, referer: http://some_domain.com
client denied by server configuration: /home/mydomain/public_html/myFolder/index.php4, referer: http://some_domain.com
client denied by server configuration: /home/mydomain/public_html/myFolder/index.cgi, referer: http://some_domain.com
client denied by server configuration: /home/mydomain/public_html/myFolder/index.pl, referer: http://some_domain.com
client denied by server configuration: /home/mydomain/public_html/myFolder/index.shtml, referer: http://some_domain.com
client denied by server configuration: /home/mydomain/public_html/myFolder/index.html, referer: http://some_domain.com
client denied by server configuration: /home/mydomain/public_html/myFolder/index.htm, referer: http://some_domain.com

client denied by server configuration: /home/mydomain/public_html/myFolder/index.php3
client denied by server configuration: /home/mydomain/public_html/myFolder/index.php4
client denied by server configuration: /home/mydomain/public_html/myFolder/index.cgi
client denied by server configuration: /home/mydomain/public_html/myFolder/index.pl
client denied by server configuration: /home/mydomain/public_html/myFolder/index.shtml
client denied by server configuration: /home/mydomain/public_html/myFolder/index.html
client denied by server configuration: /home/mydomain/public_html/myFolder/index.htm

Above in referer theres a domain and in second theres no referer. 在参照中的上方有一个域,在第二个中没有参照。

Is some body trying to hack me? 是否有人试图砍死我? Or what is this..? 或者这是什么..?

Thank You. 谢谢。

Had same issue. 有同样的问题。

Try to put DirectoryIndex index.php in your .htaccess 尝试将DirectoryIndex index.php放入.htaccess中

Hope this will fix problem 希望这能解决问题

Maybe someone's trying to enumerate your publicly accessible files? 也许有人试图枚举您的公共可访问文件? Not sure, Im not really familiar w/the format of CPanel's log file. 不确定,我对CPanel日志文件的格式不是很熟悉。

Can you get access to apache.log for the same time frame? 您可以同时访问apache.log吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM