Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 32384 invoked from network); 3 Oct 2009 16:23:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Oct 2009 16:23:06 -0000 Received: (qmail 69608 invoked by uid 500); 3 Oct 2009 16:23:05 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 69519 invoked by uid 500); 3 Oct 2009 16:23:05 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 69467 invoked by uid 99); 3 Oct 2009 16:23:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 16:23:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 16:22:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5B6892388A2C; Sat, 3 Oct 2009 16:20:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r821352 [20/34] - /httpd/site/trunk/docs/dev/apidoc/ Date: Sat, 03 Oct 2009 16:20:35 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091003162058.5B6892388A2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_init_virtual_host.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_init_virtual_host.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_init_virtual_host.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_init_virtual_host.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_init_virtual_host + + +

Apache 1.3 API Documentation

+

Routine ap_init_virtual_host

+

+ Definition: +

+
+
+
+const char *ap_init_virtual_host(pool *p, const char *hostname, server_rec *main_server, server_rec **);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_init_vhost_config + Next: ap_internal_redirect +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_init_virtual_host.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_init_virtual_host.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_init_virtual_host.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,48 @@ + + + + Apache 1.3 API: ap_internal_redirect + + +

Apache 1.3 API Documentation

+

Routine ap_internal_redirect

+

+ Definition: +

+
+
+
+void ap_internal_redirect(const char *new_uri, request_rec *r);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Internally redirects a request to uri. The redirect is processed +immediately. +

+ +
+

+ Previous: ap_init_virtual_host + Next: ap_internal_redirect_handler +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect_handler.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect_handler.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect_handler.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect_handler.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,48 @@ + + + + Apache 1.3 API: ap_internal_redirect_handler + + +

Apache 1.3 API Documentation

+

Routine ap_internal_redirect_handler

+

+ Definition: +

+
+
+
+void ap_internal_redirect_handler(const char *new_uri, request_rec *r);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Internally redirects a request to uri. The redirect is processed +immediately using the handler specified by r. +

+ +
+

+ Previous: ap_internal_redirect + Next: ap_invoke_handler +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect_handler.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect_handler.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_internal_redirect_handler.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_invoke_handler.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_invoke_handler.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_invoke_handler.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_invoke_handler.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,48 @@ + + + + Apache 1.3 API: ap_invoke_handler + + +

Apache 1.3 API Documentation

+

Routine ap_invoke_handler

+

+ Definition: +

+
+
+
+int ap_invoke_handler(request_rec *r)
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+int result;
+result = ap_invoke_handler(r);
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_internal_redirect_handler + Next: ap_is_default_port +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_invoke_handler.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_invoke_handler.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_invoke_handler.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_CLIENT_ERROR.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_CLIENT_ERROR.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_CLIENT_ERROR.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_CLIENT_ERROR.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,130 @@ + + + + Apache 1.3 API: ap_is_HTTP_CLIENT_ERROR + + +

Apache 1.3 API Documentation

+

Macro ap_is_HTTP_CLIENT_ERROR

+

+ Definition: +

+
+
+
+#define ap_is_HTTP_CLIENT_ERROR(x) (((x) >= 400) && ((x) < 500))
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+if (!ap_is_HTTP_CLIENT_ERROR(r->status)) { 
+    return DONE; 
+} 
+     
+
+
+

+Macro which returns boolean true if the HTTP status code passed to it +denotes a client error. +

