Cannot access FreePBX GUI

Hi

I tried to install a certificate from the GUI / System Admin module (under Https). I clicked “Install” when the default certificate was selected and now I cannot access the PBX GUI on either HTTP or https…

All the phones works, the system seems ok otherwise, just not access to web GUI.

I tried rebooting the PBX (I’m working remotely and the server is 2 hours drive away).

I’m using version 13 of FreePBX
I’m not sure how to check what version of Linux I’m using
I’m not sure what other information to post here, as I’m really not a Linux guy, but I can access the root user via a terminal session. If you want other information please ask how I can follow basic commands.

Any and all help is appreciated.

Lee

i did this to fix it…
[root@localhost ~]# service httpd start
Starting httpd: Warning: DocumentRoot [/var/www/html/restapps/] does not exist
Syntax error on line 24 of /etc/httpd/conf.d/ssl.conf:
ServerName takes one argument, The hostname and port of the server
[FAILED]
[root@localhost ~]# rm -f /etc/httpd/conf.d/ssl.conf
[root@localhost ~]# service httpd start
Starting httpd: Warning: DocumentRoot [/var/www/html/restapps/] does not exist
httpd: Could not reliably determine the server’s fully qualified domain name, using localhost.localdomain for ServerName
[ OK ]

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