ISPConfig - Install/Update deletes hostname from my domain from admin URL

Discussion in 'Developers' Forum' started by Prompt, Nov 22, 2005.

  1. Prompt

    Prompt New Member

    Hi,

    I have noticed when installing or updating ISPConfig, it will remove the hostname of my domain.

    I explain:

    my server name is hostrXXlXX.mydomain.com

    ISPConfig configures "https://mydomain.com:81" and not https://hostrXXlXX.mydomain.com:81

    I have noticed this is solved for admin interface, but it still remains for accessing toll packages. IE: phpmyadmin

    Thank you
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please set the correct FQDN in /home/admispconfig/ispconfig/lib/config.inc.php.
     
  3. Prompt

    Prompt New Member

    Which line?

    Hi Falko,

    I have checked out the file config.inc.php and only found 1 ocurrence of my server name:

    $go_info["server"]["server_url"] = "https://myhost.mydomain.com:81";

    The FQDN it's complete.

    another glue?

    Thank you
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You might have to change the server name in /root/ispconfig/httpd/conf/httpd.conf.
     
  5. Prompt

    Prompt New Member

    done...

    It works...

    take it for next update

    thank you.
     

Share This Page