Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_conf.h75 char *pm_status_path; member
H A Dfpm_conf.c137 { "pm.status_path", &fpm_conf_set_string, WPO(pm_status_path) },
649 free(wpc->pm_status_path); in fpm_worker_pool_config_free()
708 if (!shared_config->pm_status_path) { in fpm_worker_pool_shared_status_alloc()
709 shared_config->pm_status_path = strdup("/"); in fpm_worker_pool_shared_status_alloc()
723 FPM_WPC_STR_CP(config, shared_config, pm_status_path); in fpm_worker_pool_shared_status_alloc()
912 if (wp->config->pm_status_path && *wp->config->pm_status_path) { in fpm_conf_process_all_pools()
914 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools()
1726 zlog(ZLOG_NOTICE, "\tpm.status_path = %s", STR2STR(wp->config->pm_status_path)); in fpm_conf_dump()
H A Dfpm_status.c30 if (wp->config->pm_status_path) { in fpm_status_init_child()
31 fpm_status_uri = strdup(wp->config->pm_status_path); in fpm_status_init_child()

Completed in 12 milliseconds