]> git.pld-linux.org Git - packages/htmlgrid-charisma.git/commitdiff
apache 1.3/2.0/2.2/2.4 compatible config master AC-branch auto/ac/htmlgrid-charisma-1.0.0-3 auto/th/htmlgrid-charisma-1.0.0-3
authorElan Ruusamäe <glen@delfi.ee>
Tue, 9 Jul 2013 07:07:41 +0000 (10:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 9 Jul 2013 07:07:41 +0000 (10:07 +0300)
apache.conf
htmlgrid-charisma.spec

index 1cff060437cdcafd2f4b17616359ab1658dca16f..319769d9fb2f5ff73d0ee14edfb791f441606cd4 100644 (file)
@@ -4,9 +4,15 @@ Alias /themes/charisma /usr/share/htmlgrid-charisma
        <IfModule mod_access.c>
                Allow from all
        </IfModule>
-       # Apache 2.2+
+       # Apache 2.2
+       <IfModule !mod_authz_core.c>
        <IfModule mod_authz_host.c>
                Allow from all
        </IfModule>
+       </IfModule>
+       # Apache 2.4
+       <IfModule mod_authz_core.c>
+               Require all granted
+       </IfModule>
        Options +FollowSymLinks
 </Directory>
index 21495d53e1dec7c35cfd7500068a08a4bc5d5211..86fcf4f4aaaa75436f644cb6254ea406ff7ef4bd 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Charisma - free, responsive, multiple skin admin template
 Name:          htmlgrid-charisma
 Version:       1.0.0
-Release:       1
+Release:       3
 License:       Apache v2.0
 Group:         Applications/WWW
 Source0:       https://github.com/usmanhalalit/charisma/archive/master.tar.gz?/charisma.tgz
This page took 0.071814 seconds and 4 git commands to generate.