[Help] Unable to Access Web Interface After Install

Hi, I have successfully setup Asterisk then followed by FreePBX 16 installation as specified here

How to Install FreePBX 16 on CentOS 7 / RHEL 7 | ComputingForGeeks

My environment

  • Fedora Server 36

However, when I wanted to access the web interface, I got this error

This page isn’t working right now

172.16.20.4 can’t currently handle this request.

HTTP ERROR 500

Any guide on how to troubleshoot this ?

Already figured this out

This is the most crucial part

A few small modifications to Apache.

sed -i 's/\(^upload_max_filesize = \).*/\120M/' /etc/php/7 .4 /apache2/php .ini

cp /etc/apache2/apache2 .conf /etc/apache2/apache2 .conf_orig

sed -i 's/^\(User\|Group\).*/\1 asterisk/' /etc/apache2/apache2 .conf

sed -i 's/AllowOverride None/AllowOverride All/' /etc/apache2/apache2 .conf

a2enmod rewrite

service apache2 restart

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.