[Bug 225083] www/glpi wrong ownership on web directories

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 11 20:24:53 UTC 2018


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

            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 at FreeBSD.org
          Reporter: leeb at ratnaling.org
                CC: mathias at monnerville.com
             Flags: maintainer-feedback?(mathias at monnerville.com)
                CC: mathias at 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   

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.

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


More information about the freebsd-ports-bugs mailing list