Apache πŸ’Ž 🎯

See http://httpd.apache.org/docs/2.4/mod/quickreference.html for further information about Apache's configuration directives. * 2. SUSE Documentation The Apache HTTP server | Administration Guide | SLES 15 SP5

Apache acts as a bridge between a user's web browser (client) and the physical server hosting a website's files. apache

: It listens for HTTP/S requests on specific ports (typically 80 for unsecured and 443 for secured traffic) and delivers requested content like HTML pages, CSS, and images. See http://httpd

: Apache can host multiple websites on a single server using either IP-based (unique IP per site) or name-based (sharing one IP but distinguishing by hostname) virtual hosting. Getting Started with Apache apache