]> git.pld-linux.org Git - packages/ckeditor.git/blobdiff - apache.conf
use unified apache config
[packages/ckeditor.git] / apache.conf
index 83dff626e716743137c3fec363162d349d6c5b28..45163977996f12046198bfe145a2fa01d6742a00 100644 (file)
@@ -1,4 +1,11 @@
 Alias /ckeditor/ /usr/share/ckeditor/
 <Directory /usr/share/ckeditor>
-       Allow from all
+       <IfModule mod_authz_core.c>
+               # Apache 2.4
+               Require all granted
+       </IfModule>
+       <IfModule !mod_authz_core.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
 </Directory>
This page took 0.333789 seconds and 4 git commands to generate.