Skip to content

Commit

Permalink
load mod_auth & mod_authn_file in sample/test.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Nov 30, 2016
1 parent d5f64cd commit f664e77
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/config/modules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ server.modules = (
"mod_access",
# "mod_alias",
# "mod_auth",
# "mod_authn_file",
# "mod_evasive",
# "mod_redirect",
# "mod_rewrite",
Expand Down
1 change: 1 addition & 0 deletions doc/outdated/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ server.modules
"mod_alias",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_simple_vhost",
"mod_evhost",
Expand Down
1 change: 1 addition & 0 deletions tests/bug-06.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ server.modules = (
"mod_setenv",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_simple_vhost",
Expand Down
1 change: 1 addition & 0 deletions tests/bug-12.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ server.modules = (
"mod_setenv",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_simple_vhost",
Expand Down
1 change: 1 addition & 0 deletions tests/fastcgi-10.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ server.modules = (
"mod_rewrite",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_redirect",
Expand Down
1 change: 1 addition & 0 deletions tests/fastcgi-13.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ server.modules = (
"mod_rewrite",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_redirect",
Expand Down
1 change: 1 addition & 0 deletions tests/fastcgi-auth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ server.modules = (
"mod_rewrite",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_redirect",
Expand Down
1 change: 1 addition & 0 deletions tests/fastcgi-responder.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ server.modules = (
"mod_rewrite",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_redirect",
Expand Down
1 change: 1 addition & 0 deletions tests/lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ server.modules = (
"mod_secdownload",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_simple_vhost",
Expand Down
1 change: 1 addition & 0 deletions tests/lowercase.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ server.modules = (
"mod_secdownload",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_redirect",
Expand Down
1 change: 1 addition & 0 deletions tests/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ server.modules = (
"mod_setenv",
"mod_access",
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_expire",
"mod_simple_vhost",
Expand Down

0 comments on commit f664e77

Please sign in to comment.