Lines Matching refs:ap_server_conf
647 ap_server_conf = ap_read_config(process, ptemp, confname, &ap_conftree);
648 if (!ap_server_conf) {
651 apr_pool_cleanup_register(pconf, &ap_server_conf, ap_pool_cleanup_set_null,
662 rv = ap_process_config_tree(ap_server_conf, ap_conftree,
665 ap_fixup_virtual_hosts(pconf, ap_server_conf);
666 ap_fini_vhost_config(pconf, ap_server_conf);
674 if (ap_run_check_config(pconf, plog, ptemp, ap_server_conf) != OK) {
689 ap_run_test_config(pconf, ap_server_conf);
713 if ( ap_run_open_logs(pconf, plog, ptemp, ap_server_conf) != OK) {
719 if ( ap_run_post_config(pconf, plog, ptemp, ap_server_conf) != OK) {
747 ap_server_conf = ap_read_config(process, ptemp, confname, &ap_conftree);
748 if (!ap_server_conf) {
751 apr_pool_cleanup_register(pconf, &ap_server_conf,
762 if (ap_process_config_tree(ap_server_conf, ap_conftree, process->pconf,
766 ap_fixup_virtual_hosts(pconf, ap_server_conf);
767 ap_fini_vhost_config(pconf, ap_server_conf);
775 if (ap_run_check_config(pconf, plog, ptemp, ap_server_conf) != OK) {
782 if (ap_run_open_logs(pconf, plog, ptemp, ap_server_conf) != OK) {
788 if (ap_run_post_config(pconf, plog, ptemp, ap_server_conf) != OK) {
800 rc = ap_run_mpm(pconf, plog, ap_server_conf);