简体   繁体   English

内部服务器错误

[英]Internal Server Error

When i visit a sub folder on my server i am getting the following error. 当我访问服务器上的子文件夹时,出现以下错误。

The server encountered an internal error or misconfiguration and was unable to complete your request. 服务器遇到内部错误或配置错误,无法完成您的请求。

Please contact the server administrator, webmaster@bakasura.in and inform them of the time the error occurred, and anything you might have done that may have caused the error. 请与服务器管理员webmaster@bakasura.in联系,并告知他们错误发生的时间以及您可能做的任何可能导致错误的事情。

More information about this error may be available in the server error log. 服务器错误日志中可能会提供有关此错误的更多信息。

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. 此外,尝试使用ErrorDocument处理请求时遇到500内部服务器错误错误。 Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.16 Server at bakasura.in Port 80 Apache / 2.2.17(Unix)mod_ssl / 2.2.17 OpenSSL / 0.9.7a mod_auth_passthrough / 2.1 mod_bwlimited / 1.4 FrontPage / 5.0.2.2635 PHP / 5.2.16服务器bakasura.in端口80

i dont have a .htaccess in that folder nor in the root directory. 我在该文件夹或根目录中都没有.htaccess文件。 Any idea how i can solve this ? 知道我该如何解决吗?

http://bakasura.in/hmv/ http://bakasura.in/hmv/

Error LOG 错误日志

[date] [error] [client 117.192.124.74] File does not exist: /home/bakasura/public_html/404.shtml
[date] [error] [client 117.192.124.74] File does not exist: /home/bakasura/public_html/html
[date] [error] [client 117.192.124.74] File does not exist: /home/bakasura/public_html/404.shtml
[date] [error] [client 117.192.124.74] File does not exist: /home/bakasura/public_html/html
[date] [error] [client 117.192.124.74] File does not exist: /home/bakasura/public_html/404.shtml
[date] [error] [client 117.192.124.74] File does not exist: /home/bakasura/public_html/html

[date] [error] [client 122.167.73.182] File does not exist: /home/bakasura/public_html/404.shtml [日期] [错误] [客户端122.167.73.182]文件不存在:/home/bakasura/public_html/404.shtml

[date] [error] [client 122.167.73.182] File does not exist: /home/bakasura/public_html/favicon.ico [日期] [错误] [客户端122.167.73.182]文件不存在:/home/bakasura/public_html/favicon.ico

[date] [error] [client 122.167.73.182] File does not exist: /home/bakasura/public_html/404.shtml [日期] [错误] [客户端122.167.73.182]文件不存在:/home/bakasura/public_html/404.shtml

[date] [error] [client 122.167.73.182] File does not exist: /home/bakasura/public_html/favicon.ico [日期] [错误] [客户端122.167.73.182]文件不存在:/home/bakasura/public_html/favicon.ico

[date] [error] [client 180.234.85.76] File does not exist: /home/bakasura/public_html/404.shtml [日期] [错误] [客户端180.234.85.76]文件不存在:/home/bakasura/public_html/404.shtml

[date] [error] [client 180.234.85.76] File does not exist: /home/bakasura/public_html/favicon.ico [日期] [错误] [客户端180.234.85.76]文件不存在:/home/bakasura/public_html/favicon.ico

[date] [error] [client 180.234.85.76] File does not exist: /home/bakasura/public_html/404.shtml [日期] [错误] [客户端180.234.85.76]文件不存在:/home/bakasura/public_html/404.shtml

[date] [error] [client 180.234.85.76] File does not exist: /home/bakasura/public_html/favicon.ico [日期] [错误] [客户端180.234.85.76]文件不存在:/home/bakasura/public_html/favicon.ico

服务器错误日志中可能会提供有关此错误的更多信息。

I think the entire path to /home/bakasura/public_html/html must be accessible. 我认为/home/bakasura/public_html/html的整个路径都必须可访问。

That is, /home/bakasura should also have chmod a+x (execute, not read) permissions otherwise Apache can't even enter /home/bakasura/public_html . 也就是说, /home/bakasura还应该具有chmod a + x(执行,而不是读取)权限,否则Apache甚至不能输入/home/bakasura/public_html

I would ensure that all directories in the path have at least chmod a+x , and that both public_html and public_html/html contain an index.html which is chmod a+r . 我将确保路径中的所有目录都至少具有chmod a+x ,并且public_htmlpublic_html/html都包含index.html,即chmod a+r

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

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