git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87626
13f79535-47bb-0310-9956-
ffa450edef68
mva_create_server_config, /* server config */
mva_merge_server_config, /* merge server configs */
mva_commands, /* command apr_table_t */
- NULL, /* handlers */
register_hooks /* register hooks */
};
perchild_create_config, /* create per-server config structure */
NULL, /* merge per-server config structures */
perchild_cmds, /* command apr_table_t */
- NULL, /* handlers */
perchild_hooks /* register_hooks */
};
perchild_create_config, /* create per-server config structure */
NULL, /* merge per-server config structures */
perchild_cmds, /* command apr_table_t */
- NULL, /* handlers */
perchild_hooks /* register_hooks */
};