]> git.pld-linux.org Git - packages/ckfinder.git/blame - apache.conf
Revert "- migrate to apache 2.4"
[packages/ckfinder.git] / apache.conf
CommitLineData
17a06e44 1Alias /ckfinder/userfiles/ /var/lib/ckfinder/
13202184 2Alias /ckfinder/ /usr/share/ckfinder/
17a06e44
ER
3
4<Directory /usr/share/ckfinder>
5 Allow from all
6</Directory>
7
8<Directory /var/lib/ckfinder>
9 Allow from all
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.089798 seconds and 4 git commands to generate.