mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Another hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -64,7 +64,6 @@ static void register_hooks()
|
|||||||
API_VAR_EXPORT module echo_module = {
|
API_VAR_EXPORT module echo_module = {
|
||||||
STANDARD20_MODULE_STUFF,
|
STANDARD20_MODULE_STUFF,
|
||||||
NULL, /* post_config */
|
NULL, /* post_config */
|
||||||
NULL, /* open_logs */
|
|
||||||
NULL, /* child_init */
|
NULL, /* child_init */
|
||||||
NULL, /* create per-directory config structure */
|
NULL, /* create per-directory config structure */
|
||||||
NULL, /* merge per-directory config structures */
|
NULL, /* merge per-directory config structures */
|
||||||
|
@@ -3085,7 +3085,6 @@ LISTEN_COMMANDS
|
|||||||
module MODULE_VAR_EXPORT mpm_prefork_module = {
|
module MODULE_VAR_EXPORT mpm_prefork_module = {
|
||||||
STANDARD20_MODULE_STUFF,
|
STANDARD20_MODULE_STUFF,
|
||||||
NULL, /* post_config */
|
NULL, /* post_config */
|
||||||
NULL, /* open_logs */
|
|
||||||
NULL, /* child_init */
|
NULL, /* child_init */
|
||||||
NULL, /* create per-directory config structure */
|
NULL, /* create per-directory config structure */
|
||||||
NULL, /* merge per-directory config structures */
|
NULL, /* merge per-directory config structures */
|
||||||
|
Reference in New Issue
Block a user