* Ip 101.81.227.119
* Domain name: ip.modianli.com
I have logged in **chroot** env, checked the content of `/etc/hosts`:
```
127.0.0.1 localhost
::1 ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
101.81.227.119 ip.modianli.com
```
And apache conf, there is standalone config for Gluu, */etc/apache2/sites-available/https_gluu.conf*.
And I have checked the content, the domain name is set.
```
<VirtualHost *:80>
ServerName ip.modianli.com
Redirect / https://ip.modianli.com/
DocumentRoot "/var/www/html/"
</VirtualHost>
<VirtualHost *:443>
DocumentRoot "/var/www/html/"
ServerName ip.modianli.com:443
```