Skip to content

Apache Http Server Default Configs

Untouched. Ready to copy.

/etc/logrotate.d/apache2
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat) Alpine Linux v3.21

Apache HTTP Server - /etc/logrotate.d/apache2

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

📍 Alpine Linux v3.21

/var/log/apache2/*.log { daily missingok rotate 14 compress delaycompress notifempty create 640 root a…

20 lines • MD5: a38d9e98... View →
/etc/systemd/apache2@.service
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

Apache HTTP Server - /etc/systemd/apache2@.service

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

[Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target ConditionPa…

18 lines • MD5: 2cc4631b... View →
/etc/systemd/apache2.service
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

Apache HTTP Server - /etc/systemd/apache2.service

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

[Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target Documentati…

18 lines • MD5: fad8b9c1... View →
/etc/apache2/ports.conf
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

Apache HTTP Server - /etc/apache2/ports.conf

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

# If you just change the port or add more ports here, you will likely also # have to change the VirtualHost s…

13 lines • MD5: e0eadfd8... View →
/etc/apache2/magic
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat) Alpine Linux v3.21

Apache HTTP Server - /etc/apache2/magic

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

📍 Alpine Linux v3.21

# Magic data for mod_mime_magic (originally for file(1) command) # # The format is 4-5 columns: # Column #…

935 lines • MD5: a6d37083... View →
/etc/apache2/envvars
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

Apache HTTP Server - /etc/apache2/envvars

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

# envvars - default environment variables for apache2ctl # this won't be correct after changing uid unset HO…

47 lines • MD5: e4431a53... View →
/etc/apache2/apache2.conf
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

# This is the main Apache server configuration file. It contains the # configuration directives that give th…

225 lines • MD5: 354c9e6d... View →
/etc/apache2/sites-available/default-ssl.conf
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

Apache HTTP Server - /etc/apache2/sites-available/default-ssl.conf

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

<VirtualHost *:443> ServerAdmin webmaster@localhost DocumentRoot /var/www/html # Available loglevels: tr…

101 lines • MD5: 58d23841... View →
/etc/apache2/sites-available/000-default.conf
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

Apache HTTP Server - /etc/apache2/sites-available/000-default.conf

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

<VirtualHost *:80> # The ServerName directive sets the request scheme, hostname and port that # the server …

29 lines • MD5: 45ed6a20... View →
/etc/apache2/mods-available/xml2enc.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule xml2enc_module /usr/lib/apache2/modules/mod_xml2enc.so

1 lines • MD5: 1f7ab653... View →
/etc/apache2/mods-available/vhost_alias.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule vhost_alias_module /usr/lib/apache2/modules/mod_vhost_alias.so

1 lines • MD5: fdd42d34... View →
/etc/apache2/mods-available/usertrack.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule usertrack_module /usr/lib/apache2/modules/mod_usertrack.so

1 lines • MD5: 8400042d... View →
/etc/apache2/mods-available/userdir.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule userdir_module /usr/lib/apache2/modules/mod_userdir.so

1 lines • MD5: c0340254... View →
/etc/apache2/mods-available/userdir.conf
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

UserDir public_html UserDir disabled root <Directory /home/*/public_html> AllowOverride FileInfo AuthConfig…

8 lines • MD5: 20250913... View →
/etc/apache2/mods-available/unique_id.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule unique_id_module /usr/lib/apache2/modules/mod_unique_id.so

1 lines • MD5: 6c139590... View →
/etc/apache2/mods-available/suexec.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so

1 lines • MD5: 335169c8... View →
/etc/apache2/mods-available/substitute.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule substitute_module /usr/lib/apache2/modules/mod_substitute.so

1 lines • MD5: 50e63dc1... View →
/etc/apache2/mods-available/status.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

LoadModule status_module /usr/lib/apache2/modules/mod_status.so

1 lines • MD5: 00976ea5... View →
/etc/apache2/mods-available/status.conf
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

# Allow server status reports generated by mod_status, # with the URL of http://servername/server-status # Un…

23 lines • MD5: a2068bd1... View →
/etc/apache2/mods-available/ssl.load
Apache HTTP Server Debian 13 (Trixie) Ubuntu 24.04 LTS (Noble Numbat)

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

📍 Debian 13 (Trixie)

📍 Ubuntu 24.04 LTS (Noble Numbat)

# Depends: mime socache_shmcb LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so

2 lines • MD5: 8cc37c9d... View →

Keep exploring

Browse by application or distro when you want a wider view.