Apache2
suexec.h File Reference

user-definable variables for the suexec wrapper code. (See README.configure on how to customize these variables.) More...

#include "ap_config_layout.h"
Include dependency graph for suexec.h:

Go to the source code of this file.

Macros

#define AP_HTTPD_USER   "www"
 
#define AP_UID_MIN   100
 
#define AP_GID_MIN   100
 
#define AP_USERDIR_SUFFIX   "public_html"
 
#define AP_LOG_EXEC   DEFAULT_EXP_LOGFILEDIR "/suexec_log" /* Need me? */
 
#define AP_DOC_ROOT   DEFAULT_EXP_HTDOCSDIR
 
#define AP_SAFE_PATH   "/usr/local/bin:/usr/bin:/bin"
 

Detailed Description

user-definable variables for the suexec wrapper code. (See README.configure on how to customize these variables.)

Macro Definition Documentation

◆ AP_DOC_ROOT

#define AP_DOC_ROOT   DEFAULT_EXP_HTDOCSDIR

◆ AP_GID_MIN

#define AP_GID_MIN   100

◆ AP_HTTPD_USER

#define AP_HTTPD_USER   "www"

◆ AP_LOG_EXEC

#define AP_LOG_EXEC   DEFAULT_EXP_LOGFILEDIR "/suexec_log" /* Need me? */

◆ AP_SAFE_PATH

#define AP_SAFE_PATH   "/usr/local/bin:/usr/bin:/bin"

◆ AP_UID_MIN

#define AP_UID_MIN   100

◆ AP_USERDIR_SUFFIX

#define AP_USERDIR_SUFFIX   "public_html"