|
Apache HTTPD
|
#include "apr_strings.h"#include "apr_lib.h"#include "ap_config.h"#include "httpd.h"#include "http_config.h"#include "http_core.h"#include "http_request.h"#include "http_protocol.h"#include "http_log.h"#include "http_main.h"#include "util_script.h"#include "mod_rewrite.h"Go to the source code of this file.
Classes | |
| struct | dir_config_struct |
Macros | |
| #define | REDIRECT_OFF 0 |
| #define | REDIRECT_UNSET 1 |
| #define | DIR_CMD_PERMS OR_INDEXES |
Typedefs | |
| typedef struct dir_config_struct | dir_config_rec |
Enumerations | |
| enum | moddir_cfg { MODDIR_OFF = 0 , MODDIR_ON , MODDIR_UNSET } |
Functions | |
| static const char * | add_index (cmd_parms *cmd, void *dummy, const char *arg) |
| static const char * | configure_slash (cmd_parms *cmd, void *d_, int arg) |
| static const char * | configure_checkhandler (cmd_parms *cmd, void *d_, int arg) |
| static const char * | configure_redirect (cmd_parms *cmd, void *d_, const char *arg1) |
| static void * | create_dir_config (apr_pool_t *p, char *dummy) |
| static void * | merge_dir_configs (apr_pool_t *p, void *basev, void *addv) |
| static int | fixup_dflt (request_rec *r) |
| static int | fixup_dir (request_rec *r) |
| static int | dir_fixups (request_rec *r) |
| static void | register_hooks (apr_pool_t *p) |
Variables | |
| static const command_rec | dir_cmds [] |
| static int *const | aplog_module_index = &( dir_module.module_index) |
| #define DIR_CMD_PERMS OR_INDEXES |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |