listen_group 131 sapi/fpm/fpm/fpm_conf.c { "listen.group", &fpm_conf_set_string, WPO(listen_group) }, listen_group 646 sapi/fpm/fpm/fpm_conf.c free(wpc->listen_group); listen_group 1616 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tlisten.group = %s", STR2STR(wp->config->listen_group)); listen_group 63 sapi/fpm/fpm/fpm_conf.h char *listen_group; listen_group 158 sapi/fpm/fpm/fpm_unix.c if (c->listen_group && *c->listen_group) { listen_group 159 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_WARNING, "[pool %s] ACL set, listen.group = '%s' is ignored", wp->config->name, c->listen_group); listen_group 180 sapi/fpm/fpm/fpm_unix.c if (c->listen_group && *c->listen_group) { listen_group 183 sapi/fpm/fpm/fpm_unix.c grp = getgrnam(c->listen_group); listen_group 185 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, c->listen_group);