]> git.pld-linux.org Git - packages/ckfinder.git/blob - apache.conf
- migrate to apache 2.4
[packages/ckfinder.git] / apache.conf
1 Alias /ckfinder/userfiles/ /var/lib/ckfinder/
2 Alias /ckfinder/ /usr/share/ckfinder/
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.229469 seconds and 3 git commands to generate.