PDA

View Full Version : ISPConfig - Install/Update deletes hostname from my domain from admin URL


Prompt
22nd November 2005, 13:04
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

falko
22nd November 2005, 16:24
Please set the correct FQDN in /home/admispconfig/ispconfig/lib/config.inc.php.

Prompt
22nd November 2005, 18:40
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

falko
22nd November 2005, 23:54
You might have to change the server name in /root/ispconfig/httpd/conf/httpd.conf.

Prompt
23rd November 2005, 00:01
done...

It works...

take it for next update

thank you.