1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Auth checker hook

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ben Laurie
1999-08-15 00:01:25 +00:00
parent 80160d27a0
commit 9aecb9f843
2 changed files with 0 additions and 2 deletions

View File

@@ -70,6 +70,5 @@ API_VAR_EXPORT module echo_module = {
NULL, /* merge per-server config structures */
echo_cmds, /* command table */
NULL, /* handlers */
NULL, /* check auth */
register_hooks /* register hooks */
};

View File

@@ -2984,6 +2984,5 @@ module MODULE_VAR_EXPORT mpm_prefork_module = {
NULL, /* merge per-server config structures */
prefork_cmds, /* command table */
NULL, /* handlers */
NULL, /* check auth */
prefork_hooks, /* register hooks */
};