]> git.pld-linux.org Git - packages/js-plupload.git/commitdiff
unified apache config master auto/th/js-plupload-1.5.3-3
authorElan Ruusamäe <glen@delfi.ee>
Tue, 27 Aug 2013 14:12:09 +0000 (17:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 27 Aug 2013 14:12:09 +0000 (17:12 +0300)
apache.conf
js-plupload.spec

index 93f49fbea2a058c9013521ba90ede93b5be320ee..9f1cdb990ede0fb63098f538931467032ef4657d 100644 (file)
@@ -1,4 +1,12 @@
 Alias /js/plupload /usr/share/plupload
 <Directory /usr/share/plupload>
-       Allow from all
+       # Apache 2.x
+       <IfModule !mod_authz_core.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
+       # Apache 2.4
+       <IfModule mod_authz_core.c>
+               Require all granted
+       </IfModule>
 </Directory>
index 7a0de9f34aed898dd5c982cec18e5343726763e7..aa17dc8dcd7f722eab24752b349cabc379e49ae7 100644 (file)
@@ -3,7 +3,7 @@
 Summary:       Multiple file upload utility using Flash, Silverlight, Google Gears, HTML5 or BrowserPlus
 Name:          js-%{plugin}
 Version:       1.5.3
-Release:       1
+Release:       3
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       https://github.com/downloads/moxiecode/plupload/plupload_%{ver}.zip
This page took 0.613363 seconds and 4 git commands to generate.