]> git.pld-linux.org Git - packages/ckeditor.git/blob - apache.conf
up to 4.3.2
[packages/ckeditor.git] / apache.conf
1 Alias /ckeditor/ /usr/share/ckeditor/
2 <Directory /usr/share/ckeditor>
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>
11 </Directory>
This page took 0.531298 seconds and 3 git commands to generate.