]> git.pld-linux.org Git - packages/ckeditor.git/blame - apache.conf
- release 4 (by relup.sh)
[packages/ckeditor.git] / apache.conf
CommitLineData
02433890
ER
1Alias /ckeditor/ /usr/share/ckeditor/
2<Directory /usr/share/ckeditor>
27b4d831
ER
3 <IfModule mod_authz_core.c>
4 # Apache 2.4
5 Require all granted
6 </IfModule>
7 <IfModule !mod_authz_core.c>
8 Order allow,deny
9 Allow from all
10 </IfModule>
02433890 11</Directory>
This page took 0.063175 seconds and 4 git commands to generate.