Commit e317c22d authored by Yusei Tahara's avatar Yusei Tahara

slapos/recipe/erp5testnode: Enable password authentication for scalability test system.

parent 5862b60b
......@@ -37,6 +37,11 @@ LoadModule dir_module modules/mod_dir.so
LoadModule alias_module modules/mod_alias.so
LoadModule ssl_module modules/mod_ssl.so
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_user_module modules/mod_authz_user.so
LoadModule auth_basic_module modules/mod_auth_basic.so
# SSL Configuration
SSLEngine on
......@@ -79,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