+ +
+
See also:
+
ap_is_HTTP_ERROR, + ap_is_HTTP_INFO, + ap_is_HTTP_REDIRECT, + ap_is_HTTP_SERVER_ERROR, + ap_is_HTTP_SUCCESS, + ap_status_drops_connection, + AUTH_REQUIRED, + BAD_GATEWAY, + BAD_REQUEST, + DOCUMENT_FOLLOWS, + FORBIDDEN, + HTTP_ACCEPTED, + HTTP_BAD_GATEWAY, + HTTP_BAD_REQUEST, + HTTP_CONFLICT, + HTTP_CONTINUE, + HTTP_CREATED, + HTTP_EXPECTATION_FAILED, + HTTP_FAILED_DEPENDENCY, + HTTP_FORBIDDEN, + HTTP_GATEWAY_TIME_OUT, + HTTP_GONE, + HTTP_INSUFFICIENT_STORAGE, + HTTP_INTERNAL_SERVER_ERROR, + HTTP_LENGTH_REQUIRED, + HTTP_LOCKED, + HTTP_METHOD_NOT_ALLOWED, + HTTP_MOVED_PERMANENTLY, + HTTP_MOVED_TEMPORARILY, + HTTP_MULTIPLE_CHOICES, + HTTP_MULTI_STATUS, + HTTP_NON_AUTHORITATIVE, + HTTP_NOT_ACCEPTABLE, + HTTP_NOT_EXTENDED, + HTTP_NOT_FOUND, + HTTP_NOT_IMPLEMENTED, + HTTP_NOT_MODIFIED, + HTTP_NO_CONTENT, + HTTP_OK, + HTTP_PARTIAL_CONTENT, + HTTP_PAYMENT_REQUIRED, + HTTP_PRECONDITION_FAILED, + HTTP_PROCESSING, + HTTP_PROXY_AUTHENTICATION_REQUIRED, + HTTP_RANGE_NOT_SATISFIABLE, + HTTP_REQUEST_ENTITY_TOO_LARGE, + HTTP_REQUEST_TIME_OUT, + HTTP_REQUEST_URI_TOO_LARGE, + HTTP_RESET_CONTENT, + HTTP_SEE_OTHER, + HTTP_SERVICE_UNAVAILABLE, + HTTP_SWITCHING_PROTOCOLS, + HTTP_TEMPORARY_REDIRECT, + HTTP_UNAUTHORIZED, + HTTP_UNPROCESSABLE_ENTITY, + HTTP_UNSUPPORTED_MEDIA_TYPE, + HTTP_USE_PROXY, + HTTP_VARIANT_ALSO_VARIES, + HTTP_VERSION, + HTTP_VERSION_MAJOR, + HTTP_VERSION_MINOR, + HTTP_VERSION_NOT_SUPPORTED, + LENGTH_REQUIRED, + METHOD_NOT_ALLOWED, + MOVED, + MULTIPLE_CHOICES, + NOT_ACCEPTABLE, + NOT_FOUND, + NOT_IMPLEMENTED, + PARTIAL_CONTENT, + PRECONDITION_FAILED, + REDIRECT, + SERVER_ERROR, + USE_LOCAL_COPY, + VARIANT_ALSO_VARIES +
+
+
+

+ Previous: ap_is_fnmatch + Next: ap_is_HTTP_ERROR +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_CLIENT_ERROR.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_CLIENT_ERROR.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_CLIENT_ERROR.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_ERROR.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_ERROR.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_ERROR.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_ERROR.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,130 @@ + + + + Apache 1.3 API: ap_is_HTTP_ERROR + + +

Apache 1.3 API Documentation

+

Macro ap_is_HTTP_ERROR

+

+ Definition: +

+
+
+
+#define ap_is_HTTP_ERROR(x) (((x) >= 400) && ((x) < 600))
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+if (!ap_is_HTTP_ERROR(r->status)) { 
+    return DONE; 
+} 
+     
+
+
+

+Macro which returns boolean true if the HTTP status code passed to it +denotes a client or server error. +

