]> git.pld-linux.org Git - packages/ckfinder.git/blame - httpd.conf
- migrate to apache 2.4
[packages/ckfinder.git] / httpd.conf
CommitLineData
470913d8
JR
1Alias /ckfinder/userfiles/ /var/lib/ckfinder/
2Alias /ckfinder/ /usr/share/ckfinder/
3
4<Directory /usr/share/ckfinder>
5 Require all granted
6</Directory>
7
8<Directory /var/lib/ckfinder>
9 Require all granted
10 <IfModule mod_php5.c>
11 php_value engine off
12 </IfModule>
13 <IfModule mod_php4.c>
14 php_value engine off
15 </IfModule>
16</Directory>
This page took 0.089276 seconds and 4 git commands to generate.