LDAPAccountManager/lam-packaging/RPM/lam.apache.conf

45 lines
901 B
Plaintext
Raw Normal View History

2011-06-08 18:12:50 +00:00
Alias /lam /usr/share/ldap-account-manager
<Directory /usr/share/ldap-account-manager>
Options +FollowSymLinks
AllowOverride All
2018-08-11 12:57:05 +00:00
Require all granted
2011-06-08 18:12:50 +00:00
DirectoryIndex index.html
</Directory>
<Directory /var/lib/ldap-account-manager/tmp>
Options -Indexes
</Directory>
2013-11-10 10:06:22 +00:00
<Directory /var/lib/ldap-account-manager/tmp/internal>
2012-01-26 20:01:38 +00:00
Options -Indexes
2018-08-11 12:57:05 +00:00
Require all denied
2012-01-26 20:01:38 +00:00
</Directory>
2011-06-08 18:12:50 +00:00
<Directory /var/lib/ldap-account-manager/sess>
Options -Indexes
2018-08-11 12:57:05 +00:00
Require all denied
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /var/lib/ldap-account-manager/config>
Options -Indexes
2018-08-11 12:57:05 +00:00
Require all denied
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/lib>
Options -Indexes
2018-08-11 12:57:05 +00:00
Require all denied
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/help>
Options -Indexes
2018-08-11 12:57:05 +00:00
Require all denied
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/locale>
Options -Indexes
2018-08-11 12:57:05 +00:00
Require all denied
2011-06-08 18:12:50 +00:00
</Directory>