Lines Matching refs:zlog

702 				zlog(ZLOG_ERROR, "'$prefix' must be use at the beginning of the value");  in fpm_evaluate_full_path()
738 zlog(ZLOG_ERROR, "No pool defined. at least one pool section must be specified in config file"); in fpm_conf_process_all_pools()
749zlog(ZLOG_ERROR, "[pool %s] the prefix '%s' does not exist or is not a directory", wp->config->nam… 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()
779zlog(ZLOG_ALERT, "[pool %s] the process manager is missing (static, dynamic or ondemand)", wp->con… 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()
794zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) must be a positive value", wp->config->name, … in fpm_conf_process_all_pools()
799zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must be a positive value", wp->config->name, … in fpm_conf_process_all_pools()
805zlog(ZLOG_ALERT, "[pool %s] pm.min_spare_servers(%d) and pm.max_spare_servers(%d) cannot be greate… in fpm_conf_process_all_pools()
810zlog(ZLOG_ALERT, "[pool %s] pm.max_spare_servers(%d) must not be less than pm.min_spare_servers(%d… in fpm_conf_process_all_pools()
816zlog(ZLOG_NOTICE, "[pool %s] pm.start_servers is not set. It's been set to %d.", wp->config->name,… in fpm_conf_process_all_pools()
819zlog(ZLOG_ALERT, "[pool %s] pm.start_servers(%d) must not be less than pm.min_spare_servers(%d) an… in fpm_conf_process_all_pools()
826zlog(ZLOG_ALERT, "[pool %s] ondemand process manager can ONLY be used when events.mechanisme is ei… in fpm_conf_process_all_pools()
831zlog(ZLOG_ALERT, "[pool %s] pm.process_idle_timeout(%ds) must be greater than 0s", wp->config->nam… in fpm_conf_process_all_pools()
836zlog(ZLOG_WARNING, "[pool %s] listen.backlog(%d) was too low for the ondemand process manager. I u… in fpm_conf_process_all_pools()
852zlog(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()
863zlog(ZLOG_ERROR, "[pool %s] the status path '%s' must contain only the following characters '[alph… 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()
886zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must containt only the following characters '[alpha… in fpm_conf_process_all_pools()
895zlog(ZLOG_ERROR, "[pool %s] the ping response page '%s' is not long enough", wp->config->name, wp-… in fpm_conf_process_all_pools()
927zlog(ZLOG_ERROR, "[pool %s] 'slowlog' must be specified for use with 'request_slowlog_timeout'", w… in fpm_conf_process_all_pools()
934zlog(ZLOG_WARNING, "[pool %s] 'request_slowlog_timeout' is not supported on your system", wp->conf… in fpm_conf_process_all_pools()
947 zlog(ZLOG_SYSERROR, "Unable to create or open slowlog(%s)", wp->config->slowlog); in fpm_conf_process_all_pools()
956zlog(ZLOG_ERROR, "[pool %s] 'request_slowlog_timeout' (%d) can't be greater than 'request_terminat… in fpm_conf_process_all_pools()
967zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->con… in fpm_conf_process_all_pools()
972zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' does not exist or is not a directory", wp->config… in fpm_conf_process_all_pools()
983zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' must start with a '/'", wp->config->name, wp->conf… in fpm_conf_process_all_pools()
993zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' within the chroot path '%s' ('%s') does not exist … in fpm_conf_process_all_pools()
1001zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' does not exist or is not a directory", wp->config-… 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()
1092zlog(ZLOG_ERROR, "[pool %s] unable to set listen address as it's already used in another pool '%s'… in fpm_conf_process_all_pools()
1105 zlog(ZLOG_SYSERROR, "Unable to remove the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_unlink_pid()
1125 zlog(ZLOG_SYSERROR, "Unable to create the PID file (%s).", fpm_global_config.pid_file); in fpm_conf_write_pid()
1132 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1159 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1164 zlog(ZLOG_ERROR, "process.priority must be included into [-19,20]"); in fpm_conf_post_process()
1214zlog(ZLOG_ERROR, "[pool %s] wrong format for access.format '%s'", wp->config->name, wp->config->ac… in fpm_conf_post_process()
1257zlog(ZLOG_WARNING, "Nothing matches the include pattern '%s' from %s at line %d.", inc, filename, … in fpm_conf_ini_parser_include()
1262zlog(ZLOG_ERROR, "Unable to globalize '%s' (ret=%d) from %s at line %d.", inc, i, filename, ini_li… in fpm_conf_ini_parser_include()
1273zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", g.gl_pathv[i], filename, ini_lineno); in fpm_conf_ini_parser_include()
1283 zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", inc, filename, ini_lineno); in fpm_conf_ini_parser_include()
1319zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lin… in fpm_conf_ini_parser_section()
1325zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_file… in fpm_conf_ini_parser_section()
1339 zlog(ZLOG_ERROR, "[%s:%d] value is NULL for a ZEND_INI_PARSER_ENTRY", ini_filename, ini_lineno); in fpm_conf_ini_parser_entry()
1346 zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno); in fpm_conf_ini_parser_entry()
1366zlog(ZLOG_ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, par… in fpm_conf_ini_parser_entry()
1373zlog(ZLOG_ERROR, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, par… in fpm_conf_ini_parser_entry()
1384 zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); in fpm_conf_ini_parser_entry()
1396 zlog(ZLOG_ERROR, "[%s:%d] Misspelled array ?", ini_filename, ini_lineno); in fpm_conf_ini_parser_array()
1401 zlog(ZLOG_ERROR, "[%s:%d] Array are not allowed in the global section", ini_filename, ini_lineno); in fpm_conf_ini_parser_array()
1408 zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno); in fpm_conf_ini_parser_array()
1432 zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name)); in fpm_conf_ini_parser_array()
1438zlog(ZLOG_ERROR, "[%s:%d] error while parsing '%s[%s]' : %s", ini_filename, ini_lineno, Z_STRVAL_P… in fpm_conf_ini_parser_array()
1464 zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno); in fpm_conf_ini_parser()
1482 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1488 zlog(ZLOG_SYSERROR, "failed to open configuration file '%s'", filename); in fpm_conf_load_ini_file()
1493 zlog(ZLOG_ERROR, "failed to include more than 5 files recusively"); in fpm_conf_load_ini_file()
1545 zlog(ZLOG_NOTICE, "[General]"); in fpm_conf_dump()
1546 zlog(ZLOG_NOTICE, "\tpid = %s", STR2STR(fpm_global_config.pid_file)); in fpm_conf_dump()
1547 zlog(ZLOG_NOTICE, "\terror_log = %s", STR2STR(fpm_global_config.error_log)); in fpm_conf_dump()
1549 zlog(ZLOG_NOTICE, "\tsyslog.ident = %s", STR2STR(fpm_global_config.syslog_ident)); in fpm_conf_dump()
1550zlog(ZLOG_NOTICE, "\tsyslog.facility = %d", fpm_global_config.syslog_facility); /* FIX… in fpm_conf_dump()
1552zlog(ZLOG_NOTICE, "\tlog_level = %s", zlog_get_level_name(fpm_globals.log_level)… in fpm_conf_dump()
1553zlog(ZLOG_NOTICE, "\temergency_restart_interval = %ds", fpm_global_config.emergency_restart_interv… in fpm_conf_dump()
1554zlog(ZLOG_NOTICE, "\temergency_restart_threshold = %d", fpm_global_config.emergency_restart_thresh… in fpm_conf_dump()
1555 zlog(ZLOG_NOTICE, "\tprocess_control_timeout = %ds", fpm_global_config.process_control_timeout); in fpm_conf_dump()
1556 zlog(ZLOG_NOTICE, "\tprocess.max = %d", fpm_global_config.process_max); in fpm_conf_dump()
1558 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1560 zlog(ZLOG_NOTICE, "\tprocess.priority = %d", fpm_global_config.process_priority); in fpm_conf_dump()
1562 zlog(ZLOG_NOTICE, "\tdaemonize = %s", BOOL2STR(fpm_global_config.daemonize)); in fpm_conf_dump()
1563 zlog(ZLOG_NOTICE, "\trlimit_files = %d", fpm_global_config.rlimit_files); in fpm_conf_dump()
1564 zlog(ZLOG_NOTICE, "\trlimit_core = %d", fpm_global_config.rlimit_core); in fpm_conf_dump()
1565 zlog(ZLOG_NOTICE, "\tevents.mechanism = %s", fpm_event_machanism_name()); in fpm_conf_dump()
1567 zlog(ZLOG_NOTICE, "\tsystemd_interval = %ds", fpm_global_config.systemd_interval/1000); in fpm_conf_dump()
1569 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1574 zlog(ZLOG_NOTICE, "[%s]", STR2STR(wp->config->name)); in fpm_conf_dump()
1575 zlog(ZLOG_NOTICE, "\tprefix = %s", STR2STR(wp->config->prefix)); in fpm_conf_dump()
1576 zlog(ZLOG_NOTICE, "\tuser = %s", STR2STR(wp->config->user)); in fpm_conf_dump()
1577 zlog(ZLOG_NOTICE, "\tgroup = %s", STR2STR(wp->config->group)); in fpm_conf_dump()
1578 zlog(ZLOG_NOTICE, "\tlisten = %s", STR2STR(wp->config->listen_address)); in fpm_conf_dump()
1579 zlog(ZLOG_NOTICE, "\tlisten.backlog = %d", wp->config->listen_backlog); in fpm_conf_dump()
1580 zlog(ZLOG_NOTICE, "\tlisten.owner = %s", STR2STR(wp->config->listen_owner)); in fpm_conf_dump()
1581 zlog(ZLOG_NOTICE, "\tlisten.group = %s", STR2STR(wp->config->listen_group)); in fpm_conf_dump()
1582 zlog(ZLOG_NOTICE, "\tlisten.mode = %s", STR2STR(wp->config->listen_mode)); in fpm_conf_dump()
1583zlog(ZLOG_NOTICE, "\tlisten.allowed_clients = %s", STR2STR(wp->config->listen_allowed_clients)… in fpm_conf_dump()
1585 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1587 zlog(ZLOG_NOTICE, "\tprocess.priority = %d", wp->config->process_priority); in fpm_conf_dump()
1589 zlog(ZLOG_NOTICE, "\tpm = %s", PM2STR(wp->config->pm)); in fpm_conf_dump()
1590 zlog(ZLOG_NOTICE, "\tpm.max_children = %d", wp->config->pm_max_children); in fpm_conf_dump()
1591 zlog(ZLOG_NOTICE, "\tpm.start_servers = %d", wp->config->pm_start_servers); in fpm_conf_dump()
1592 zlog(ZLOG_NOTICE, "\tpm.min_spare_servers = %d", wp->config->pm_min_spare_servers); in fpm_conf_dump()
1593 zlog(ZLOG_NOTICE, "\tpm.max_spare_servers = %d", wp->config->pm_max_spare_servers); in fpm_conf_dump()
1594 zlog(ZLOG_NOTICE, "\tpm.process_idle_timeout = %d", wp->config->pm_process_idle_timeout); in fpm_conf_dump()
1595 zlog(ZLOG_NOTICE, "\tpm.max_requests = %d", wp->config->pm_max_requests); in fpm_conf_dump()
1596 zlog(ZLOG_NOTICE, "\tpm.status_path = %s", STR2STR(wp->config->pm_status_path)); in fpm_conf_dump()
1597 zlog(ZLOG_NOTICE, "\tping.path = %s", STR2STR(wp->config->ping_path)); in fpm_conf_dump()
1598 zlog(ZLOG_NOTICE, "\tping.response = %s", STR2STR(wp->config->ping_response)); in fpm_conf_dump()
1599 zlog(ZLOG_NOTICE, "\taccess.log = %s", STR2STR(wp->config->access_log)); in fpm_conf_dump()
1600 zlog(ZLOG_NOTICE, "\taccess.format = %s", STR2STR(wp->config->access_format)); in fpm_conf_dump()
1601 zlog(ZLOG_NOTICE, "\tslowlog = %s", STR2STR(wp->config->slowlog)); in fpm_conf_dump()
1602 zlog(ZLOG_NOTICE, "\trequest_slowlog_timeout = %ds", wp->config->request_slowlog_timeout); in fpm_conf_dump()
1603 zlog(ZLOG_NOTICE, "\trequest_terminate_timeout = %ds", wp->config->request_terminate_timeout); in fpm_conf_dump()
1604 zlog(ZLOG_NOTICE, "\trlimit_files = %d", wp->config->rlimit_files); in fpm_conf_dump()
1605 zlog(ZLOG_NOTICE, "\trlimit_core = %d", wp->config->rlimit_core); in fpm_conf_dump()
1606 zlog(ZLOG_NOTICE, "\tchroot = %s", STR2STR(wp->config->chroot)); in fpm_conf_dump()
1607 zlog(ZLOG_NOTICE, "\tchdir = %s", STR2STR(wp->config->chdir)); in fpm_conf_dump()
1608zlog(ZLOG_NOTICE, "\tcatch_workers_output = %s", BOOL2STR(wp->config->catch_workers_output)); in fpm_conf_dump()
1609 zlog(ZLOG_NOTICE, "\tclear_env = %s", BOOL2STR(wp->config->clear_env)); in fpm_conf_dump()
1610 zlog(ZLOG_NOTICE, "\tsecurity.limit_extensions = %s", wp->config->security_limit_extensions); in fpm_conf_dump()
1613 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1617 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1621 zlog(ZLOG_NOTICE, "\tphp_admin_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1623 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1635zlog(ZLOG_ERROR, "the global prefix '%s' does not exist or is not a directory", fpm_globals.prefix… in fpm_conf_init_main()
1654 zlog(ZLOG_SYSERROR, "spprintf() failed (tmp for fpm_globals.config)"); in fpm_conf_init_main()
1662 zlog(ZLOG_SYSERROR, "spprintf() failed (fpm_globals.config)"); in fpm_conf_init_main()
1670 zlog(ZLOG_ERROR, "failed to load configuration file '%s'", fpm_globals.config); in fpm_conf_init_main()
1675 zlog(ZLOG_ERROR, "failed to post process the configuration"); in fpm_conf_init_main()
1683 zlog(ZLOG_NOTICE, "configuration file %s test is successful\n", fpm_globals.config); in fpm_conf_init_main()