load mod_auth & mod_authn_file in sample/test.conf
parent
d5f64cd85f
commit
f664e77909
|
@ -43,6 +43,7 @@ server.modules = (
|
|||
"mod_access",
|
||||
# "mod_alias",
|
||||
# "mod_auth",
|
||||
# "mod_authn_file",
|
||||
# "mod_evasive",
|
||||
# "mod_redirect",
|
||||
# "mod_rewrite",
|
||||
|
|
|
@ -364,6 +364,7 @@ server.modules
|
|||
"mod_alias",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_simple_vhost",
|
||||
"mod_evhost",
|
||||
|
|
|
@ -17,6 +17,7 @@ server.modules = (
|
|||
"mod_setenv",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_simple_vhost",
|
||||
|
|
|
@ -18,6 +18,7 @@ server.modules = (
|
|||
"mod_setenv",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_simple_vhost",
|
||||
|
|
|
@ -16,6 +16,7 @@ server.modules = (
|
|||
"mod_rewrite",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_redirect",
|
||||
|
|
|
@ -20,6 +20,7 @@ server.modules = (
|
|||
"mod_rewrite",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_redirect",
|
||||
|
|
|
@ -20,6 +20,7 @@ server.modules = (
|
|||
"mod_rewrite",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_redirect",
|
||||
|
|
|
@ -23,6 +23,7 @@ server.modules = (
|
|||
"mod_rewrite",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_redirect",
|
||||
|
|
|
@ -25,6 +25,7 @@ server.modules = (
|
|||
"mod_secdownload",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_simple_vhost",
|
||||
|
|
|
@ -18,6 +18,7 @@ server.modules = (
|
|||
"mod_secdownload",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_redirect",
|
||||
|
|
|
@ -17,6 +17,7 @@ server.modules = (
|
|||
"mod_setenv",
|
||||
"mod_access",
|
||||
"mod_auth",
|
||||
"mod_authn_file",
|
||||
"mod_status",
|
||||
"mod_expire",
|
||||
"mod_simple_vhost",
|
||||
|
|
Loading…
Reference in New Issue