Posts

Showing posts with the label how to configure apache virtual hosts on rhel 8

How to Configure Apache Virtual Hosts on RHEL 8

Image
Setup Apache Web Server Virtual Hosts on RHEL 9/RHEL 8/RHEL 7/CentOS 8/CentOS 7   Virtual hosting means multiple websites run on single server with multiple domain names or on IP (Internet Protocol) with multiple ports at the same time. In multiple domain name websites, administrator need to be create a host entry on Domain Name Server (DNS) otherwise hostname with IP will be add on each client machines host file to open a website by use of name that is known as name base website. Virtual hosting is use single machine hardware resource (Ram, Storage and processors) that works on sharing mechanism. Due to the configuration of virtual host in a single server (machine) a hardware cost is save but delay is observe in virtual hosting environment if low amount of resources (memory and processors) used. Virtual hosting can be complicated but manageable in a single host machine. In Apache, Virtual hosting is support on multiple website can run on a different IP (Internet Protocol), singl...