#include "apr_strings.h"
#include "apr_want.h"
#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"
#include "http_request.h"
#include "http_core.h"
#include "http_protocol.h"
#include "http_main.h"
#include "http_log.h"
#include "util_script.h"
Go to the source code of this file.
|
| static void * | create_action_dir_config (apr_pool_t *p, char *dummy) |
| |
| static void * | merge_action_dir_configs (apr_pool_t *p, void *basev, void *addv) |
| |
| static const char * | add_action (cmd_parms *cmd, void *m_v, const char *type, const char *script, const char *option) |
| |
| static const char * | set_script (cmd_parms *cmd, void *m_v, const char *method, const char *script) |
| |
| static int | action_handler (request_rec *r) |
| |
| static void | register_hooks (apr_pool_t *p) |
| |
◆ APR_WANT_STRFUNC
◆ action_handler()
< Module declines to handle
RFC 2616: HTTP
RFC 2616: HTTP
< Module declines to handle
< Module declines to handle
< Module has handled this stage.
Definition at line 149 of file mod_actions.c.
◆ add_action()
◆ create_action_dir_config()
◆ merge_action_dir_configs()
| static void * merge_action_dir_configs |
( |
apr_pool_t * |
p, |
|
|
void * |
basev, |
|
|
void * |
addv |
|
) |
| |
|
static |
◆ register_hooks()
◆ set_script()
◆ action_cmds
Initial value:=
{
}
static const char * add_action(cmd_parms *cmd, void *m_v, const char *type, const char *script, const char *option)
static const char * set_script(cmd_parms *cmd, void *m_v, const char *method, const char *script)
Definition at line 140 of file mod_actions.c.
◆ aplog_module_index
| int* const aplog_module_index = &( actions_module.module_index) |
|
static |