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