翻译:
老男孩老师博客——生产环境常见的HTTP状态码列表
https://blog.51cto.com/oldboy/716294
3.1 /etc: not a regular file
不是一个普通文件
3.2 ssh: connect to host 176.16.1.31 port 22: Connection refused
连接到主机176.16.1.31端口22:连接拒绝了
3.3 @ERROR: auth failed on module data
data模块身份验证失败
3.4 secrets file must be owned by root when running as root (see strict
modes)
机密文件只有root用户可以运行
3.5 @ERROR: Unknown module 'data'
找不到data模块
3.6 Name or service not known
域名解析失败
3.7 password mismatch
密码不匹配
3.8 permission denied
没有权限
3.9 remote command not found
远程命令找不到
3.10 wrong fs type
错误的 fs 类型
3.11 Connection refused
连接拒绝
3.12 Address already in use
地址已经被使用
3.13 404 Not found
找不到请求页面
3.14 403 Forbidden
禁止访问,一般为服务器权限配置不当导致
3.15 Cannot assign requested address
不能分配请求地址
3.16 304 Not modified
未修改,自从上次请求后,请求的网页未修改过
3.17 conflicting server name
服务器名称冲突
3.18 401 Authorization Required
未授权,请求要求身份验证,对于需要登录的网页,服务器可能返回此响应
3.19 500 Internal Server Error
内部服务器错误,无法完成请求
3.20 Access denied for user 'wordpress'@'localhost' (using password:
YES)
拒绝访问的用户(使用密码登录)
网友评论