在 Ubuntu 14.04 上安装 Plesk 12.5,设置正确的主机名?
Installing Plesk 12.5 on Ubuntu 14.04, setting up correct hostname?
我正在尝试在新 VPS 运行 Ubuntu 14.04 上安装 Plesk 12.5.3。我正在使用 http://vultr.com(类似于 digitalocean.com)等
我正在努力解决的问题是要在 /etc/hosts/
中放入什么以及
/etc/hostname
因为这是 Plesk 安装所必需的。
假设我的主域名是 hello.com
,我想让 plesk 面板位于 server.hello.com
ubuntu-server
是我给水滴取的名字
默认/etc/hostname
ubuntu-server
默认/etc/hosts
:
127.0.0.1 localhost
127.0.1.1 guest
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.0.1 guest
::1 guest
127.0.0.1 ubuntu-server
::1 ubuntu-server
我需要将其更改为什么?我需要以上所有吗?
终于解决了。
在我的 /etc/hostname
我需要
server.hello.com
在我的 /etc/hosts
中,我需要这个:
127.0.0.1 server.hello.com server localhost.localdomain localhost
IP.OF.SEVER.HERE server.hello.com server
我正在尝试在新 VPS 运行 Ubuntu 14.04 上安装 Plesk 12.5.3。我正在使用 http://vultr.com(类似于 digitalocean.com)等
我正在努力解决的问题是要在 /etc/hosts/
中放入什么以及
/etc/hostname
因为这是 Plesk 安装所必需的。
假设我的主域名是 hello.com
,我想让 plesk 面板位于 server.hello.com
ubuntu-server
是我给水滴取的名字
默认/etc/hostname
ubuntu-server
默认/etc/hosts
:
127.0.0.1 localhost
127.0.1.1 guest
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.0.1 guest
::1 guest
127.0.0.1 ubuntu-server
::1 ubuntu-server
我需要将其更改为什么?我需要以上所有吗?
终于解决了。
在我的 /etc/hostname
我需要
server.hello.com
在我的 /etc/hosts
中,我需要这个:
127.0.0.1 server.hello.com server localhost.localdomain localhost
IP.OF.SEVER.HERE server.hello.com server