listen_owner 130 sapi/fpm/fpm/fpm_conf.c { "listen.owner", &fpm_conf_set_string, WPO(listen_owner) }, listen_owner 645 sapi/fpm/fpm/fpm_conf.c free(wpc->listen_owner); listen_owner 1615 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.owner = %s", STR2STR(wp->config->listen_owner)); listen_owner 62 sapi/fpm/fpm/fpm_conf.h char *listen_owner; listen_owner 155 sapi/fpm/fpm/fpm_unix.c if (c->listen_owner && *c->listen_owner) { listen_owner 156 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_WARNING, "[pool %s] ACL set, listen.owner = '%s' is ignored", wp->config->name, c->listen_owner); listen_owner 167 sapi/fpm/fpm/fpm_unix.c if (c->listen_owner && *c->listen_owner) { listen_owner 170 sapi/fpm/fpm/fpm_unix.c pwd = getpwnam(c->listen_owner); listen_owner 172 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, c->listen_owner);