We have been using mod_php for years WITHOUT mod_ruid2, so apache ran as the user "apache".
Since switching to php-fpm, phpMyAdmin reports the error:
Warning in ./libraries/logging.lib.php#59
fopen(./log/auth.log): failed to open stream: Permission denied
If I look in the phpMyAdmin folder, I can see that the majority of folders are set to webapps:webapps, but /log is set to apache:apache.
I'm assuming that php-fpm runs as a different user from "apache", so this is the issue.
Was this covered in one of the DA guides? I've read most of them, and I haven't seen this come up.
How do I resolve this? My concern is that phpMyAdmin is just the tip of the iceberg, I have over 1,200 vhosts with users saving their own files, this could be a nightmare.
Since switching to php-fpm, phpMyAdmin reports the error:
Warning in ./libraries/logging.lib.php#59
fopen(./log/auth.log): failed to open stream: Permission denied
If I look in the phpMyAdmin folder, I can see that the majority of folders are set to webapps:webapps, but /log is set to apache:apache.
I'm assuming that php-fpm runs as a different user from "apache", so this is the issue.
Was this covered in one of the DA guides? I've read most of them, and I haven't seen this come up.
How do I resolve this? My concern is that phpMyAdmin is just the tip of the iceberg, I have over 1,200 vhosts with users saving their own files, this could be a nightmare.