+ +
+
See also:
+
ap_is_HTTP_CLIENT_ERROR, + ap_is_HTTP_INFO, + ap_is_HTTP_REDIRECT, + ap_is_HTTP_SERVER_ERROR, + ap_is_HTTP_SUCCESS, + ap_status_drops_connection, + AUTH_REQUIRED, + BAD_GATEWAY, + BAD_REQUEST, + DOCUMENT_FOLLOWS, + FORBIDDEN, + HTTP_ACCEPTED, + HTTP_BAD_GATEWAY, + HTTP_BAD_REQUEST, + HTTP_CONFLICT, + HTTP_CONTINUE, + HTTP_CREATED, + HTTP_EXPECTATION_FAILED, + HTTP_FAILED_DEPENDENCY, + HTTP_FORBIDDEN, + HTTP_GATEWAY_TIME_OUT, + HTTP_GONE, + HTTP_INSUFFICIENT_STORAGE, + HTTP_INTERNAL_SERVER_ERROR, + HTTP_LENGTH_REQUIRED, + HTTP_LOCKED, + HTTP_METHOD_NOT_ALLOWED, + HTTP_MOVED_PERMANENTLY, + HTTP_MOVED_TEMPORARILY, + HTTP_MULTIPLE_CHOICES, + HTTP_MULTI_STATUS, + HTTP_NON_AUTHORITATIVE, + HTTP_NOT_ACCEPTABLE, + HTTP_NOT_EXTENDED, + HTTP_NOT_FOUND, + HTTP_NOT_IMPLEMENTED, + HTTP_NOT_MODIFIED, + HTTP_NO_CONTENT, + HTTP_OK, + HTTP_PARTIAL_CONTENT, + HTTP_PAYMENT_REQUIRED, + HTTP_PRECONDITION_FAILED, + HTTP_PROCESSING, + HTTP_PROXY_AUTHENTICATION_REQUIRED, + HTTP_RANGE_NOT_SATISFIABLE, + HTTP_REQUEST_ENTITY_TOO_LARGE, + HTTP_REQUEST_TIME_OUT, + HTTP_REQUEST_URI_TOO_LARGE, + HTTP_RESET_CONTENT, + HTTP_SEE_OTHER, + HTTP_SERVICE_UNAVAILABLE, + HTTP_SWITCHING_PROTOCOLS, + HTTP_TEMPORARY_REDIRECT, + HTTP_UNAUTHORIZED, + HTTP_UNPROCESSABLE_ENTITY, + HTTP_UNSUPPORTED_MEDIA_TYPE, + HTTP_USE_PROXY, + HTTP_VARIANT_ALSO_VARIES, + HTTP_VERSION, + HTTP_VERSION_MAJOR, + HTTP_VERSION_MINOR, + HTTP_VERSION_NOT_SUPPORTED, + LENGTH_REQUIRED, + METHOD_NOT_ALLOWED, + MOVED, + MULTIPLE_CHOICES, + NOT_ACCEPTABLE, + NOT_FOUND, + NOT_IMPLEMENTED, + PARTIAL_CONTENT, + PRECONDITION_FAILED, + REDIRECT, + SERVER_ERROR, + USE_LOCAL_COPY, + VARIANT_ALSO_VARIES +
+
+
+

+ Previous: ap_is_HTTP_CLIENT_ERROR + Next: ap_is_HTTP_INFO +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_ERROR.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_ERROR.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_ERROR.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_INFO.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_INFO.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_INFO.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_INFO.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,130 @@ + + + + Apache 1.3 API: ap_is_HTTP_INFO + + +

Apache 1.3 API Documentation

+

Macro ap_is_HTTP_INFO

+

+ Definition: +

+
+
+
+#define ap_is_HTTP_INFO(x) (((x) >= 100) && ((x) < 200))
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+if (!ap_is_HTTP_INFO(r->status)) { 
+    return OK; 
+} 
+     
+
+
+

+Macro which returns boolean true if the HTTP status code passed to it +denotes an information message. +

+ +
+
See also:
+
ap_is_HTTP_CLIENT_ERROR, + ap_is_HTTP_ERROR, + ap_is_HTTP_REDIRECT, + ap_is_HTTP_SERVER_ERROR, + ap_is_HTTP_SUCCESS, + ap_status_drops_connection, + AUTH_REQUIRED, + BAD_GATEWAY, + BAD_REQUEST, + DOCUMENT_FOLLOWS, + FORBIDDEN, + HTTP_ACCEPTED, + HTTP_BAD_GATEWAY, + HTTP_BAD_REQUEST, + HTTP_CONFLICT, + HTTP_CONTINUE, + HTTP_CREATED, + HTTP_EXPECTATION_FAILED, + HTTP_FAILED_DEPENDENCY, + HTTP_FORBIDDEN, + HTTP_GATEWAY_TIME_OUT, + HTTP_GONE, + HTTP_INSUFFICIENT_STORAGE, + HTTP_INTERNAL_SERVER_ERROR, + HTTP_LENGTH_REQUIRED, + HTTP_LOCKED, + HTTP_METHOD_NOT_ALLOWED, + HTTP_MOVED_PERMANENTLY, + HTTP_MOVED_TEMPORARILY, + HTTP_MULTIPLE_CHOICES, + HTTP_MULTI_STATUS, + HTTP_NON_AUTHORITATIVE, + HTTP_NOT_ACCEPTABLE, + HTTP_NOT_EXTENDED, + HTTP_NOT_FOUND, + HTTP_NOT_IMPLEMENTED, + HTTP_NOT_MODIFIED, + HTTP_NO_CONTENT, + HTTP_OK, + HTTP_PARTIAL_CONTENT, + HTTP_PAYMENT_REQUIRED, + HTTP_PRECONDITION_FAILED, + HTTP_PROCESSING, + HTTP_PROXY_AUTHENTICATION_REQUIRED, + HTTP_RANGE_NOT_SATISFIABLE, + HTTP_REQUEST_ENTITY_TOO_LARGE, + HTTP_REQUEST_TIME_OUT, + HTTP_REQUEST_URI_TOO_LARGE, + HTTP_RESET_CONTENT, + HTTP_SEE_OTHER, + HTTP_SERVICE_UNAVAILABLE, + HTTP_SWITCHING_PROTOCOLS, + HTTP_TEMPORARY_REDIRECT, + HTTP_UNAUTHORIZED, + HTTP_UNPROCESSABLE_ENTITY, + HTTP_UNSUPPORTED_MEDIA_TYPE, + HTTP_USE_PROXY, + HTTP_VARIANT_ALSO_VARIES, + HTTP_VERSION, + HTTP_VERSION_MAJOR, + HTTP_VERSION_MINOR, + HTTP_VERSION_NOT_SUPPORTED, + LENGTH_REQUIRED, + METHOD_NOT_ALLOWED, + MOVED, + MULTIPLE_CHOICES, + NOT_ACCEPTABLE, + NOT_FOUND, + NOT_IMPLEMENTED, + PARTIAL_CONTENT, + PRECONDITION_FAILED, + REDIRECT, + SERVER_ERROR, + USE_LOCAL_COPY, + VARIANT_ALSO_VARIES +
+
+
+

