goautodial 2.1 to 3.0 upgrade not opening webpage
Added by striker 247 over 10 years ago
i have upgraded goautodial 2.1 to 3.0 using following link
http://goautodial.org/projects/goautodialce/wiki/UpgradeCE21to30
after upgrading i cant able to open the webpage ie https://ipaddress
page cannot be displayed..
[root@go vicidial]# cat /etc/goautodial-release
GoAutoDial CE 3.0
[root@go vicidial]# cat /usr/src/vicidial/version
2.9rc1
asterisk also got updated to 1.8.23.0-1
also not able to update to 3.3 after typing yum update...
Replies (2)
RE: goautodial 2.1 to 3.0 upgrade not opening webpage
-
Added by Erwin De Luna over 10 years ago
Is it a blank white page? if yes please check the following PHP and HTTPD configuration on your system and make it sure it is set to the following GoAutoDial standard settings:
php.ini:
memory_limit = 128M
short_open_tag = On
max_execution_time = 360
max_input_time = 360
post_max_size = 64M
upload_max_filesize = 64M
default_socket_timeout = 360
httpd.conf:
#
#AllowOverride controls what directives may be placed in .htaccess files.
#It can be "All", "None", or any combination of the keywords:
#Options FileInfo AuthConfig Limit
AllowOverride All
RE: goautodial 2.1 to 3.0 upgrade not opening webpage
-
Added by Erwin De Luna over 10 years ago
Also Check the firewall / iptables of your server make it sure you open port 443 for https access going to your GoAutoDial server.