Original, unaltered Ubuntu 24.04 LTS (Noble Numbat) config files from fresh installations
Original, unaltered configurations from fresh installations
π Ubuntu 24.04 LTS (Noble Numbat)
# envvars - default environment variables for apache2ctl # this won't be correct after changing uid unset HOME # for supporting multiple apache2 instances if [ "${APACHE_CONFDIR##/etc/apache2-}" !=β¦
π Ubuntu 24.04 LTS (Noble Numbat)
# This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.4/ for detailed informatioβ¦
π Ubuntu 24.04 LTS (Noble Numbat)
<VirtualHost *:443> ServerAdmin webmaster@localhost DocumentRoot /var/www/html # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also β¦
π Ubuntu 24.04 LTS (Noble Numbat)
<VirtualHost *:80> # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context ofβ¦
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule xml2enc_module /usr/lib/apache2/modules/mod_xml2enc.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule vhost_alias_module /usr/lib/apache2/modules/mod_vhost_alias.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule usertrack_module /usr/lib/apache2/modules/mod_usertrack.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule userdir_module /usr/lib/apache2/modules/mod_userdir.so
π Ubuntu 24.04 LTS (Noble Numbat)
UserDir public_html UserDir disabled root <Directory /home/*/public_html> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Require meβ¦
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule unique_id_module /usr/lib/apache2/modules/mod_unique_id.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule substitute_module /usr/lib/apache2/modules/mod_substitute.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule status_module /usr/lib/apache2/modules/mod_status.so
π Ubuntu 24.04 LTS (Noble Numbat)
# Allow server status reports generated by mod_status, # with the URL of http://servername/server-status # Uncomment and change the "192.0.2.0/24" to allow access from other hosts. <Location /serverβ¦
π Ubuntu 24.04 LTS (Noble Numbat)
# Depends: mime socache_shmcb LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so
π Ubuntu 24.04 LTS (Noble Numbat)
# Pseudo Random Number Generator (PRNG): # Configure one or more sources to seed the PRNG of the SSL library. # The seed data should be of good random quality. # WARNING! On some platforms /dev/randoβ¦
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule speling_module /usr/lib/apache2/modules/mod_speling.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule socache_shmcb_module /usr/lib/apache2/modules/mod_socache_shmcb.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule socache_redis_module /usr/lib/apache2/modules/mod_socache_redis.so
π Ubuntu 24.04 LTS (Noble Numbat)
LoadModule socache_memcache_module /usr/lib/apache2/modules/mod_socache_memcache.so
Explore configs by application or operating system