ISPConfig administration site caching images

Discussion in 'Installation/Configuration' started by satyannair, Apr 4, 2008.

  1. satyannair

    satyannair New Member

    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.
     

    Attached Files:

  2. falko

    falko Super Moderator Howtoforge Staff

  3. satyannair

    satyannair New Member

    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.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Did you modify /home/admispconfig/ispconfig/lib/config.inc.php?
     
  5. satyannair

    satyannair New Member

    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.
     

Share This Page