Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2016 05:49:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213906] www/owncloud - .user.ini and .htaccess should be writable (again)
Message-ID:  <bug-213906-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213906

            Bug ID: 213906
           Summary: www/owncloud - .user.ini and .htaccess should be
                    writable (again)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: kevlo@FreeBSD.org
          Reporter: joshruehlig@gmail.com
          Assignee: kevlo@FreeBSD.org
             Flags: maintainer-feedback?(kevlo@FreeBSD.org)

ownCloud needs to be able to write to .user.ini to change the upload size if
using PHP-FPM

ownCloud 9 appends to it's .htaccess upon installation (during
lib/private/setup.php) if it sees the apcahe 'env' and 'rewrite' modules are
available. This is needed to get "Pretty URLs" working properly.

The fix should be...
@(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,664) %%WWWDIR%%/.htaccess
@(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,664) %%WWWDIR%%/.user.ini=20

####

This was fixed before here...
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208311

But, when the port was updated to version 9.0.4 the permission settings were
dropped.
https://github.com/freebsd/freebsd-ports/commit/68bf13e9a759b0321398cd3c07b=
54ea2c50fbd53

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213906-13>