These are docker images for Apache running on our Alpine Linux image.
For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.
- /srv/www
- /etc/apache2/custom.d
- 8080
APACHE_COMBINED_FORMAT = combinedio
APACHE_HEALTHCHECK_CODE = 200
APACHE_HEALTHCHECK_URL = http://localhost:${APACHE_PORT}/
APACHE_HOSTNAME = ${HOSTNAME}
APACHE_PORT = 8080
APACHE_PROXY_FORMAT = proxyio
APACHE_SERVER_SIGNATURE = Off
APACHE_SERVER_TOKENS = Prod
APACHE_SKIP_CHOWN = false
APACHE_SKIP_TEMPLATES = false
APACHE_TRACE_ENABLE = Off
APACHE_WEBROOT = /srv/wwwExtracted by the command: grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq
Fork -> Patch -> Push -> Pull Request
MIT
Copyright (c) 2018 Thomas Boerger <http://www.webhippie.de>