]> git.pld-linux.org Git - packages/htmlgrid-charisma.git/blob - apache.conf
1cff060437cdcafd2f4b17616359ab1658dca16f
[packages/htmlgrid-charisma.git] / apache.conf
1 Alias /themes/charisma /usr/share/htmlgrid-charisma
2 <Directory /usr/share/htmlgrid-charisma>
3         # Apache 1.3 / 2.0
4         <IfModule mod_access.c>
5                 Allow from all
6         </IfModule>
7         # Apache 2.2+
8         <IfModule mod_authz_host.c>
9                 Allow from all
10         </IfModule>
11         Options +FollowSymLinks
12 </Directory>
This page took 0.055369 seconds and 2 git commands to generate.