-4

I have Installed Apache Server. Added one test file in "/var/www/html/" but not understanding how to access. I do not have the domain name attached. want to access using IP address.

How to check my apache server's IP address so that i can view my web page in browser.

Chandan Sharma
  • 2,321
  • 22
  • 22

1 Answers1

-1

you can use ip command or Using the ifconfig command (traditional method, may not be available by default on some distributions)

ip addr show

SHresTho12
  • 24
  • 6