+ Previous: ap_is_HTTP_ERROR + Next: ap_is_HTTP_REDIRECT +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_INFO.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_INFO.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_INFO.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_REDIRECT.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_REDIRECT.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_REDIRECT.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_REDIRECT.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,130 @@ + + + + Apache 1.3 API: ap_is_HTTP_REDIRECT + + +

Apache 1.3 API Documentation

+

Macro ap_is_HTTP_REDIRECT

+

+ Definition: +

+
+
+
+#define ap_is_HTTP_REDIRECT(x) (((x) >= 300) && ((x) < 400))
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+if (!ap_is_HTTP_REDIRECT(r->status)) { 
+    return OK; 
+} 
+     
+
+
+

+Macro which returns boolean true if the HTTP status code passed to it +denotes a redirect. +

+ +
+
See also:
+
ap_is_HTTP_CLIENT_ERROR, + ap_is_HTTP_ERROR, + ap_is_HTTP_INFO, + ap_is_HTTP_SERVER_ERROR, + ap_is_HTTP_SUCCESS, + ap_status_drops_connection, + AUTH_REQUIRED, + BAD_GATEWAY, + BAD_REQUEST, + DOCUMENT_FOLLOWS, + FORBIDDEN, + HTTP_ACCEPTED, + HTTP_BAD_GATEWAY, + HTTP_BAD_REQUEST, + HTTP_CONFLICT, + HTTP_CONTINUE, + HTTP_CREATED, + HTTP_EXPECTATION_FAILED, + HTTP_FAILED_DEPENDENCY, + HTTP_FORBIDDEN, + HTTP_GATEWAY_TIME_OUT, + HTTP_GONE, + HTTP_INSUFFICIENT_STORAGE, + HTTP_INTERNAL_SERVER_ERROR, + HTTP_LENGTH_REQUIRED, + HTTP_LOCKED, + HTTP_METHOD_NOT_ALLOWED, + HTTP_MOVED_PERMANENTLY, + HTTP_MOVED_TEMPORARILY, + HTTP_MULTIPLE_CHOICES, + HTTP_MULTI_STATUS, + HTTP_NON_AUTHORITATIVE, + HTTP_NOT_ACCEPTABLE, + HTTP_NOT_EXTENDED, + HTTP_NOT_FOUND, + HTTP_NOT_IMPLEMENTED, + HTTP_NOT_MODIFIED, + HTTP_NO_CONTENT, + HTTP_OK, + HTTP_PARTIAL_CONTENT, + HTTP_PAYMENT_REQUIRED, + HTTP_PRECONDITION_FAILED, + HTTP_PROCESSING, + HTTP_PROXY_AUTHENTICATION_REQUIRED, + HTTP_RANGE_NOT_SATISFIABLE, + HTTP_REQUEST_ENTITY_TOO_LARGE, + HTTP_REQUEST_TIME_OUT, + HTTP_REQUEST_URI_TOO_LARGE, + HTTP_RESET_CONTENT, + HTTP_SEE_OTHER, + HTTP_SERVICE_UNAVAILABLE, + HTTP_SWITCHING_PROTOCOLS, + HTTP_TEMPORARY_REDIRECT, + HTTP_UNAUTHORIZED, + HTTP_UNPROCESSABLE_ENTITY, + HTTP_UNSUPPORTED_MEDIA_TYPE, + HTTP_USE_PROXY, + HTTP_VARIANT_ALSO_VARIES, + HTTP_VERSION, + HTTP_VERSION_MAJOR, + HTTP_VERSION_MINOR, + HTTP_VERSION_NOT_SUPPORTED, + LENGTH_REQUIRED, + METHOD_NOT_ALLOWED, + MOVED, + MULTIPLE_CHOICES, + NOT_ACCEPTABLE, + NOT_FOUND, + NOT_IMPLEMENTED, + PARTIAL_CONTENT, + PRECONDITION_FAILED, + REDIRECT, + SERVER_ERROR, + USE_LOCAL_COPY, + VARIANT_ALSO_VARIES +
+
+
+

