Add apache 2.4 support
Change-Id: Ibe002356d01f21fdaefbe206c01a766e7ee80b59 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2e27d37050
commit
019bb0c560
@ -36,17 +36,26 @@ Alias /images/mailman/ /usr/share/images/mailman/
|
|||||||
AddHandler cgi-script .cgi
|
AddHandler cgi-script .cgi
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
<IfVersion >= 2.4>
|
||||||
|
Require all granted
|
||||||
|
</IfVersion>
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory /var/lib/mailman/archives/public/>
|
<Directory /var/lib/mailman/archives/public/>
|
||||||
Options FollowSymlinks
|
Options FollowSymlinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
<IfVersion >= 2.4>
|
||||||
|
Require all granted
|
||||||
|
</IfVersion>
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory /usr/share/images/mailman/>
|
<Directory /usr/share/images/mailman/>
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
<IfVersion >= 2.4>
|
||||||
|
Require all granted
|
||||||
|
</IfVersion>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user