Apache 2.4 support
This commit is contained in:
parent
0b57f01f3a
commit
bdaa5960c2
|
@ -1,6 +1,11 @@
|
|||
<Files *>
|
||||
Options +FollowSymLinks
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
<IfVersion < 2.3>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all granted
|
||||
</IfVersion>
|
||||
DirectoryIndex index.html
|
||||
</Files>
|
||||
|
|
|
@ -4,6 +4,7 @@ December 2013 4.4
|
|||
- allow to set a custom label for each account type
|
||||
- Unix: switch also additional membership if primary group is changed (RFE 108)
|
||||
- Windows: fixed user name handling, sAMAccountName now optional
|
||||
- RPM: Apache 2.4 support (requires Apache version module)
|
||||
- LAM Pro:
|
||||
-> Bind DLZ support
|
||||
-> Samba/Shadow: display password change date in self service
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<Files *>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
<IfVersion < 2.3>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</Files>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<Files *>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
<IfVersion < 2.3>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</Files>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<Files *>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
<IfVersion < 2.3>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</Files>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<Files *>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
<IfVersion < 2.3>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</Files>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<Files *>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
<IfVersion < 2.3>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</Files>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<Files *>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
<IfVersion < 2.3>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</Files>
|
||||
|
|
Loading…
Reference in New Issue