+ Previous: ap_is_HTTP_INFO + Next: ap_is_HTTP_SERVER_ERROR +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_REDIRECT.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_REDIRECT.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_REDIRECT.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SERVER_ERROR.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SERVER_ERROR.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SERVER_ERROR.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SERVER_ERROR.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,130 @@ + + + + Apache 1.3 API: ap_is_HTTP_SERVER_ERROR + + +

Apache 1.3 API Documentation

+

Macro ap_is_HTTP_SERVER_ERROR

+

+ Definition: +

+
+
+
+#define ap_is_HTTP_SERVER_ERROR(x) (((x) >= 500) && ((x) < 600))
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+if (!ap_is_HTTP_SERVER_ERROR(r->status)) { 
+    return DONE; 
+} 
+     
+
+
+

+Macro which returns boolean true if the HTTP status code passed to it +denotes a server error. +

+ +
+
See also:
+
ap_is_HTTP_CLIENT_ERROR, + ap_is_HTTP_ERROR, + ap_is_HTTP_INFO, + ap_is_HTTP_REDIRECT, + ap_is_HTTP_SUCCESS, + ap_status_drops_connection, + AUTH_REQUIRED, + BAD_GATEWAY, + BAD_REQUEST, + DOCUMENT_FOLLOWS, + FORBIDDEN, + HTTP_ACCEPTED, + HTTP_BAD_GATEWAY, + HTTP_BAD_REQUEST, + HTTP_CONFLICT, + HTTP_CONTINUE, + HTTP_CREATED, + HTTP_EXPECTATION_FAILED, + HTTP_FAILED_DEPENDENCY, + HTTP_FORBIDDEN, + HTTP_GATEWAY_TIME_OUT, + HTTP_GONE, + HTTP_INSUFFICIENT_STORAGE, + HTTP_INTERNAL_SERVER_ERROR, + HTTP_LENGTH_REQUIRED, + HTTP_LOCKED, + HTTP_METHOD_NOT_ALLOWED, + HTTP_MOVED_PERMANENTLY, + HTTP_MOVED_TEMPORARILY, + HTTP_MULTIPLE_CHOICES, + HTTP_MULTI_STATUS, + HTTP_NON_AUTHORITATIVE, + HTTP_NOT_ACCEPTABLE, + HTTP_NOT_EXTENDED, + HTTP_NOT_FOUND, + HTTP_NOT_IMPLEMENTED, + HTTP_NOT_MODIFIED, + HTTP_NO_CONTENT, + HTTP_OK, + HTTP_PARTIAL_CONTENT, + HTTP_PAYMENT_REQUIRED, + HTTP_PRECONDITION_FAILED, + HTTP_PROCESSING, + HTTP_PROXY_AUTHENTICATION_REQUIRED, + HTTP_RANGE_NOT_SATISFIABLE, + HTTP_REQUEST_ENTITY_TOO_LARGE, + HTTP_REQUEST_TIME_OUT, + HTTP_REQUEST_URI_TOO_LARGE, + HTTP_RESET_CONTENT, + HTTP_SEE_OTHER, + HTTP_SERVICE_UNAVAILABLE, + HTTP_SWITCHING_PROTOCOLS, + HTTP_TEMPORARY_REDIRECT, + HTTP_UNAUTHORIZED, + HTTP_UNPROCESSABLE_ENTITY, + HTTP_UNSUPPORTED_MEDIA_TYPE, + HTTP_USE_PROXY, + HTTP_VARIANT_ALSO_VARIES, + HTTP_VERSION, + HTTP_VERSION_MAJOR, + HTTP_VERSION_MINOR, + HTTP_VERSION_NOT_SUPPORTED, + LENGTH_REQUIRED, + METHOD_NOT_ALLOWED, + MOVED, + MULTIPLE_CHOICES, + NOT_ACCEPTABLE, + NOT_FOUND, + NOT_IMPLEMENTED, + PARTIAL_CONTENT, + PRECONDITION_FAILED, + REDIRECT, + SERVER_ERROR, + USE_LOCAL_COPY, + VARIANT_ALSO_VARIES +
+
+
+

