Apache Http Server Default Configs
Untouched Apache HTTP Server defaults from fresh installs
Apache HTTP Server - /etc/apache2/mods-available/proxy.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
Apache HTTP Server - /etc/apache2/mods-available/proxy.conf
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# If you want to use apache2 as a forward proxy, uncomment the # 'ProxyRequests On' line and the <Proxy *> block below. # WARNING: Be careful to restrict access inside the <Proxy *> block. # Open proβ¦
Apache HTTP Server - /etc/apache2/mods-available/negotiation.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule negotiation_module /usr/lib/apache2/modules/mod_negotiation.so
Apache HTTP Server - /etc/apache2/mods-available/negotiation.conf
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. # # Just list the languages in decreasing order of preference. We have # more or lessβ¦
Apache HTTP Server - /etc/apache2/mods-available/mpm_worker.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# Conflicts: mpm_event mpm_prefork LoadModule mpm_worker_module /usr/lib/apache2/modules/mod_mpm_worker.so
Apache HTTP Server - /etc/apache2/mods-available/mpm_worker.conf
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# worker MPM # StartServers: initial number of server processes to start # MinSpareThreads: minimum number of worker threads which are kept spare # MaxSpareThreads: maximum number of worker threads wβ¦
Apache HTTP Server - /etc/apache2/mods-available/mpm_prefork.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# Conflicts: mpm_event mpm_worker LoadModule mpm_prefork_module /usr/lib/apache2/modules/mod_mpm_prefork.so
Apache HTTP Server - /etc/apache2/mods-available/mpm_prefork.conf
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes whicβ¦
Apache HTTP Server - /etc/apache2/mods-available/mpm_event.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# Conflicts: mpm_worker mpm_prefork LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so
Apache HTTP Server - /etc/apache2/mods-available/mpm_event.conf
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# event MPM # StartServers: initial number of server processes to start # MinSpareThreads: minimum number of worker threads which are kept spare # MaxSpareThreads: maximum number of worker threads whβ¦
Apache HTTP Server - /etc/apache2/mods-available/mime_magic.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule mime_magic_module /usr/lib/apache2/modules/mod_mime_magic.so
Apache HTTP Server - /etc/apache2/mods-available/mime_magic.conf
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
MIMEMagicFile /etc/apache2/magic
Apache HTTP Server - /etc/apache2/mods-available/mime.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so
Apache HTTP Server - /etc/apache2/mods-available/mime.conf
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
# # TypesConfig points to the file containing the list of mappings from # filename extension to MIME-type. # TypesConfig /etc/mime.types # # AddType allows you to add to or override the MIME configuβ¦
Apache HTTP Server - /etc/apache2/mods-available/md.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule md_module /usr/lib/apache2/modules/mod_md.so
Apache HTTP Server - /etc/apache2/mods-available/macro.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule macro_module /usr/lib/apache2/modules/mod_macro.so
Apache HTTP Server - /etc/apache2/mods-available/lua.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule lua_module /usr/lib/apache2/modules/mod_lua.so
Apache HTTP Server - /etc/apache2/mods-available/log_forensic.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule log_forensic_module /usr/lib/apache2/modules/mod_log_forensic.so
Apache HTTP Server - /etc/apache2/mods-available/log_debug.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule log_debug_module /usr/lib/apache2/modules/mod_log_debug.so
Apache HTTP Server - /etc/apache2/mods-available/ldap.load
π Debian 13 (Trixie)
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule ldap_module /usr/lib/apache2/modules/mod_ldap.so
Browse All
All configs. All distros.