Page 1 of 1
I cannot Access To WEB GUI OF GOAUTODIAL
Posted:
Wed Sep 09, 2015 6:58 am
by alibugra
Hello,
I have installed GoAutoDial 3.3 on VMware workstation 9 via ISO.
It gives ip which is 192.168.2.121 (Bridged Network)
I can ping to this ip, I can use SSH, there is no any problem.
However, I cannot access to Web GUI of GOAUTODIAL from any explorer, firefox, chrome etc.
Can anyone help me about this problem ? Thank you.
Re: I cannot Access To WEB GUI OF GOAUTODIAL
Posted:
Wed Sep 09, 2015 9:55 am
by omarrodriguezt
Hello,
Make sure apache is working in your server
Re: I cannot Access To WEB GUI OF GOAUTODIAL
Posted:
Thu Sep 10, 2015 7:26 am
by alibugra
Yea, I am sure httpd is working.
Re: I cannot Access To WEB GUI OF GOAUTODIAL
Posted:
Thu Sep 10, 2015 7:58 am
by omarrodriguezt
When you try to access the vicidial what is the message that you can see in the browser?
Re: I cannot Access To WEB GUI OF GOAUTODIAL
Posted:
Fri Sep 11, 2015 7:40 am
by alibugra
192.168.179.128
When I try to access to this address (VMware gives this ip), it says Page Not Found. I can use SSH, I can send ping, but there is no any access from explorer.
Re: I cannot Access To WEB GUI OF GOAUTODIAL
Posted:
Fri Sep 11, 2015 8:25 am
by omarrodriguezt
Create a new file in your vmachine, named test.php write this line:
- Code: Select all
<?php phpinfo(); ?>
and make sure that the file is in the web root directory
For vicibox the default web root directory is /srv/www/htdocs/
Then go to your browser and put
http://myserverIPaddress/test.phpand share with us what you can see