Home > Backend Development > PHP Tutorial > 求各路大侠 指教!HTTP Error 500 (Internal Server Error)解决办法

求各路大侠 指教!HTTP Error 500 (Internal Server Error)解决办法

WBOY
Release: 2016-06-13 12:38:12
Original
1913 people have browsed it

求各路大侠 指教!HTTP Error 500 (Internal Server Error)
我本地的服务器,在打开网站的时候出现了一下提示,打不开任何页面,
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

------解决方案--------------------
500错误表示服务器内部错误,涵盖的范围有点广
1,访问量过大导致服务器一时难以响应全部请求
2,当php的错误提示被抑制,display_error=Off 。而此页面又反生了致命错误,则会显示500错误
还有其它的可能,我就了解这两点
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template