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

87 lines
1.6 KiB
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
2013-11-10 10:22:08 +00:00
<IfVersion < 2.3>
Order allow,deny
Allow from all
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
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
2013-11-10 10:22:08 +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>
2011-06-08 18:12:50 +00:00
<Directory /var/lib/ldap-account-manager/sess>
Options -Indexes
2013-11-10 10:22:08 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /var/lib/ldap-account-manager/config>
Options -Indexes
2013-11-10 10:22:08 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/lib>
Options -Indexes
2013-11-10 10:22:08 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/help>
Options -Indexes
2013-11-10 10:22:08 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2011-06-08 18:12:50 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/locale>
Options -Indexes
2013-11-10 10:22:08 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2011-06-08 18:12:50 +00:00
</Directory>