Ubuntu 20.04 Configuration Files

Original, unaltered Ubuntu 20.04 config files from fresh installations

229 Ubuntu 20.04 Configuration Files

Apache HTTP Server - /etc/apache2/mods-available/alias.load

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

LoadModule alias_module /usr/lib/apache2/modules/mod_alias.so

2 lines β€’ MD5: 77422965...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/mods-available/alias.conf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

<IfModule alias_module> # Aliases: Add here as many aliases as you need (with no limit). The format is # Alias fakena…

25 lines β€’ MD5: c6e9f261...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/mods-available/actions.load

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

LoadModule actions_module /usr/lib/apache2/modules/mod_actions.so

2 lines β€’ MD5: 95dcfd2e...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/mods-available/actions.conf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# a2enmod-note: needs-configuration # # Action lets you define media types that will execute a script whenever # a mat…

12 lines β€’ MD5: 8736884d...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/mods-available/access_compat.load

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Depends: authn_core LoadModule access_compat_module /usr/lib/apache2/modules/mod_access_compat.so

3 lines β€’ MD5: f7f77b3e...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/conf-available/serve-cgi-bin.conf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

<IfModule mod_alias.c> <IfModule mod_cgi.c> Define ENABLE_USR_LIB_CGI_BIN </IfModule> <IfModule mod_cgid.c> Def…

21 lines β€’ MD5: 21abde7d...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/conf-available/security.conf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# # Disable access to the entire file system except for the directories that # are explicitly allowed later. # # This c…

74 lines β€’ MD5: f2e736bb...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/conf-available/other-vhosts-access-log.conf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Define an access log for VirtualHosts that don't define their own logfile CustomLog ${APACHE_LOG_DIR}/other_vhosts_ac…

5 lines β€’ MD5: 60d5d579...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/conf-available/localized-error-pages.conf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Customizable error responses come in three flavors: # 1) plain text # 2) local redirects # 3) external redirects # # …

82 lines β€’ MD5: cfd0ae5e...

Apache HTTP Server Ubuntu

Apache HTTP Server - /etc/apache2/conf-available/charset.conf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Read the documentation before enabling AddDefaultCharset. # In general, it is only a good idea if you know that all y…

9 lines β€’ MD5: 46ea15bc...

Apache HTTP Server Ubuntu

MySQL - /etc/mysql/mysql.cnf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistribute it an…

35 lines β€’ MD5: e43e8042...

MySQL Ubuntu

MySQL - /etc/mysql/my.cnf.fallback

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistribute it an…

34 lines β€’ MD5: c6e5f877...

MySQL Ubuntu

MySQL - /etc/mysql/mysql.conf.d/mysqld.cnf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Copyright (c) 2014, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistribute it an…

35 lines β€’ MD5: 413ad72c...

MySQL Ubuntu

MySQL - /etc/mysql/conf.d/mysql.cnf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistribute it an…

31 lines β€’ MD5: a5791297...

MySQL Ubuntu

MariaDB - /etc/mysql/debian.cnf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Automatically generated for Debian scripts. DO NOT TOUCH! [client] host = localhost user = root password = s…

12 lines β€’ MD5: c0aec05e...

MariaDB Ubuntu

MariaDB - /etc/mysql/debian-start

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

#!/bin/bash # # This script is executed by "/etc/init.d/mysql" on every (re)start. # # Changes to this file will be pre…

44 lines β€’ MD5: 8b54d37e...

MariaDB Ubuntu

MariaDB - /etc/mysql/mariadb.cnf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order: # 1. "/et…

24 lines β€’ MD5: 46a0151b...

MariaDB Ubuntu

MariaDB - /etc/mysql/my.cnf.fallback

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates. # # This program is free software; you can redistribute it an…

34 lines β€’ MD5: c6e5f877...

MariaDB Ubuntu

MariaDB - /etc/mysql/mariadb.conf.d/50-server.cnf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# # These groups are read by MariaDB server. # Use it for options that only the server (but not clients) should see # #…

134 lines β€’ MD5: 576ae30a...

MariaDB Ubuntu

MariaDB - /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf

πŸ“ Ubuntu 20.04 LTS (Focal Fossa)

# NOTE: This file is read only by the traditional SysV init script, not systemd. # MariaDB systemd does _not_ utilize m…

31 lines β€’ MD5: ace3390e...

MariaDB Ubuntu