Debian 10 Configuration Files

Original, unaltered Debian 10 config files from fresh installations

226 Debian 10 Configuration Files

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

πŸ“ Debian 10 (Buster)

<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 Debian

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

πŸ“ Debian 10 (Buster)

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

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

Apache HTTP Server Debian

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

πŸ“ Debian 10 (Buster)

# 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 Debian

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

πŸ“ Debian 10 (Buster)

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

3 lines β€’ MD5: f7f77b3e...

Apache HTTP Server Debian

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

πŸ“ Debian 10 (Buster)

<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 Debian

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

πŸ“ Debian 10 (Buster)

# # 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 Debian

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

πŸ“ Debian 10 (Buster)

# 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 Debian

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

πŸ“ Debian 10 (Buster)

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

82 lines β€’ MD5: cfd0ae5e...

Apache HTTP Server Debian

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

πŸ“ Debian 10 (Buster)

# 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 Debian

MySQL - /etc/mysql/mysql.cnf

πŸ“ Debian 10 (Buster)

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

34 lines β€’ MD5: 96ac0c9d...

MySQL Debian

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

πŸ“ Debian 10 (Buster)

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

33 lines β€’ MD5: ab0d28ea...

MySQL Debian

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

πŸ“ Debian 10 (Buster)

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

34 lines β€’ MD5: 9d06763d...

MySQL Debian

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

πŸ“ Debian 10 (Buster)

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

30 lines β€’ MD5: 1185fcf4...

MySQL Debian

MariaDB - /etc/mysql/debian.cnf

πŸ“ Debian 10 (Buster)

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

13 lines β€’ MD5: e74d0ae2...

MariaDB Debian

MariaDB - /etc/mysql/debian-start

πŸ“ Debian 10 (Buster)

#!/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 Debian

MariaDB - /etc/mysql/mariadb.cnf

πŸ“ Debian 10 (Buster)

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

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

MariaDB Debian

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

πŸ“ Debian 10 (Buster)

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

33 lines β€’ MD5: ab0d28ea...

MariaDB Debian

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

πŸ“ Debian 10 (Buster)

# # 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 Debian

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

πŸ“ Debian 10 (Buster)

# 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 Debian

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

πŸ“ Debian 10 (Buster)

# # These groups are read by MariaDB command-line tools # Use it for options that affect only one utility # [mysql] # …

25 lines β€’ MD5: 593e2010...

MariaDB Debian