To verify that the Apache web server is up and running, open your web browser and go to your server's IP Address with the url http://your.server.ip.address. You should see a default page like the one in the image below. Set up a secure Apache HTTPS server with SSL

What Is Apache Web Server? What It Is and How It Works Dec 20, 2019 How to Install and Configure Apache Web Server on Ubuntu Nov 23, 2018

By default Apache listens for incoming connections on port 80. For port-based virtual hosting, you need to tell Apache to listen for IP address 192.168.1.42on port 80and for IP address 192.168.1.43on port 8080. To set up multiple ports, you need to edit the httpd.conffile:

Sep 26, 2019

Learn to host your own website with Apache, a solid, well-known, and easy-to-configure web server. … How to Set Up IP and Port-Based Virtual Hosting (Vhosts Oct 20, 2015 How to determine IP address of Apache | Howtoforge - Linux Jun 04, 2013 Binding to Addresses and Ports - Apache HTTP Server