+ Previous: ap_is_HTTP_REDIRECT + Next: ap_is_HTTP_SUCCESS +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SERVER_ERROR.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SERVER_ERROR.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SERVER_ERROR.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SUCCESS.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SUCCESS.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SUCCESS.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SUCCESS.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,130 @@ + + + + Apache 1.3 API: ap_is_HTTP_SUCCESS + + +

Apache 1.3 API Documentation

+

Macro ap_is_HTTP_SUCCESS

+

+ Definition: +

+
+
+
+#define ap_is_HTTP_SUCCESS(x) (((x) >= 200) && ((x) < 300))
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+if (!ap_is_HTTP_SUCCESS(r->status)) { 
+    return OK; 
+} 
+     
+
+
+

+Macro which returns boolean true if the HTTP status code passed to it +denotes a successful result. +

+ +
+
See also:
+
ap_is_HTTP_CLIENT_ERROR, + ap_is_HTTP_ERROR, + ap_is_HTTP_INFO, + ap_is_HTTP_REDIRECT, + ap_is_HTTP_SERVER_ERROR, + ap_status_drops_connection, + AUTH_REQUIRED, + BAD_GATEWAY, + BAD_REQUEST, + DOCUMENT_FOLLOWS, + FORBIDDEN, + HTTP_ACCEPTED, + HTTP_BAD_GATEWAY, + HTTP_BAD_REQUEST, + HTTP_CONFLICT, + HTTP_CONTINUE, + HTTP_CREATED, + HTTP_EXPECTATION_FAILED, + HTTP_FAILED_DEPENDENCY, + HTTP_FORBIDDEN, + HTTP_GATEWAY_TIME_OUT, + HTTP_GONE, + HTTP_INSUFFICIENT_STORAGE, + HTTP_INTERNAL_SERVER_ERROR, + HTTP_LENGTH_REQUIRED, + HTTP_LOCKED, + HTTP_METHOD_NOT_ALLOWED, + HTTP_MOVED_PERMANENTLY, + HTTP_MOVED_TEMPORARILY, + HTTP_MULTIPLE_CHOICES, + HTTP_MULTI_STATUS, + HTTP_NON_AUTHORITATIVE, + HTTP_NOT_ACCEPTABLE, + HTTP_NOT_EXTENDED, + HTTP_NOT_FOUND, + HTTP_NOT_IMPLEMENTED, + HTTP_NOT_MODIFIED, + HTTP_NO_CONTENT, + HTTP_OK, + HTTP_PARTIAL_CONTENT, + HTTP_PAYMENT_REQUIRED, + HTTP_PRECONDITION_FAILED, + HTTP_PROCESSING, + HTTP_PROXY_AUTHENTICATION_REQUIRED, + HTTP_RANGE_NOT_SATISFIABLE, + HTTP_REQUEST_ENTITY_TOO_LARGE, + HTTP_REQUEST_TIME_OUT, + HTTP_REQUEST_URI_TOO_LARGE, + HTTP_RESET_CONTENT, + HTTP_SEE_OTHER, + HTTP_SERVICE_UNAVAILABLE, + HTTP_SWITCHING_PROTOCOLS, + HTTP_TEMPORARY_REDIRECT, + HTTP_UNAUTHORIZED, + HTTP_UNPROCESSABLE_ENTITY, + HTTP_UNSUPPORTED_MEDIA_TYPE, + HTTP_USE_PROXY, + HTTP_VARIANT_ALSO_VARIES, + HTTP_VERSION, + HTTP_VERSION_MAJOR, + HTTP_VERSION_MINOR, + HTTP_VERSION_NOT_SUPPORTED, + LENGTH_REQUIRED, + METHOD_NOT_ALLOWED, + MOVED, + MULTIPLE_CHOICES, + NOT_ACCEPTABLE, + NOT_FOUND, + NOT_IMPLEMENTED, + PARTIAL_CONTENT, + PRECONDITION_FAILED, + REDIRECT, + SERVER_ERROR, + USE_LOCAL_COPY, + VARIANT_ALSO_VARIES +
+
+
+

