Changes between Initial Version and Version 1 of Ticket #67142, comment 4


Ignore:
Timestamp:
Mar 27, 2023, 4:27:12 PM (14 months ago)
Author:
beskhu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67142, comment 4

    initial v1  
    11I was able to make php-fpm82 work using my user fabienaurejac and setting group as staff.
    22I'm just surprised macOS is so strict, because linux for example does not require the user to be the same as long as file permissions allow another user to read, write or execute.
     3
     4Also session was not persistent by default, so I did the following : create a folder with permissions to my user and set in /opt/local/etc/php82/php-fpm.d/www.conf :
     5
     6{{{
     7   php_admin_value[session.save_path]
     8}}}