|
Apache HTTPD
|
#include "apr_hash.h"#include "apr_lib.h"#include "apr_strings.h"#include "ap_provider.h"#include "httpd.h"#include "http_config.h"#include "http_core.h"#include "http_protocol.h"#include "http_request.h"#include "http_log.h"#include "util_script.h"#include "mod_auth.h"#include "util_fcgi.h"#include "ap_mmn.h"Go to the source code of this file.
Classes | |
| struct | fcgi_provider_conf |
| struct | fcgi_dir_conf |
| struct | fcgi_request_notes |
Macros | |
| #define | FCGI_IO_TIMEOUT apr_time_from_sec(30) |
| #define | NON200_RESPONSE_BUF_LEN 8192 |
| #define | FCGI_BACKEND_REGEX_STR "m%^fcgi://(.*):(\\d{1,5})/?$%" |
Enumerations | |
| enum | { HDR_STATE_READING_HEADERS , HDR_STATE_GOT_CR , HDR_STATE_GOT_CRLF , HDR_STATE_GOT_CRLFCR , HDR_STATE_GOT_LF , HDR_STATE_DONE_WITH_HEADERS } |
Variables | |
| static apr_hash_t * | fcgi_authn_providers |
| static apr_hash_t * | fcgi_authz_providers |
| static const authn_provider | fcgi_authn_provider |
| static const authz_provider | fcgi_authz_provider |
| static const command_rec | fcgi_cmds [] |
| static int *const | aplog_module_index = &( authnz_fcgi_module.module_index) |
Definition at line 73 of file mod_authnz_fcgi.c.
| #define FCGI_IO_TIMEOUT apr_time_from_sec(30) |
Definition at line 66 of file mod_authnz_fcgi.c.
| #define NON200_RESPONSE_BUF_LEN 8192 |
Definition at line 69 of file mod_authnz_fcgi.c.
| Enumerator | |
|---|---|
| HDR_STATE_READING_HEADERS | |
| HDR_STATE_GOT_CR | |
| HDR_STATE_GOT_CRLF | |
| HDR_STATE_GOT_CRLFCR | |
| HDR_STATE_GOT_LF | |
| HDR_STATE_DONE_WITH_HEADERS | |
Definition at line 394 of file mod_authnz_fcgi.c.
|
static |
< For SCTP sockets, this is mapped * to STCP_NODELAY internally.
Definition at line 80 of file mod_authnz_fcgi.c.
|
static |
Definition at line 1336 of file mod_authnz_fcgi.c.
|
static |
Definition at line 996 of file mod_authnz_fcgi.c.
|
static |
Definition at line 1061 of file mod_authnz_fcgi.c.
|
static |
< Module declines to handle
< Module has handled this stage.
< Module declines to handle
Definition at line 806 of file mod_authnz_fcgi.c.
|
static |
Definition at line 1079 of file mod_authnz_fcgi.c.
|
static |
Definition at line 935 of file mod_authnz_fcgi.c.
|
static |
< Forbidden in <VirtualHost>
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 1169 of file mod_authnz_fcgi.c.
|
static |
< Module has handled this stage.
Definition at line 1317 of file mod_authnz_fcgi.c.
|
static |
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 1326 of file mod_authnz_fcgi.c.
Definition at line 697 of file mod_authnz_fcgi.c.
|
static |
Definition at line 409 of file mod_authnz_fcgi.c.
|
static |
< Module has handled this stage.
Definition at line 465 of file mod_authnz_fcgi.c.
|
static |
Definition at line 125 of file mod_authnz_fcgi.c.
|
static |
Definition at line 1344 of file mod_authnz_fcgi.c.
Definition at line 686 of file mod_authnz_fcgi.c.
|
static |
Definition at line 168 of file mod_authnz_fcgi.c.
|
static |
Definition at line 191 of file mod_authnz_fcgi.c.
|
static |
Definition at line 707 of file mod_authnz_fcgi.c.
|
static |
Definition at line 264 of file mod_authnz_fcgi.c.
|
static |
Definition at line 291 of file mod_authnz_fcgi.c.
|
static |
Definition at line 213 of file mod_authnz_fcgi.c.
Definition at line 139 of file mod_authnz_fcgi.c.
Definition at line 1363 of file mod_authnz_fcgi.c.
|
static |
Definition at line 991 of file mod_authnz_fcgi.c.
|
static |
Definition at line 64 of file mod_authnz_fcgi.c.
|
static |
Definition at line 1074 of file mod_authnz_fcgi.c.
|
static |
Definition at line 64 of file mod_authnz_fcgi.c.
|
static |
Definition at line 1300 of file mod_authnz_fcgi.c.