Starting the ISPConfig and strange behavior

Discussion in 'General' started by MyLinux, Sep 6, 2005.

  1. MyLinux

    MyLinux New Member

    Dear friends,
    When I try to start the ispcnfig_server through a SSH session , I lose my connectivity to server and the network service on server goes down.Do you have any idea ?
    Tq
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to open the file:

    /home/admispconfig/ispconfig/lib/config.inc.php

    change the line:

    Code:
    $go_info["server"]["network_config"] = 1;
    to:

    Code:
    $go_info["server"]["network_config"] = 0;
     

Share This Page