Defines | |
| #define | NOT_IN_VIRTUALHOST 0x01 |
| #define | NOT_IN_LIMIT 0x02 |
| #define | NOT_IN_DIRECTORY 0x04 |
| #define | NOT_IN_LOCATION 0x08 |
| #define | NOT_IN_FILES 0x10 |
| #define | NOT_IN_DIR_LOC_FILE (NOT_IN_DIRECTORY|NOT_IN_LOCATION|NOT_IN_FILES) |
| #define | GLOBAL_ONLY (NOT_IN_VIRTUALHOST|NOT_IN_LIMIT|NOT_IN_DIR_LOC_FILE) |
Functions | |
| AP_DECLARE (const char *) ap_find_module_name(module *m) | |
Variables | |
| unsigned | forbidden |
|
|
|
Forbidden in <directory>/<location>/<files> Definition at line 708 of file http_config.h. Referenced by proxysection(), set_keep_alive(), set_keep_alive_max(), set_keep_alive_timeout(), and set_suexec_ugid(). |
|
|
Forbidden in <directory> Definition at line 704 of file http_config.h. |
|
|
Forbidden in <files> Definition at line 706 of file http_config.h. |
|
|
Forbidden in <limit> Definition at line 703 of file http_config.h. Referenced by proxysection(), set_keep_alive(), set_keep_alive_max(), set_keep_alive_timeout(), and set_suexec_ugid(). |
|
|
Forbidden in <location> Definition at line 705 of file http_config.h. |
|
|
Forbidden in <virtualhost> Definition at line 702 of file http_config.h. |
|
|
Build the content-type that should be sent to the client from the content-type specified. The following rules are followed:
Definition at line 1063 of file http_protocol.c. |
|
|
Definition at line 700 of file http_config.h. |