Changes between Initial Version and Version 1 of Ticket #67142, comment 4
- Timestamp:
- Mar 27, 2023, 4:27:12 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67142, comment 4
initial v1 1 1 I was able to make php-fpm82 work using my user fabienaurejac and setting group as staff. 2 2 I'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 4 Also 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 }}}