Elastix login page gives error HTTP ERROR 500 when login
-
@scottalanmiller
user apache -
Before we put in a lot of time diagnosing this, Elastix 4.0 has a number of issues (not show stoppers, but issues) and the general consensus is to run FreePBX instead. They are very similar but FreePBX is more mature, more stable and has tons more people using it. Is that an option? If this is a fresh install, I would just switch right now and have the issue completely bypassed. Elastix 4 is a fine choice, but FreePBX is the better one as things stand today.
That would fix this issue AND maybe some others all at once. I'd had to put in a lot of time trying to fix this and only THEN have the discussion that FreePBX is probably the better option for a new deployment.
-
can i install Freepbx on same ?? whre i have install Elastix
-
https://xxx.xxx.xxx.xxx/admin/
it gives this with out enter how can authorizes myself to acces freePBX??
Unauthorized
You are not authorized to access this page.
Enable direct access (Non-embedded) to FreePBX in "Security >> Advanced Security Settings" menu.
(FreePBX is a Registered Trademark of Schmooze Com, Inc.) -
@Gaurav-Bmotra said in Elastix login page gives error HTTP ERROR 500 when login:
can i install Freepbx on same ?? whre i have install Elastix
Just, just install directly over it. I've done several installs recently. Probably takes about ten minutes.
-
Here is the FreePBX download link...
-
@Gaurav-Bmotra said in Elastix login page gives error HTTP ERROR 500 when login:
https://xxx.xxx.xxx.xxx/admin/
it gives this with out enter how can authorizes myself to acces freePBX??
Unauthorized
You are not authorized to access this page.
Enable direct access (Non-embedded) to FreePBX in "Security >> Advanced Security Settings" menu.
(FreePBX is a Registered Trademark of Schmooze Com, Inc.)Did you go through the steps that it forced you to do on the local console after the first reboot? That should be where that gets set.
-
i have virtual server on cloud with centos 7 where i have already install Elastix ,,can i overide Freepbx to it ,, ?
if yes ,,, how ??
-
@Gaurav-Bmotra said in Elastix login page gives error HTTP ERROR 500 when login:
i have virtual server on cloud with centos 7 where i have already install Elastix ,,can i overide Freepbx to it ,, ?
if yes ,,, how ??
You need to install FreePBX from the ISO in a clean manner.
Delete your current instance, spin up a new instance and install from the FreePBX ISO.
-
@Gaurav-Bmotra said in Elastix login page gives error HTTP ERROR 500 when login:
i have virtual server on cloud with centos 7 where i have already install Elastix ,,can i overide Freepbx to it ,, ?
if yes ,,, how ??
If you install from ISO, it overwrites everything. You did an ISO install to a cloud service that has CentOS 7 already there? That would overwrite CentOS 7.
-
after mounting the iso image wich directory have the files where to run
for i in $(ls); do yum -y install $i; done??
-
@Gaurav-Bmotra said in Elastix login page gives error HTTP ERROR 500 when login:
after mounting the iso image wich directory have the files where to run
for i in $(ls); do yum -y install $i; done??
To do an ISO install you BOOT from the ISO. If you didn't boot from the ISO for Elastix 4 then you didn't do an ISO install but did an RPM install which explains the problems and that's why I asked in the first place. RPM installs have a lot of complications.
-
If you are doing Elastix 4 from RPM, here are the instructions: http://mangolassi.it/topic/6242/building-elastix-4-via-rpm-repo
But we recommend FreePBX.
-
do you have the RPM installation tutorial ??
-
@Gaurav-Bmotra said in Elastix login page gives error HTTP ERROR 500 when login:
do you have the RPM installation tutorial ??
I linked it one post above the question
-
- Open port 443
iptables -I INPUT -s your_network -p tcp --dport 443 -j ACCEPT
- Open port 443
-
@denny said in Elastix login page gives error HTTP ERROR 500 when login:
- systemctl stop firewalld
- disable selinux
-
@denny said in Elastix login page gives error HTTP ERROR 500 when login:
- systemctl stop firewalld
- disable selinux
- find /var/www/html/var/ -type d -exec chmod 755 {} ;
- find /var/www/html/var/ -type f -exec chmod 755 {} ;
Way to necro a post, security and firewall ar of the upmost importance. No system ever needs to be setup open this way....
-
@dbeato said in Elastix login page gives error HTTP ERROR 500 when login:
@denny said in Elastix login page gives error HTTP ERROR 500 when login:
- systemctl stop firewalld
- disable selinux
- find /var/www/html/var/ -type d -exec chmod 755 {} ;
- find /var/www/html/var/ -type f -exec chmod 755 {} ;
Way to necro a post, security and firewall ar of the upmost importance. No system ever needs to be setup open this way....
I think that he was being tongue in cheek.
-
@scottalanmiller said in Elastix login page gives error HTTP ERROR 500 when login:
@dbeato said in Elastix login page gives error HTTP ERROR 500 when login:
@denny said in Elastix login page gives error HTTP ERROR 500 when login:
- systemctl stop firewalld
- disable selinux
- find /var/www/html/var/ -type d -exec chmod 755 {} ;
- find /var/www/html/var/ -type f -exec chmod 755 {} ;
Way to necro a post, security and firewall ar of the upmost importance. No system ever needs to be setup open this way....
I think that he was being tongue in cheek.
Okay, I didn't get it LOL