Commit 65654123 authored by Yusei Tahara's avatar Yusei Tahara

Remove unused mods and an option.

parent d4ae88cf
......@@ -40,11 +40,8 @@ LoadModule autoindex_module modules/mod_autoindex.so
# for password access
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
# SSL Configuration
SSLEngine on
......@@ -87,7 +84,7 @@ Listen [%(ip)s]:%(software_access_port)s
SSLEngine on
DocumentRoot "%(testnode_srv_directory)s"
<Directory />
AllowOverride FileInfo AuthConfig
AllowOverride AuthConfig
Options FollowSymLinks
IndexOptions FancyIndexing
Require all denied
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment