|
Apache HTTPD
|
#include "apr_strings.h"#include "ap_hooks.h"#include "apr_optional_hooks.h"#include "apr_buckets.h"#include "httpd.h"#include "http_config.h"#include "http_log.h"#include "http_protocol.h"#include "http_request.h"#include "util_script.h"#include "mod_proxy.h"#include "scgi.h"Go to the source code of this file.
Classes | |
| struct | scgi_request_config |
| struct | scgi_config |
| struct | socket_ex_data |
Macros | |
| #define | APR_WANT_MEMFUNC |
| #define | APR_WANT_STRFUNC |
| #define | SCHEME "scgi" |
| #define | PROXY_FUNCTION "SCGI" |
| #define | SCGI_MAGIC "SCGI" |
| #define | SCGI_PROTOCOL_VERSION "1" |
| #define | CONTENT_LENGTH "CONTENT_LENGTH" |
| #define | GATEWAY_INTERFACE "GATEWAY_INTERFACE" |
Enumerations | |
| enum | scgi_request_type { scgi_internal_redirect , scgi_sendfile } |
Variables | |
| const char * | scgi_sendfile_off = "off" |
| const char * | scgi_sendfile_on = "X-Sendfile" |
| const char * | scgi_internal_redirect_off = "off" |
| const char * | scgi_internal_redirect_on = "Location" |
| static const apr_bucket_type_t | bucket_type_socket_ex |
| static const command_rec | scgi_cmds [] |
| static int *const | aplog_module_index = &( proxy_scgi_module.module_index) |
| #define APR_WANT_MEMFUNC |
Definition at line 25 of file mod_proxy_scgi.c.
| #define APR_WANT_STRFUNC |
Definition at line 26 of file mod_proxy_scgi.c.
| #define CONTENT_LENGTH "CONTENT_LENGTH" |
Definition at line 49 of file mod_proxy_scgi.c.
| #define GATEWAY_INTERFACE "GATEWAY_INTERFACE" |
Definition at line 50 of file mod_proxy_scgi.c.
| #define PROXY_FUNCTION "SCGI" |
Definition at line 44 of file mod_proxy_scgi.c.
| #define SCGI_MAGIC "SCGI" |
Definition at line 45 of file mod_proxy_scgi.c.
| #define SCGI_PROTOCOL_VERSION "1" |
Definition at line 46 of file mod_proxy_scgi.c.
| #define SCHEME "scgi" |
Definition at line 43 of file mod_proxy_scgi.c.
| Enumerator | |
|---|---|
| scgi_internal_redirect | |
| scgi_sendfile | |
Definition at line 55 of file mod_proxy_scgi.c.
|
static |
Definition at line 162 of file mod_proxy_scgi.c.
|
static |
Definition at line 153 of file mod_proxy_scgi.c.
|
static |
Definition at line 93 of file mod_proxy_scgi.c.
|
static |
Definition at line 595 of file mod_proxy_scgi.c.
|
static |
Definition at line 606 of file mod_proxy_scgi.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
Definition at line 363 of file mod_proxy_scgi.c.
|
static |
Definition at line 667 of file mod_proxy_scgi.c.
|
static |
< Module declines to handle
< Module has handled this stage.
Definition at line 177 of file mod_proxy_scgi.c.
|
static |
< Module declines to handle
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
Definition at line 536 of file mod_proxy_scgi.c.
|
static |
< Module has handled this stage.
RFC 2616: HTTP
RFC 2616: HTTP
< Module has handled this stage.
< Module has handled this stage.
< Module declines to handle
Definition at line 474 of file mod_proxy_scgi.c.
|
static |
Definition at line 636 of file mod_proxy_scgi.c.
Definition at line 618 of file mod_proxy_scgi.c.
|
static |
Definition at line 258 of file mod_proxy_scgi.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
Definition at line 334 of file mod_proxy_scgi.c.
|
static |
< Module has handled this stage.
Definition at line 230 of file mod_proxy_scgi.c.
Definition at line 676 of file mod_proxy_scgi.c.
|
static |
Definition at line 144 of file mod_proxy_scgi.c.
|
static |
Definition at line 654 of file mod_proxy_scgi.c.
Definition at line 67 of file mod_proxy_scgi.c.
Definition at line 68 of file mod_proxy_scgi.c.
Definition at line 65 of file mod_proxy_scgi.c.
Definition at line 66 of file mod_proxy_scgi.c.