]> git.pld-linux.org Git - packages/ckeditor.git/commitdiff
use unified apache config
authorElan Ruusamäe <glen@delfi.ee>
Thu, 8 Aug 2013 11:12:07 +0000 (14:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 8 Aug 2013 11:12:07 +0000 (14:12 +0300)
apache.conf
ckeditor.spec

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>
index 5fd4b63020e53d1808c5fac3931c46b9ed11a94e..52c309fc74f289fd82b91ffd505695aa7989cfd8 100644 (file)
@@ -5,7 +5,7 @@ Summary:        The text editor for Internet
 Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          ckeditor
 Version:       3.2.1
-Release:       2
+Release:       3
 License:       LGPL v2.1+ / GPL v2+ / MPL
 Group:         Applications/WWW
 Source0:       http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/%{name}_%{version}.tar.gz
This page took 0.072008 seconds and 4 git commands to generate.