Home
last modified time | relevance | path

Searched refs:set_uid (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c83 wp->set_uid = strtoul(wp->config->user, 0, 10); in fpm_unix_conf_wp()
93 wp->set_uid = pwd->pw_uid; in fpm_unix_conf_wp()
117 if (wp->set_uid == 0 || wp->set_gid == 0) { in fpm_unix_conf_wp()
204 if (wp->set_uid) { in fpm_unix_init_child()
209 if (0 > setuid(wp->set_uid)) { in fpm_unix_init_child()
210 zlog(ZLOG_SYSERROR, "[pool %s] failed to setuid(%d)", wp->config->name, wp->set_uid); in fpm_unix_init_child()
H A Dfpm_worker_pool.h27 int set_uid, set_gid; /* config uid and gid */ member

Completed in 6 milliseconds