› VitalPBX Community Support › General Discussion › Web GUI down – VitalPBX operational
- This topic has 5 replies, 2 voices, and was last updated 1 year, 2 months ago by
Tassos.
- Post
-
- December 27, 2019 at 7:49 pm
I have a strange problem.
I cannot access my VitalPBX from the web GUI. I can access it from SSH and it is operational.
I cannot start Apache, it fails.
Is there a way to fix it? Where should I look?
Can I get a backup from command line, since I had not setup a backup procedure from GUI?
VitalPBX Version : 2.4.0-2
TIA
Tassos
0
- Replies
-
- December 27, 2019 at 7:51 pm
- December 27, 2019 at 7:52 pm
- December 27, 2019 at 7:55 pm
This is an exctract from error_log
[Fri Dec 27 16:00:28.470159 2019] [suexec:notice] [pid 6588] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suex$
[Fri Dec 27 16:00:28.470974 2019] [ssl:emerg] [pid 6588] AH02238: Unable to configure RSA server private key
[Fri Dec 27 16:00:28.471000 2019] [ssl:emerg] [pid 6588] SSL Library Error: error:0B080074:x509 certificate routines:X5$0- December 27, 2019 at 8:01 pm
Try this:
#Reset Configurations
mysql -uroot ombutel -e"update ombu_settings set value = null where module_id = (select module_id from ombu_modules where name = 'http_server') and name = 'certificate_id';"
mysql -uroot ombutel -e"update ombu_settings set value = 'no' where module_id = (select module_id from ombu_modules where name = 'http_server') and name = 'permanent_redirect';"
#Reconfigure Apache and Restart
/usr/share/ombutel/scripts/apache_conf
systemctl restart httpdThis will reset your apache configurations.
1
- The topic ‘Web GUI down – VitalPBX operational’ is closed to new replies.