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

87 lines
1.8 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
2015-01-09 21:56:19 +00:00
<IfModule !mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Order allow,deny
Allow from all
2015-01-09 21:56:19 +00:00
</IfModule>
<IfModule mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Require all granted
2015-01-09 21:56:19 +00:00
</IfModule>
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
2015-01-09 21:56:19 +00:00
<IfModule !mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Order allow,deny
Deny from all
2015-01-09 21:56:19 +00:00
</IfModule>
<IfModule mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Require all denied
2015-01-09 21:56:19 +00:00
</IfModule>
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
2015-01-09 21:56:19 +00:00
<IfModule !mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Order allow,deny
Deny from all
2015-01-09 21:56:19 +00:00
</IfModule>
<IfModule mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Require all denied
2015-01-09 21:56:19 +00:00
</IfModule>
2006-01-20 15:33:13 +00:00
</Directory>
<Directory /var/lib/ldap-account-manager/config>
Options -Indexes
2015-01-09 21:56:19 +00:00
<IfModule !mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Order allow,deny
Deny from all
2015-01-09 21:56:19 +00:00
</IfModule>
<IfModule mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Require all denied
2015-01-09 21:56:19 +00:00
</IfModule>
2006-01-20 15:33:13 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/lib>
Options -Indexes
2015-01-09 21:56:19 +00:00
<IfModule !mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Order allow,deny
Deny from all
2015-01-09 21:56:19 +00:00
</IfModule>
<IfModule mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Require all denied
2015-01-09 21:56:19 +00:00
</IfModule>
2008-09-28 12:22:49 +00:00
</Directory>
<Directory /usr/share/ldap-account-manager/help>
Options -Indexes
2015-01-09 21:56:19 +00:00
<IfModule !mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Order allow,deny
Deny from all
2015-01-09 21:56:19 +00:00
</IfModule>
<IfModule mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Require all denied
2015-01-09 21:56:19 +00:00
</IfModule>
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
2015-01-09 21:56:19 +00:00
<IfModule !mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Order allow,deny
Deny from all
2015-01-09 21:56:19 +00:00
</IfModule>
<IfModule mod_authz_core.c>
2013-11-10 10:06:22 +00:00
Require all denied
2015-01-09 21:56:19 +00:00
</IfModule>
2006-01-20 15:33:13 +00:00
</Directory>
2008-09-28 12:22:49 +00:00