#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_request.h"
#include "apr_strings.h"
#include "unixd.h"
#include "mpm_common.h"
#include "mod_suexec.h"
Go to the source code of this file.
◆ SUEXEC_POST_CONFIG_USERDATA
| #define SUEXEC_POST_CONFIG_USERDATA "suexec_post_config_userdata" |
◆ create_mconfig_for_directory()
◆ create_mconfig_for_server()
◆ get_suexec_id_doer()
◆ mkconfig()
◆ set_suexec_ugid()
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
Definition at line 58 of file mod_suexec.c.
◆ suexec_hooks()
◆ suexec_post_config()
< Module has handled this stage.
Definition at line 91 of file mod_suexec.c.
◆ aplog_module_index
| int* const aplog_module_index = &( suexec_module.module_index) |
|
static |
◆ suexec_cmds
Initial value:=
{
}
static const char * set_suexec_ugid(cmd_parms *cmd, void *mconfig, const char *uid, const char *gid)
Definition at line 115 of file mod_suexec.c.