IIS+PHP7.0 都部署完了,打开页面提示 :500 - Internal server error.**There is a problem with the resource you are looking for, and it cannot be displayed.**是哪里出问题了,阿里云我也是一样方式部署的 一切正常!
502 Bad Gateway状态代码的定义是:
如果错误是由数据库引起的,是否使用适当的状态代码进行响应?尽管500 Internal Server Error状态代码的定义没有说明错误必须是内部的,但我不喜欢在错误是外部时使用它。web服务器是否可以被视为网关或代理,因为它执行的任务不是与数据库通信,例如调用其他API和服务?
这东西用了一年多,突然又回到了一个异常。URLConnection conn = url.openConnection();{ //the rest of the code doesn't go - exception works out catch(Exception ex) Error = ex.getMessage();