Linux Networking and Administration (LFS211) - HTTP Servers | The Linu... https://trainingportal.linuxfoundation.org/learn/course/linux-networking-a...
LINUX NETWORKING AND ADMINISTRATION �LFS211� SUPPORT SIGN OUT
HTTP SERVERS
HTTP Servers
1 of 2 6/20/21, 19:38
Linux Networking and Administration (LFS211) - HTTP Servers | The Linu... https://trainingportal.linuxfoundation.org/learn/course/linux-networking-a...
Main Configuration File
The location of the Apache configuration files move from distribution to distribution. The name of the primary configuration file changes. The
systemd.service name changes. Configuration files may have include files and directories that get merged at server start. The package
name usually contains http or apache.
On RedHat, CentOS, or Fedora:
Package: httpd
Service: httpd
Primary configuration file: /etc/httpd/conf/httpd.conf
On OpenSUSE�
Package: apache2
Service: apache2
Primary configuration file: /etc/apache2/httpd.conf
On Debian, Ubuntu, or Linux Mint:
Package: apache2
Service: apache2
Primary configuration file: /etc/apache2/apache2.conf
2 of 2 6/20/21, 19:38