Home
last modified time | relevance | path

Searched refs:pm_status_path (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.h73 char *pm_status_path; member
H A Dfpm_status.c32 if (wp->config->pm_status_path) { in fpm_status_init_child()
33 fpm_status_uri = strdup(wp->config->pm_status_path); in fpm_status_init_child()
H A Dfpm_conf.c138 { "pm.status_path", &fpm_conf_set_string, WPO(pm_status_path) },
640 free(wpc->pm_status_path); in fpm_worker_pool_config_free()
847 if (wp->config->pm_status_path && *wp->config->pm_status_path) { in fpm_conf_process_all_pools()
849 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools()
1596 zlog(ZLOG_NOTICE, "\tpm.status_path = %s", STR2STR(wp->config->pm_status_path)); in fpm_conf_dump()

Completed in 14 milliseconds