26

Re: iRedMail-0.9.8-beta2 has been released

ZhangHuangbin wrote:
raz wrote:

/etc/nginx/templates/fastcgi_php.tmpl

Could you please show me full content of this file?

Thank you for your answer Zhang.

the file:

#
# Template used to handle PHP fastcgi applications
#
# You still need to define `SCRIPT_FILENAME` for your PHP application, and
# probably `fastcgi_index` if your application use different index file.
#
include fastcgi_params;

# Directory index file
fastcgi_index index.php;

# Handle PHP files with upstream handler
fastcgi_pass php_workers;

# Fix the HTTPROXY issue.
# Reference: https://httpoxy.org/
fastcgi_param HTTP_PROXY '';

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

27

Re: iRedMail-0.9.8-beta2 has been released

raz wrote:

the file:

This file is ok, what's the content of file /etc/nginx/conf-enabled/php-fpm.conf?

28

Re: iRedMail-0.9.8-beta2 has been released

ZhangHuangbin wrote:
raz wrote:

the file:

This file is ok, what's the content of file /etc/nginx/conf-enabled/php-fpm.conf?

Thank you Zhang

that was the problem
the installation didn't create a symbolink of php-fpm.conf in conf enabled directory.
once i created it nginx could run.

Thank you very much.

Raz

29

Re: iRedMail-0.9.8-beta2 has been released

Can this beta be applied to a system with iRedAdmin-PRO or is there another beta release for that?

30 (edited by braindeadgenius 2018-04-09 02:31:40)

Re: iRedMail-0.9.8-beta2 has been released

Why is Apache no longer supported? I tried installing the old 0.9.7 on a new server, and it makes the server unusable / extremely slow.