All posts by Tuna Peyo

sites-enabled directory

Apr 1,16

The /etc/apache2/sites-enabled directory contains symlinks to the /etc/apache2/sites-available directory. When a configuration file in sites-available is symlinked, the site configured …

Read More

sites-available directory

Apr 1,16

The /etc/apache2/sites-available directory holds configuration files for Apache Virtual Hosts. Virtual Hosts allow Apache to be configured for multiple sites …

Read More

ports.conf file

Apr 1,16

The /etc/apache2/ports.conf configuration file stores the directives that determine the TCP ports Apache is listening on. Here is the default …

Read More

mods-enabled directory

Apr 1,16

The /etc/apache2/mods-enabled directory holds symlinks to the files in /etc/apache2/mods-available. When a module configuration file is symlinked, it will be …

Read More

mods-available directory

Apr 1,16

The /etc/apache2/mods-available directory contains configuration files to both load modules and configure them. The .load files inside this directory contain …

Read More

magic file

Apr 1,16

The /etc/apache2/magic file is a text file that contains instructions for determining MIME type based on the first few bytes …

Read More
Geek University 2022