Hi, I have opened the admin site of ISPConfig in apache on port 80 using proxy i access the site over the internet e.g at http://host.domain.com where host is my hostname and domain.com is my domain. But when i access the site, i am able to login but the main page or rather any page takes a huge time to load. on the status bar it gives a message "Transferring data from host.domain.com" The main page loads after a 3 to 5 mins but without these 2 images. http://host.domain.com:81/design/default/nav_lft.gif http://host.domain.com:81/design/default/nav_rgt.gif And also the stylesheet is also not loaded. Surprisingly there are other images like the New folder, New Site etc which is getting loaded. I have attached a file for the authors to see this. Looks like a configuration issue on my side. I use Ubuntu 7.10 Server with ISPConfig. Please advise.
falko, Yes, i tried both.... http and https tutorials... setup ispconfig atleast 10 times... everything works on internal network.. from over the internet... it takes a huge time to load the main page... all the other websites are fine.. e.g gallery/openfire etc are all working fine... note: I am using IPCop x.x.18 as firewall and have port forwarded 80 and 443 to this ispconfig box.
Thanks, That was the issue. it was $go_info["server"]["server_url"] = "http://ispconfig.host.com:81"; changed it to $go_info["server"]["server_url"] = "http://ispconfig.host.com"; Specifying the Port was the problem. I thought i had changed it but reinstalling it several times, i must have skipped that part. Thanks Falko.