Searched refs:pm_status_path (Results 1 – 3 of 3) sorted by relevance
73 char *pm_status_path; member
32 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()
138 { "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()1595 zlog(ZLOG_NOTICE, "\tpm.status_path = %s", STR2STR(wp->config->pm_status_path)); in fpm_conf_dump()
Completed in 9 milliseconds