ap_pcfg_openfile — open a file as a configuration
configfile_t *ap_pcfg_openfile(pool *p, const char *name)
Opens name as a file (using fopen()), returning NULL if the open fails or a pointer to a configuration if the open succeeds.
name
fopen()
NULL