+ Previous: ap_is_HTTP_SERVER_ERROR + Next: ap_is_initial_req +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SUCCESS.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SUCCESS.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_HTTP_SUCCESS.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_default_port.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_default_port.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_default_port.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_default_port.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_is_default_port + + +

Apache 1.3 API Documentation

+

Macro ap_is_default_port

+

+ Definition: +

+
+
+
+#define ap_is_default_port(port,r)    ((port) == ap_default_port(r))
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_invoke_handler + Next: ap_is_directory +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_default_port.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_default_port.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_default_port.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_directory.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_directory.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_directory.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_directory.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,47 @@ + + + + Apache 1.3 API: ap_is_directory + + +

Apache 1.3 API Documentation

+

Routine ap_is_directory

+

+ Definition: +

+
+
+
+int ap_is_directory(const char *name);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Returns nonzero if path is a directory, 0 if it isn't. +

+ +
+

+ Previous: ap_is_default_port + Next: ap_is_fnmatch +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_directory.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_directory.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_directory.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_fnmatch.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_fnmatch.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_fnmatch.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_fnmatch.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_is_fnmatch + + +

Apache 1.3 API Documentation

+

Routine ap_is_fnmatch

+

+ Definition: +

+
+
+
+int ap_is_fnmatch(const char *str);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_is_directory + Next: ap_is_HTTP_CLIENT_ERROR +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_fnmatch.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_fnmatch.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_fnmatch.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_initial_req.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_initial_req.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_initial_req.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_initial_req.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,48 @@ + + + + Apache 1.3 API: ap_is_initial_req + + +

Apache 1.3 API Documentation

+

Routine ap_is_initial_req

+

+ Definition: +

+
+
+
+int ap_is_initial_req(request_rec *r);
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+int result;
+result = ap_is_initial_req(r);
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_is_HTTP_SUCCESS + Next: ap_is_matchexp +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_initial_req.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_initial_req.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_initial_req.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_matchexp.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_matchexp.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_matchexp.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_matchexp.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,50 @@ + + + + Apache 1.3 API: ap_is_matchexp + + +

Apache 1.3 API Documentation

+

Routine ap_is_matchexp

+

+ Definition: +

+
+
+
+int ap_is_matchexp(const char *str);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Tests whether exp contains '*' or '?'. +

+

+Returns 1 on match, 0 otherwise. +

+ +
+

+ Previous: ap_is_initial_req + Next: ap_is_url +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_matchexp.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_matchexp.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_matchexp.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_url.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_url.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_url.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_url.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,47 @@ + + + + Apache 1.3 API: ap_is_url + + +

Apache 1.3 API Documentation

+

Routine ap_is_url

+

+ Definition: +

+
+
+
+int ap_is_url(const char *u);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Returns nonzero if u is a URL, 0 if it isn't. +

+ +
+

+ Previous: ap_is_matchexp + Next: ap_keepalive_timeout +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_url.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_url.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_is_url.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_keepalive_timeout.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_keepalive_timeout.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_keepalive_timeout.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_keepalive_timeout.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,53 @@ + + + + Apache 1.3 API: ap_keepalive_timeout + + +

Apache 1.3 API Documentation

+

Routine ap_keepalive_timeout

+

+ Definition: +

+
+
+
+void ap_keepalive_timeout(char *reason, request_rec *r);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Sets an alarm to expire when the server's configured keepalive timeout expires. +When the alarm expires, the current request is aborted by longjmp() back +to the top level and destroying all pools for the current request. +

+

+reason is logged to the error log. This function should only be used +when waiting for a client request. +

+ +
+

