[Bug 211102] www/nextcloud - .user.ini and .htaccess should be writable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 14 01:22:45 UTC 2016


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

            Bug ID: 211102
           Summary: www/nextcloud - .user.ini and .htaccess should be
                    writable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: joshruehlig at gmail.com
                CC: loic.blot at unix-experience.fr
                CC: loic.blot at unix-experience.fr
             Flags: maintainer-feedback?(loic.blot at unix-experience.fr)

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

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

The fix would be changing the first two lines of pkg-plist to...
@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,644) %%WWWDIR%%/.htaccess
@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,644) %%WWWDIR%%/.user.ini

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


More information about the freebsd-ports-bugs mailing list