Searched refs:pm_status_path (Results 1 – 3 of 3) sorted by relevance
76 char *pm_status_path; member
142 { "pm.status_path", &fpm_conf_set_string, WPO(pm_status_path) },675 free(wpc->pm_status_path); in fpm_worker_pool_config_free()750 if (!shared_config->pm_status_path) { in fpm_worker_pool_shared_status_alloc()751 shared_config->pm_status_path = strdup("/"); in fpm_worker_pool_shared_status_alloc()765 FPM_WPC_STR_CP(config, shared_config, pm_status_path); in fpm_worker_pool_shared_status_alloc()964 if (wp->config->pm_status_path && *wp->config->pm_status_path) { in fpm_conf_process_all_pools()966 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools()1798 zlog(ZLOG_NOTICE, "\tpm.status_path = %s", STR2STR(wp->config->pm_status_path)); in fpm_conf_dump()
31 if (wp->config->pm_status_path) { in fpm_status_init_child()32 fpm_status_uri = strdup(wp->config->pm_status_path); in fpm_status_init_child()
Completed in 12 milliseconds