Quote:
|
Originally Posted by Tenaka
and what is in your /etc/hostname ?
|
/etc/hostname should have
Code:
hxxxx.serverkompetenz.net
in it.
Quote:
|
Originally Posted by Tenaka
can you tell me what you have inside your /home/admispconfig/ispconfig/lib/config.inc.php for server ?
|
PHP Code:
$go_info["server"]["server_url"] = "http://hxxxx.serverkompetenz.net:81";
or
PHP Code:
$go_info["server"]["server_url"] = "https://hxxxx.serverkompetenz.net:81";
, depends on what you chose (HTTPS or HTTP) during installation.