Project

General

Profile

VPS Server Install

Added by Lj Fran over 4 years ago

Hello I followed https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X

Installed a CentOS 7 did all steps to a T, when I type in the servers IP I get
This page isn’t working (Server's IP) is currently unable to handle this request.
HTTP ERROR 500

Where do I start thank you so much for the help


Replies (6)

RE: VPS Server Install - Added by Jackie Alfonso about 4 years ago

Hi,

May we know if your server IP is matched on the configured IP here /var/www/html/php/goCRMAPISettings.php
if not kindly follow the steps here https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4
check the "Administration Gui Settings" and "Configuration Files" section.

Thank you

RE: VPS Server Install - Added by Lj Fran about 4 years ago

Yes I just looked and it is matching the ip correctly

I can't use the gui guide since i am running this on a VPS

RE: VPS Server Install - Added by Lj Fran about 4 years ago

also I tried https://ServerIP/goAPIv2 says files not found

RE: VPS Server Install - Added by Wittie Manansala about 4 years ago

Hi,

To check the configuration you have to access your server using ssh and run below command:

nano /var/www/html/php/goCRMAPISettings.php

Thanks

RE: VPS Server Install - Added by Lj Fran about 4 years ago

define ('gourl', 'https://ServerIP/goAPIv2');
define ('goUser', 'goAPI');
define ('responsetype', 'json');

?>

RE: VPS Server Install - Added by Wittie Manansala about 4 years ago

Hi,

On https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4 "Administration Gui Settings" and "Configuration Files" section. IP should same with your server IP.

For example your server IP is 192.168.22.9 the output should be

define ('gourl', 'https://192.168.22.9/goAPIv2');
define ('goUser', 'goAPI');
define ('responsetype', 'json');

If you think all are set. Please tell us what are your issues your facing like youre unable to open your goadmin etc..

Thanks

    (1-6/6)
    Go to top