[arch-commits] Commit in owncloud/trunk (PKGBUILD apache.example.conf)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Jul 4 11:04:38 UTC 2014


    Date: Friday, July 4, 2014 @ 13:04:38
  Author: spupykin
Revision: 114868

Modified:
  owncloud/trunk/PKGBUILD
  owncloud/trunk/apache.example.conf

---------------------+
 PKGBUILD            |    2 +-
 apache.example.conf |   13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-04 10:54:24 UTC (rev 114867)
+++ PKGBUILD	2014-07-04 11:04:38 UTC (rev 114868)
@@ -28,7 +28,7 @@
 backup=('etc/webapps/owncloud/apache.example.conf')
 md5sums=('0a92cf5971e9c9c58e40219b385bd8f4'
          'SKIP'
-         '02d29d2dbb6943c63b102c32c3bfcd77'
+         '64c6edf88bcbb37d063e4bf77b39237f'
          '35815f95b015d0bfeebf5bbfb5271cc2')
 
 prepare() {

Modified: apache.example.conf
===================================================================
--- apache.example.conf	2014-07-04 10:54:24 UTC (rev 114867)
+++ apache.example.conf	2014-07-04 11:04:38 UTC (rev 114868)
@@ -1,13 +1,14 @@
 <IfModule mod_alias.c>
-Alias /owncloud /usr/share/webapps/owncloud/
+    Alias /owncloud /usr/share/webapps/owncloud/
 </IfModule>
+
 <Directory /usr/share/webapps/owncloud/>
-   Options FollowSymlinks
-   Order allow,deny
-   AllowOverride all
-   allow from all
-   php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud"
+    Options FollowSymlinks
+    AllowOverride all
+    Require all granted
+    php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud"
 </Directory>
+
 <VirtualHost *:80>
     ServerAdmin foo at foofarm.com
     DocumentRoot /usr/share/webapps/owncloud




More information about the arch-commits mailing list