MY CONF
My Mautic version is: 2.15
My PHP version is: 7.3
I tried to install mautic on my server with nginx. So I unzip mautic file in my folder and configure nginx like I configure another website I’ve on my server. But I didn’t finish the installation of mautic because I’ve a 404 error.
I understand that my problem is due to bad conf of nginx. But I don’t have goo knowledge about this techno. Someone can help me please.
There should be something in /var/log/nginx logs that might be useful. I not tried it on centos. Are you at least getting to where it ask u for database config etc?
For nginx I was able to use Ubuntu 18.04 LTS withe Mautic 3.1 successfully, after using the partial snippet below. Nice thing about Nginx is it was the system is 350MB ram.
For my main product site, I am using Bitnami Muatic 3.1 as it’s easier to manage for me. Even with this I had to comment out the X-Frame-Options in the Apache config as my email server is not the same as webhost.
**** To fix modify httpd.conf and comment out these lines
Sorry But it doesn’t work for me. I’ve still the same error:
The site is currently offline due to encountering an error. If the problem persists, please contact the system administrator.
I’ll check the log and I saw only an error 500 on index.php. But I don’t understand why ?
Anyway, Once I’ve got another page that told me all point that I’ve to fix. And one is the permission on logs and cache file. So on other forum I’ve found solution but not working on me: chmod 755 app/cache/* app/logs/* -R
Something else, On my server I can’t install php-imap. Can this be the source of all my problems?