Topic: php-fpm is broken by default in 0.9.7 on CentOS 7 with nginx [solved]
In a fresh installation on CentOS 7 of iRedMail 0.9.7 the php-fpm configuration is broken by default when using nginx (I haven't tried what happens when installing apache). The following changes need to be done.
nano /etc/php-fpm.d/www.conf
# otherwise socket configured in /etc/nginx/conf-available/php-fpm.conf is missing
listen = /run/php-fpm/php-fpm.socket
# otherwise you see permission denied errors in /var/log/nginx/error.log
listen.owner = nginx
listen.group = nginx
listen.mode = 0660
# nginx is running as user nginx and not apache
user = nginx
group = nginx
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.