#include "apr_strings.h"
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h"
#include "ap_expr.h"
Go to the source code of this file.
◆ cmd_log_message()
◆ do_debug_log()
◆ log_debug_check_access()
◆ log_debug_check_access_ex()
◆ log_debug_check_authn()
◆ log_debug_check_authz()
◆ log_debug_create_dconf()
◆ log_debug_fixups()
◆ log_debug_handler()
◆ log_debug_insert_filter()
◆ log_debug_log_transaction()
◆ log_debug_map_to_storage()
◆ log_debug_merge_dconf()
| static void * log_debug_merge_dconf |
( |
apr_pool_t * |
p, |
|
|
void * |
parent_conf, |
|
|
void * |
new_conf |
|
) |
| |
|
static |
◆ log_debug_pre_translate_name()
◆ log_debug_quick_handler()
◆ log_debug_translate_name()
◆ log_debug_type_checker()
◆ register_hooks()
< Run access control hooks on all internal requests with URIs distinct from that of initial request
< Run access control hooks on all internal requests with URIs distinct from that of initial request
< Run access control hooks on all internal requests with URIs distinct from that of initial request
< Run access control hooks on all internal requests with URIs distinct from that of initial request
Definition at line 268 of file mod_log_debug.c.
◆ allhooks
◆ aplog_module_index
| int* const aplog_module_index = &( log_debug_module.module_index) |
|
static |
◆ hooks
Initial value:= {
"log_transaction",
"quick_handler",
"handler",
"translate_name",
"map_to_storage",
"fixups",
"type_checker",
"check_access",
"check_access_ex",
"check_authn",
"check_authz",
"insert_filter",
"pre_translate_name",
}
Definition at line 39 of file mod_log_debug.c.
◆ log_debug_cmds
Initial value:=
{
{
"LogMessage" ,
cmd_log_message ,
NULL , 128 | 64 ,
TAKE123,
"Log a debug message to the error log if this config block is used for " " a request" },
}
static const char * cmd_log_message(cmd_parms *cmd, void *dconf_, const char *arg1, const char *arg2, const char *arg3)
Definition at line 260 of file mod_log_debug.c.