Alpine Linux 3.21 Configuration Files

Original, unaltered Alpine Linux 3.21 config files from fresh installations

41 Alpine Linux 3.21 Configuration Files

NGINX - /etc/logrotate.d/nginx

📍 Alpine Linux v3.21

/var/log/nginx/*.log { missingok sharedscripts postrotate /etc/init.d/nginx --quiet --ifstarted reopen endscript …

9 lines • MD5: db194cf3...

NGINX Alpine Linux

NGINX - /etc/nginx/uwsgi_params

📍 Alpine Linux v3.21

uwsgi_param QUERY_STRING $query_string; uwsgi_param REQUEST_METHOD $request_method; uwsgi_param CONTENT_T…

18 lines • MD5: 88ac833e...

NGINX Alpine Linux

NGINX - /etc/nginx/scgi_params

📍 Alpine Linux v3.21

scgi_param REQUEST_METHOD $request_method; scgi_param REQUEST_URI $request_uri; scgi_param QUERY_STRING …

18 lines • MD5: df8c71e2...

NGINX Alpine Linux

NGINX - /etc/nginx/nginx.conf

📍 Alpine Linux v3.21

# /etc/nginx/nginx.conf user nginx; # Set number of worker processes automatically based on number of CPU cores. work…

104 lines • MD5: ecf0959e...

NGINX Alpine Linux

NGINX - /etc/nginx/mime.types

📍 Alpine Linux v3.21

types { text/html html htm shtml; text/css …

100 lines • MD5: 75458237...

NGINX Alpine Linux

NGINX - /etc/nginx/fastcgi_params

📍 Alpine Linux v3.21

fastcgi_param QUERY_STRING $query_string; fastcgi_param REQUEST_METHOD $request_method; fastcgi_param CON…

26 lines • MD5: 4729c301...

NGINX Alpine Linux

NGINX - /etc/nginx/fastcgi.conf

📍 Alpine Linux v3.21

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string;…

27 lines • MD5: 178a634a...

NGINX Alpine Linux

NGINX - /etc/nginx/http.d/default.conf

📍 Alpine Linux v3.21

# This is a default site configuration which will simply return 404, preventing # chance access to any other virtualhos…

18 lines • MD5: c4759cd2...

NGINX Alpine Linux

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

📍 Alpine Linux v3.21

/var/log/apache2/*log { missingok notifempty sharedscripts delaycompress postrotate /etc/in…

11 lines • MD5: 8519af87...

Apache HTTP Server Alpine Linux

Apache HTTP Server - /etc/apache2/mime.types

📍 Alpine Linux v3.21

# This file maps Internet media types to unique file extension(s). # Although created for httpd, this file is used by m…

1859 lines • MD5: c64d1b7f...

Apache HTTP Server Alpine Linux

Apache HTTP Server - /etc/apache2/magic

📍 Alpine Linux v3.21

# Magic data for mod_mime_magic Apache module (originally for file(1) command) # The module is described in /manual/mod…

386 lines • MD5: a75b8cf9...

Apache HTTP Server Alpine Linux

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

📍 Alpine Linux v3.21

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

483 lines • MD5: 153ba425...

Apache HTTP Server Alpine Linux

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

📍 Alpine Linux v3.21

<IfModule userdir_module> # Settings for user home directories # # Required module: mod_authz_core, mod_authz_host, mod…

24 lines • MD5: 50eb1918...

Apache HTTP Server Alpine Linux

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

📍 Alpine Linux v3.21

# # Server-Pool Management (MPM specific) # # # PidFile: The file in which the server should record its process # ide…

120 lines • MD5: 104ae677...

Apache HTTP Server Alpine Linux

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

📍 Alpine Linux v3.21

# # Settings for hosting different languages. # # Required modules: mod_mime, mod_negotiation # DefaultLanguage and Ad…

142 lines • MD5: 3584ae9d...

Apache HTTP Server Alpine Linux

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

📍 Alpine Linux v3.21

# # Get information about the requests being processed by the server # and the configuration of the server. # # Require…

41 lines • MD5: 6fbbe7cb...

Apache HTTP Server Alpine Linux

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

📍 Alpine Linux v3.21

# # This configuration file reflects default settings for Apache HTTP Server. # # You may change these, but chances are…

71 lines • MD5: 557a5ba2...

Apache HTTP Server Alpine Linux

MariaDB - /etc/my.cnf

📍 Alpine Linux v3.21

# This group is read both both by the client and the server # use it for options that affect everything [client-server]…

13 lines • MD5: 53cd06a8...

MariaDB Alpine Linux

MariaDB - /etc/my.cnf.d/mariadb-server.cnf

📍 Alpine Linux v3.21

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

43 lines • MD5: 5afd2a14...

MariaDB Alpine Linux

OpenSSL - /etc/ssl/openssl.cnf.dist

📍 Alpine Linux v3.21

# # OpenSSL example configuration file. # See doc/man5/config.pod for more info. # # This is mostly being used for gene…

391 lines • MD5: e8afc6a3...

OpenSSL Alpine Linux