`
jiaoronggui
  • 浏览: 1319589 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
博客专栏
B7c2eb31-a8ea-3973-a517-d00141f39b89
项目管理软件-redmin...
浏览量:116142
4a63e153-250f-30f6-a051-97cfc67cb3d3
IT职业规划
浏览量:198804
社区版块
存档分类
最新评论

Apache Error Code 错误内部码以及说明

阅读更多

Apache Error Code 错误内部码以及说明(转载)

 

Code Number  Browser
Error Message  Description  
200  none  This is the normal response where a page has been successfully fetched  
301  none  Page has moved permanently. usually a response from implementing a 301 redirect  
302  none  Page has moved temporarily  
304  none  Page has not been modified since last request (this is an OK response)  
400  Bad Request  The request could not be understood by the server due to incorrect syntax.  
401   Unauthorized User  authentication is required.  
403    Forbidden  The server understood the request, but is refusing to fulfill it.  
404   Page Not Found  The server has not found anything matching the Request-URI.  
405  Method Not Allowed  The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.  
406   Not Acceptable  The server cannot generate a response that the requestor is willing to accept.  
407  Proxy Authentication Required   This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.  
408   Request Timed Out   The server stopped waiting for a client request.  
409   Conflict  The request could not be completed due to a conflict with the current state of the resource.  
410   Gone  The requested resource is no longer available at the server and no forwarding address is known. This condition is similar to 404, except that the 410 error condition is expected to be permanent.  
411.  Length Required  The server requires a content-length in the request  
412  Precondition Failed  The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.  
413  Request Entity Too Large  The server is refusing to process a request because the request entity is larger than the server is willing or able to process.  
414   Request URL Too Long  The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.  
415  Unsupported Media Type  The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.  
500   Server Error   Internal Web server error  
501  No Server  Function not implemented in Web server software  
502   Server Overload  Bad Gateway; a server being used by this Web server has sent an invalid response.  
503  Service Unavailable  Service unavailable because of temporary overload or maintenance.  
504   Gateway Timeout  A server being used by this server has not responded in time.  
505   HTTP Version Not Supported  The server does not support the HTTP protocol version that was used in the request message.

分享到:
评论

相关推荐

    Hive错误之 Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask错误分析_xiaohu21的博客-CSDN博客.mht

    Hive错误之 Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask错误分析_xiaohu21的博客-CSDN博客.mht

    【hive on spark Error】return code 30041 from org.apache.hadoop.hive.ql.exec.spark.SparkTask.

    ERROR : FAILED: Execution Error, return code 30041 from org.apache.hadoop.hive.ql.exec.spark.SparkTask. 前言报错信息异常分析配置改动后记 前言 在成功消除Cloudare管理界面上那些可恶的警告之后,我又对yarn...

    apache-log4j-1.2.16.rar_apache log4j 1.2.16_log4j source code_lo

    Apache Log4j是Java平台上的一个著名日志记录框架,广泛应用于各种Java应用程序中,包括服务器、Web应用、企业级软件等。Log4j 1.2.16是该框架的一个版本,提供了丰富的日志功能,允许开发者灵活地控制日志信息的...

    webservice启动没有问题,通过自动生成的客户端报错

    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder. java:169) at org.apache.axis.encoding.DeserializationContextImpl.endElement(Deseri alizationContextImpl.java:1015) at ...

    org.apache.commons.httpclient 远程下载文件

    System.err.println("An error occurred while downloading the file: " + e.getMessage()); e.printStackTrace(); } finally { getMethod.releaseConnection(); } } } ``` 在上述代码中,我们首先创建了一个`...

    web工程中404/500错误页面配置+404页面模板

    500错误页面则代表服务器遇到了一个内部错误,无法完成请求。这可能是由于服务器的编程错误、配置问题或其他技术故障导致的。设置自定义500错误页面可以向用户显示友好的信息,告知他们出现问题,并提供可能的解决...

    org.apache.commons.lang.StringEscapeUtils

    解决json数据中,返回的数据格式中带有反...如下所示{\"Count\":\"3\",\"ErrorString\":\"\",\"Success\":true,\"URL\":\"http:\\\/\\\/172.16.80.65:8080\\\/LoginSSO.aspx?UserCode=wubg&Type=WorkItem\",\"UserId\":

    支持SSL的Apache安装包

    **Apache SSL 安装详解** 在互联网安全领域,SSL(Secure Sockets Layer)协议和它的继任者TLS(Transport Layer Security)是确保数据传输安全的关键技术。Apache HTTP Server,作为全球最广泛使用的Web服务器,...

    code generate

    另一个标签“工具”提示我们,这篇博客可能介绍了一款用于代码生成的工具,这类工具可能包括但不限于:Apache MyBatis Generator、Hibernate Tools、Visual Studio Code 的扩展插件,或者是自定义的脚本或程序。...

    thinkphp Apache配置重启Apache1 restart 出错解决办法

    错误信息通常是:“Job for httpd.service failed because the control process exited with error code.”,并建议通过`systemctl status httpd.service`和`journalctl -xe`命令查看详细状态和日志。从给出的日志中...

    Windows下Apache的安装配置

    Apache会记录所有请求和错误。在httpd.conf中,你可以配置ErrorLog和CustomLog来指定日志文件的位置,这对于调试和监控非常重要。 10. **安全注意事项** 虽然Apache在默认配置下相对安全,但建议你安装SSL/TLS...

    android 可以访问apache下的1.txt文件的内容

    // Handle error cases } connection.disconnect(); ``` 如果你正在使用的是API 22及以下版本,或者你更倾向于使用第三方库,可以考虑使用Apache HttpClient或OkHttp。这些库提供了更丰富的功能和更好的性能,但...

    网站常见漏洞及解决办法

    <error-code>500</error-code> <location>/system_error.jsp </error-page> ``` #### Apache MPM worker.c远程拒绝服务漏洞 **问题描述**:Apache的多路复用模式(MPM)中的worker模块可能存在远程拒绝服务...

    apache.zip

    在本文中,我们将深入探讨如何使用Node.js搭建一个简单的服务器,并通过安装和使用特定的JavaScript库,如art-template、http、path、url和fs,来模仿Apache服务器的页面展示功能。Node.js是一个强大的、基于Chrome ...

    apache-tomcat-8.5配置优化后

    2. **错误页面**:在`web.xml`中定义全局错误页面,提高用户体验,例如`<error-page><error-code>404</error-code><location>/error/404.html</location></error-page>`。 **优化要点五:安全性** 1. **安全管理器*...

    ldap提示object class violation

    通过理解对象类的概念、明确错误的原因以及采取相应的解决措施,可以有效地解决此类问题。在处理类似问题时,仔细检查配置文件、清理无效数据、利用日志文件以及使用工具辅助都是十分有效的手段。对于复杂的情况,...

    Apache的status相关问题解决办法

    Apache的Status模块是用于监控Apache服务器状态的重要工具,它提供了实时的服务器负载、请求处理、错误日志等信息。在Linux环境下,当遇到与Apache status相关的错误时,可能需要进行一些配置调整或软件安装来解决...

    SVN各种错误提示产生原因及处理方法大全

    **原因分析**:此错误通常表明SVN服务器内部发生了错误,可能是由于服务器端的配置问题或代码缺陷导致。例如,Apache配置文件中的错误、脚本错误或是服务器资源不足等都可能引发此类错误。 **解决方案**: - 检查...

    Struts study code

    Struts是Java Web开发中的一个开源框架,由Apache软件基金会维护。它主要专注于MVC(Model-View-Controller)设计模式,为开发者提供了一种结构化的解决方案,使得Web应用程序的开发更加规范和高效。 在MVC模式中,...

    JAVA项目中异常处理

    `AppException`类有两个属性:`errorCode`和`args`,分别用于存储错误代码和资源文件中定义的占位信息。 异常处理类的定义 我们还定义了一个名为`AppExceptionHandler`的异常处理类,该类继承自`org.apache.struts...

Global site tag (gtag.js) - Google Analytics