Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 20:24:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225083] www/glpi wrong ownership on web directories
Message-ID:  <bug-225083-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 225083
           Summary: www/glpi wrong ownership on web directories
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: leeb@ratnaling.org
                CC: mathias@monnerville.com
             Flags: maintainer-feedback?(mathias@monnerville.com)
                CC: mathias@monnerville.com

After installing the port, using apache24, step 0 of the checks finds many
directories not writable.  Changing the ownership from root:wheel to www:www
for 'config' and 'files' seems to fix this.

ie. (on the webpage)
Checking write permissions for document files=20=20=20

The directory could not be created.
Check permissions of directory: /usr/local/www/glpi/files'

# ls -ld /usr/local/www/glpi/files /usr/local/www/glpi/config
drwxr-xr-x 13 root wheel 512 May 24 2017 /usr/local/www/glpi/config
drwxr-xr-x 13 root wheel 512 May 24 2017 /usr/local/www/glpi/files

# chown -R www:www /usr/local/www/glpi/files /usr/local/www/glpi/config

Restart the web installation.

Step 0 no longer failing.

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