|
Apache HTTPD
|
Modules | |
| HTTPD specific values of apr_status_t | |
| HTTP Status Codes | |
| List of Methods recognized by the server | |
| Methods recognized (but not necessarily handled) by the server. | |
| Binary notes recognized by the server | |
| Binary notes recognized by the server. | |
| Possible values for request_rec.used_path_info | |
Classes | |
| struct | ap_version_t |
| The numeric version information is broken out into fields within this structure. More... | |
| struct | ap_method_list_t |
| Structure for handling HTTP methods. More... | |
Typedefs | |
| typedef struct ap_method_list_t | ap_method_list_t |
Functions | |
| void | ap_get_server_revision (ap_version_t *version) |
| const char * | ap_get_server_banner (void) |
| const char * | ap_get_server_description (void) |
| void | ap_add_version_component (apr_pool_t *pconf, const char *component) |
| const char * | ap_get_server_built (void) |
| #define AP_CORE_DECLARE | ( | void | ) | AP_DECLARE |
| #define AP_CORE_DECLARE_NONSTD AP_DECLARE_NONSTD |
| #define AP_DEFAULT_INDEX "index.html" |
| #define ap_default_port | ( | r | ) | ap_run_default_port(r) |
| #define AP_FILTER_ERROR -102 |
| #define ap_http_scheme | ( | r | ) | ap_run_http_scheme(r) |
| #define AP_IOBUFSIZE 8192 |
Check whether port is the default port for the request r.
| port | The port number |
| r | The request |
| #define AP_MAX_REG_MATCH 10 |
| #define AP_MAX_SENDFILE 16777216 /* 2^24 */ |
APR_HAS_LARGE_FILES introduces the problem of splitting sendfile into multiple buckets, no greater than MAX(apr_size_t), and more granular than that in case the brigade code/filters attempt to read it directly.
| #define AP_NOBODY_READ -101 |
Returned by the bottom-most filter if no data was read.
| #define AP_NOBODY_WROTE -100 |
Returned by the bottom-most filter if no data was written.
| #define AP_SERVER_PROTOCOL "HTTP/1.1" |
| #define AP_TYPES_CONFIG_FILE "conf/mime.types" |
| #define APEXIT_CHILDFATAL 0xf |
| #define APEXIT_CHILDINIT 0x3 |
| #define APEXIT_CHILDSICK 0x7 |
| #define APEXIT_INIT 0x2 |
| #define APEXIT_OK 0x0 |
| #define DEFAULT_ACCESS_FNAME ".htaccess" |
| #define DEFAULT_ADD_DEFAULT_CHARSET_NAME "iso-8859-1" |
| #define DEFAULT_ERRORLOG "logs/error_log" |
| #define DEFAULT_KEEPALIVE 100 |
| #define DEFAULT_KEEPALIVE_TIMEOUT 5 |
| #define DEFAULT_LIMIT_BLANK_LINES 10 |
| #define DEFAULT_LIMIT_REQUEST_FIELDS 100 |
| #define DEFAULT_LIMIT_REQUEST_FIELDSIZE 8190 |
| #define DEFAULT_LIMIT_REQUEST_LINE 8190 |
| #define DEFAULT_TIMEOUT 60 |
| #define DOCTYPE_HTML_2_0 |
| #define DOCTYPE_HTML_3_2 |
| #define DOCTYPE_HTML_4_0F |
| #define DOCTYPE_HTML_4_0S |
| #define DOCTYPE_HTML_4_0T |
| #define DOCTYPE_XHTML_1_0F |
| #define DOCTYPE_XHTML_1_0S |
| #define DOCTYPE_XHTML_1_0T |
| #define DOCUMENT_LOCATION HTTPD_ROOT "/htdocs" |
| #define DONE -2 |
| #define DYNAMIC_MODULE_LIMIT 256 |
| #define HTTP_VERSION | ( | major, | |
| minor | |||
| ) | (1000*(major)+(minor)) |
| #define HTTP_VERSION_MAJOR | ( | number | ) | ((number)/1000) |
| #define HTTP_VERSION_MINOR | ( | number | ) | ((number)%1000) |
| #define MAX_STRING_LEN HUGE_STRING_LEN |
| #define SERVER_CONFIG_FILE "conf/httpd.conf" |
| #define SUEXEC_BIN HTTPD_ROOT "/bin/suexec" |
| #define SUSPENDED -3 |
| void ap_add_version_component | ( | apr_pool_t * | pconf, |
| const char * | component | ||
| ) |
Get the date a time that the server was built
Definition at line 26 of file buildmark.c.
| void ap_get_server_revision | ( | ap_version_t * | version | ) |