[Bug 213906] www/owncloud - .user.ini and .htaccess should be writable (again)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 30 05:49:22 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213906

            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 at FreeBSD.org
          Reporter: joshruehlig at gmail.com
          Assignee: kevlo at FreeBSD.org
             Flags: maintainer-feedback?(kevlo at 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 

####

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

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

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


More information about the freebsd-ports-bugs mailing list