ISPConfig very slow

Discussion in 'Installation/Configuration' started by TumbleN, Dec 8, 2008.

  1. TumbleN

    TumbleN New Member

    Hi All,

    I got a VSP today from Linode.com and proceeded to set it up following along http://www.howtoforge.com/perfect_setup_debian_etch.

    After successfully (so it said) installing ISPConfig and trying to connect remotely, it seems to be running extremely slow.

    I see this is a problem others have had, http://www.howtoforge.com/forums/showthread.php?t=1077, http://www.howtoforge.com/forums/showthread.php?t=534, there were a few others but they haven't really helped me out in the long run.

    From reading through those, I gather its a DNS problem and that there is a problem with

    Code:
    if(isset($_SERVER['HTTP_HOST'])){
      $go_info["server"]["server_url"] = 'http://'.$_SERVER['HTTP_HOST'];
    } else {
      $go_info["server"]["server_url"] = "http://server.mydomain.com:81";
    }
    
    but I've tried changing it around a bunch and I'm basically shooting blind at this point.

    I am accessing ISPConfig via server.mydomain.com:81, server.mydomain.com points to my IP and it loads the apache 'It Works!' absolutely instantly. I am connected via ftp to the server and files are also transmitted very quickly.

    Also, before I finish up, one last piece of information that may be involved. When I was going through the 'perfect debian install', I was a bit confused right at the beginning when network interfaces were being setup.

    My eth0 is set to dhcp natively from the Linode debian image, and changing it seemed to ruin my internet connection. Under hosts I have added

    my ip address serve.mydomain.com serve

    but I'm not sure that's quite right


    If I can provide any more information please let me know and if more specific ip/domain info is necessary I'd be happy to provide it on a more one-on-one basis.

    Thanks for your help and time!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What happens when you use the IP instead of server.mydomain.com?
    Are there any errors in the error log in /root/ispconfig/httpd/logs?
     

Share This Page