I write because I have a problem with iTop when accessing from another computer on the same network, it takes a long time to load and when it miraculously enters the IP address of the server something like this: myip/itop
When the page miraculously enters, it comes out as an html file, the itop graphical interface does not appear when I enter the ubuntu machine where I have the server, how could I solve that?
I have already solved it, I simply went to /var/www/html/itop/conf/production, then with: vi config-itop.php I looked in the $MySettings array for the app_root_url value and replaced the localhost with the IP address of the MV of the server and it worked.
Thank you and happy day.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, happy day to all.
I write because I have a problem with iTop when accessing from another computer on the same network, it takes a long time to load and when it miraculously enters the IP address of the server something like this: myip/itop
When the page miraculously enters, it comes out as an html file, the itop graphical interface does not appear when I enter the ubuntu machine where I have the server, how could I solve that?
Thank you very much everyone, happy day.
What's the application URL you've configured for iTop? (see configuration file)
I have already solved it, I simply went to /var/www/html/itop/conf/production, then with:
vi config-itop.php I looked in the $MySettings array for the app_root_url value and replaced the localhost with the IP address of the MV of the server and it worked.
Thank you and happy day.