Lines Matching refs:name

183 		if (!current_wp || !current_wp->config  || !current_wp->config->name) {  in fpm_conf_expand_pool_name()
191 spprintf(&buf, 0, "%s%s%s", *value, current_wp->config->name, p2); in fpm_conf_expand_pool_name()
631 free(wpc->name); in fpm_worker_pool_config_free()
749 …ol %s] the prefix '%s' does not exist or is not a directory", wp->config->name, wp->config->prefix… in fpm_conf_process_all_pools()
756 zlog(ZLOG_ALERT, "[pool %s] user has not been defined", wp->config->name); in fpm_conf_process_all_pools()
768 zlog(ZLOG_ALERT, "[pool %s] no listen address have been defined!", wp->config->name); in fpm_conf_process_all_pools()
773 zlog(ZLOG_ERROR, "[pool %s] process.priority must be included into [-19,20]", wp->config->name); in fpm_conf_process_all_pools()
779 …ALERT, "[pool %s] the process manager is missing (static, dynamic or ondemand)", wp->config->name); in fpm_conf_process_all_pools()
785 zlog(ZLOG_ALERT, "[pool %s] pm.max_children must be a positive value", wp->config->name); in fpm_conf_process_all_pools()
794 …[pool %s] pm.min_spare_servers(%d) must be a positive value", wp->config->name, config->pm_min_spa… in fpm_conf_process_all_pools()
799 …[pool %s] pm.max_spare_servers(%d) must be a positive value", wp->config->name, config->pm_max_spa… in fpm_conf_process_all_pools()
805 …pare_servers(%d) cannot be greater than pm.max_children(%d)", wp->config->name, config->pm_min_spa… in fpm_conf_process_all_pools()
810 …_servers(%d) must not be less than pm.min_spare_servers(%d)", wp->config->name, config->pm_max_spa… in fpm_conf_process_all_pools()
816 …[pool %s] pm.start_servers is not set. It's been set to %d.", wp->config->name, config->pm_start_s… in fpm_conf_process_all_pools()
819 …e_servers(%d) and not greater than pm.max_spare_servers(%d)", wp->config->name, config->pm_start_s… in fpm_conf_process_all_pools()
826 … ONLY be used when events.mechanisme is either epoll (Linux) or kqueue (*BSD).", wp->config->name); in fpm_conf_process_all_pools()
831 …ol %s] pm.process_idle_timeout(%ds) must be greater than 0s", wp->config->name, config->pm_process… in fpm_conf_process_all_pools()
836 …r the ondemand process manager. I updated it for you to %d.", wp->config->name, config->listen_bac… in fpm_conf_process_all_pools()
852 …zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must start with a '/'", wp->config->name, status); in fpm_conf_process_all_pools()
857 zlog(ZLOG_ERROR, "[pool %s] the status path '%s' is not long enough", wp->config->name, status); in fpm_conf_process_all_pools()
863 … path '%s' must contain only the following characters '[alphanum]/_-.'", wp->config->name, status); in fpm_conf_process_all_pools()
875 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping); in fpm_conf_process_all_pools()
880 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping); in fpm_conf_process_all_pools()
886 …g path '%s' must containt only the following characters '[alphanum]/_-.'", wp->config->name, ping); in fpm_conf_process_all_pools()
895 …zlog(ZLOG_ERROR, "[pool %s] the ping response page '%s' is not long enough", wp->config->name, wp-… in fpm_conf_process_all_pools()
927 … "[pool %s] 'slowlog' must be specified for use with 'request_slowlog_timeout'", wp->config->name); in fpm_conf_process_all_pools()
934 …_WARNING, "[pool %s] 'request_slowlog_timeout' is not supported on your system", wp->config->name); in fpm_conf_process_all_pools()
956 …(%d) can't be greater than 'request_terminate_timeout' (%d)", wp->config->name, wp->config->reques… in fpm_conf_process_all_pools()
967 …zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->con… in fpm_conf_process_all_pools()
972 …] the chroot path '%s' does not exist or is not a directory", wp->config->name, wp->config->chroot… in fpm_conf_process_all_pools()
983 …zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' must start with a '/'", wp->config->name, wp->conf… in fpm_conf_process_all_pools()
993 …hroot path '%s' ('%s') does not exist or is not a directory", wp->config->name, wp->config->chdir,… in fpm_conf_process_all_pools()
1001 …s] the chdir path '%s' does not exist or is not a directory", wp->config->name, wp->config->chdir); in fpm_conf_process_all_pools()
1037 zlog(ZLOG_ERROR, "[pool %s] unable to malloc extensions array", wp->config->name); in fpm_conf_process_all_pools()
1092 …et listen address as it's already used in another pool '%s'", wp2->config->name, wp->config->name); in fpm_conf_process_all_pools()
1213 …zlog(ZLOG_ERROR, "[pool %s] wrong format for access.format '%s'", wp->config->name, wp->config->ac… in fpm_conf_post_process()
1307 if (!wp->config->name) continue; in fpm_conf_ini_parser_section()
1308 if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) { in fpm_conf_ini_parser_section()
1322 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1323 if (!config->name) { in fpm_conf_ini_parser_section()
1331 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_entry() argument
1343 if (!strcmp(Z_STRVAL_P(name), "include")) { in fpm_conf_ini_parser_entry()
1361 for (; parser->name; parser++) { in fpm_conf_ini_parser_entry()
1362 if (!strcasecmp(parser->name, Z_STRVAL_P(name))) { in fpm_conf_ini_parser_entry()
1365 …ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name); in fpm_conf_ini_parser_entry()
1372 …, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret); in fpm_conf_ini_parser_entry()
1383 zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); in fpm_conf_ini_parser_entry()
1388 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg TSRMLS_DC) /* {… in fpm_conf_ini_parser_array() argument
1405 if (!strcmp("env", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1414 } else if (!strcmp("php_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1418 } else if (!strcmp("php_admin_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1422 } else if (!strcmp("php_flag", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1426 } else if (!strcmp("php_admin_flag", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1431 zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); in fpm_conf_ini_parser_array()
1437 … error while parsing '%s[%s]' : %s", ini_filename, ini_lineno, Z_STRVAL_P(name), Z_STRVAL_P(key), … in fpm_conf_ini_parser_array()
1573 zlog(ZLOG_NOTICE, "[%s]", STR2STR(wp->config->name)); in fpm_conf_dump()