0% found this document useful (0 votes)
30 views

HTTP Servers - Main Configuration File

The document discusses HTTP servers and their configuration on different Linux distributions. It describes the package name, service name, and primary configuration file location for Apache on Red Hat, CentOS, Fedora, OpenSUSE, Debian, Ubuntu and Linux Mint.

Uploaded by

semabay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

HTTP Servers - Main Configuration File

The document discusses HTTP servers and their configuration on different Linux distributions. It describes the package name, service name, and primary configuration file location for Apache on Red Hat, CentOS, Fedora, OpenSUSE, Debian, Ubuntu and Linux Mint.

Uploaded by

semabay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like