Hi @jota
Thanks for reply.
Please see below when I run the above commands...Please advise
bitnami@debian:~$ curl -LI localhost
HTTP/1.1 200 OK
Date: Fri, 27 Nov 2020 14:27:01 GMT
Server: Apache/2.4.46 (Unix) OpenSSL/1.1.1d
Last-Modified: Mon, 11 Jun 2007 18:53:14 GMT
ETag: "2d-432a5e4a73a80"
Accept-Ranges: bytes
Content-Length: 45
Content-Type: text/html
bitnami@debian:~$ curl -LI 192.168.0.106
HTTP/1.1 302 Found
Date: Fri, 27 Nov 2020 14:27:05 GMT
Server: Apache/2.4.46 (Unix) OpenSSL/1.1.1d
Location: https://192.168.0.106/
Content-Type: text/html; charset=iso-8859-1
curl: (60) SSL certificate problem: self signed certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
bitnami@debian:~$ sudo ifconfig
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.106 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::250:56ff:fe82:e840 prefixlen 64 scopeid 0x20<link>
ether 00:50:56:82:e8:40 txqueuelen 1000 (Ethernet)
RX packets 189092 bytes 48620102 (46.3 MiB)
RX errors 0 dropped 21076 overruns 0 frame 0
TX packets 15092 bytes 1601761 (1.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 914 bytes 86361 (84.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 914 bytes 86361 (84.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
bitnami@debian:~$ sudo /opt/bitnami/configure_app_domain --domain 192.168.0.106
sudo: /opt/bitnami/configure_app_domain: command not found
bitnami@debian:~$