+ Previous: ap_is_url + Next: ap_kill_cleanup +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_keepalive_timeout.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_keepalive_timeout.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_keepalive_timeout.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanup.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanup.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanup.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanup.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,52 @@ + + + + Apache 1.3 API: ap_kill_cleanup + + +

Apache 1.3 API Documentation

+

Routine ap_kill_cleanup

+

+ Definition: +

+
+
+
+void ap_kill_cleanup(pool *p, void *data, void (*plain_cleanup) (void *));
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Removes a previously registered cleanup function from p. The cleanup +function is identified by plain_cleanup and data. +

+

+Note: data must point to the same memory that was used for the +ap_register_cleanup call. +

+ +
+

+ Previous: ap_keepalive_timeout + Next: ap_kill_cleanups_for_fd +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanup.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanup.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanup.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_fd.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_fd.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_fd.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_fd.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,51 @@ + + + + Apache 1.3 API: ap_kill_cleanups_for_fd + + +

Apache 1.3 API Documentation

+

Routine ap_kill_cleanups_for_fd

+

+ Definition: +

+
+
+
+void ap_kill_cleanups_for_fd(pool *p, int fd);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Kill cleanups for fd registered previously; i.e., with +ap_note_cleanups_for_fd. +

+

+Normally done automatically when fd is closed. +

+ +
+

+ Previous: ap_kill_cleanup + Next: ap_kill_cleanups_for_socket +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_fd.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_fd.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_fd.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_socket.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_socket.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_socket.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_socket.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,52 @@ + + + + Apache 1.3 API: ap_kill_cleanups_for_socket + + +

Apache 1.3 API Documentation

+

Routine ap_kill_cleanups_for_socket

+

+ Definition: +

+
+
+
+void ap_kill_cleanups_for_socket(pool *p, int sock);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+Kill cleanups for sock registered previously; i.e., with +ap_note_cleanups_for_socket. +

+

+Normally done automatically when sock is closed. +

+ + +
+

+ Previous: ap_kill_cleanups_for_fd + Next: ap_kill_timeout +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_socket.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_socket.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_cleanups_for_socket.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_timeout.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_timeout.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_timeout.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_timeout.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,48 @@ + + + + Apache 1.3 API: ap_kill_timeout + + +

Apache 1.3 API Documentation

+

Routine ap_kill_timeout

+

+ Definition: +

+
+
+
+void ap_kill_timeout(request_rec *r);
+     
+
+
+

+ Usage example: +

+
+
+
+request_rec *r;
+ap_kill_timeout(r);
+     
+
+
+

+Clears the current timeout on the request_rec r. +

+ +
+

+ Previous: ap_kill_cleanups_for_socket + Next: ap_limit_section +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_timeout.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_timeout.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_kill_timeout.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_limit_section.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_limit_section.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_limit_section.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_limit_section.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_limit_section + + +

Apache 1.3 API Documentation

+

Routine ap_limit_section

+

+ Definition: +

+
+
+
+const char *ap_limit_section(r (const char *szexp, const char *szfile, int nline);
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_kill_timeout + Next: ap_log_assert +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_limit_section.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_limit_section.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_limit_section.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_loaded_modules.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_loaded_modules.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_loaded_modules.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_loaded_modules.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_loaded_modules + + +

Apache 1.3 API Documentation

+

Global Data Cell ap_loaded_modules

+

+ Definition: +

+
+
+
+module **ap_loaded_modules;
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_group_id + Next: ap_max_requests_per_child +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_loaded_modules.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_loaded_modules.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_loaded_modules.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_assert.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_assert.html?rev=821352&view=auto ============================================================================== --- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_assert.html (added) +++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_assert.html [utf-8] Sat Oct 3 16:20:11 2009 @@ -0,0 +1,46 @@ + + + + Apache 1.3 API: ap_log_assert + + +

Apache 1.3 API Documentation

+

Routine ap_log_assert

+

+ Definition: +

+
+
+
+void ap_log_assert(const char *szExp, const char *szFile, int nLine) __attribute__((noreturn));
+     
+
+
+

+ Usage example: +

+
+
+
+No examples available.
+     
+
+
+

+ No documentation available. +

+
+

+ Previous: ap_limit_section + Next: ap_log_error +

+

+Table of Contents +(Routines, +Structures, +Data Cells, +Constants) +

+ + Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_assert.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_assert.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_assert.html ------------------------------------------------------------------------------ svn:mime-type = text/html