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

87 lines
1.6 KiB
Plaintext
Raw Normal View History

2006-01-20 15:33:13 +00:00
Alias /lam /usr/share/ldap-account-manager
<Directory /usr/share/ldap-account-manager>
Options +FollowSymLinks
AllowOverride All
2013-11-10 10:06:22 +00:00
<IfVersion < 2.3>
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
2006-01-20 15:33:13 +00:00
DirectoryIndex index.html
</Directory>
<Directory /var/lib/ldap-account-manager/tmp>
Options -Indexes
</Directory>
2012-01-26 20:01:38 +00:00
<Directory /var/lib/ldap-account-manager/tmp/internal>
Options -Indexes
2013-11-10 10:06:22 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2012-01-26 20:01:38 +00:00
</Directory>
2006-01-20 15:33:13 +00:00
<Directory /var/lib/ldap-account-manager/sess>
Options -Indexes
2013-11-10 10:06:22 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2006-01-20 15:33:13 +00:00
</Directory>
<Directory /var/lib/ldap-account-manager/config>
Options -Indexes
2013-11-10 10:06:22 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2006-01-20 15:33:13 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/lib>
Options -Indexes
2013-11-10 10:06:22 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2008-09-28 12:22:49 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/help>
Options -Indexes
2013-11-10 10:06:22 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2006-01-20 15:33:13 +00:00
</Directory>
2008-09-28 12:22:49 +00:00
<Directory /usr/share/ldap-account-manager/locale>
2006-01-20 15:33:13 +00:00
Options -Indexes
2013-11-10 10:06:22 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2006-01-20 15:33:13 +00:00
</Directory>
2008-09-28 12:22:49 +00:00