求各路大侠 指教!HTTP Error 500 (Internal Server Error)解决办法
程序员文章站
2022-05-07 11:21:44
...
求各路大侠 指教!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
我本地的服务器,在打开网站的时候出现了一下提示,打不开任何页面,
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
相关文章
相关视频