zlog(ZLOG_STUFF,ZLOG_ALERT,"[pool %s] max_spare_servers(%d) must not be less than min_spare_servers(%d)",wp->config->name,config->pm_max_spare_servers,config->pm_min_spare_servers);
zlog(ZLOG_STUFF,ZLOG_ALERT,"[pool %s] pm.max_spare_servers(%d) must not be less than pm.min_spare_servers(%d)",wp->config->name,config->pm_max_spare_servers,config->pm_min_spare_servers);
zlog(ZLOG_STUFF,ZLOG_ALERT,"[pool %s] start_servers(%d) must not be less than min_spare_servers(%d) and not greater than max_spare_servers(%d)",wp->config->name,config->pm_start_servers,config->pm_min_spare_servers,config->pm_max_spare_servers);
zlog(ZLOG_STUFF,ZLOG_ALERT,"[pool %s] pm.start_servers(%d) must not be less than pm.min_spare_servers(%d) and not greater than pm.max_spare_servers(%d)",wp->config->name,config->pm_start_servers,config->pm_min_spare_servers,config->pm_max_spare_servers);
return-1;
}
@ -563,7 +563,7 @@ static int fpm_conf_process_all_pools() /* {{{ */
zlog(ZLOG_STUFF,ZLOG_ERROR,"[pool %s] the chdir path '%s' wihtin the chroot path '%s' ('%s') does not exist or is not a directory",wp->config->name,wp->config->chdir,wp->config->chroot,buf);
zlog(ZLOG_STUFF,ZLOG_ERROR,"[pool %s] the chdir path '%s' within the chroot path '%s' ('%s') does not exist or is not a directory",wp->config->name,wp->config->chdir,wp->config->chroot,buf);