Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 01:22:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211102] www/nextcloud - .user.ini and .htaccess should be writable
Message-ID:  <bug-211102-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: joshruehlig@gmail.com
                CC: loic.blot@unix-experience.fr
                CC: loic.blot@unix-experience.fr
             Flags: maintainer-feedback?(loic.blot@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%%/.htacce=
ss
@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,644) %%WWWDIR%%/.user.i=
ni

--=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-211102-13>