Elastix login page gives error HTTP ERROR 500 when login
-
@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