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:
@@ -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 */
|
||||
};
|
||||
|
@@ -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 */
|
||||
};
|
||||
|
Reference in New Issue
Block a user