Skip to content

AdrianRichardson/apache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache HTTP Server Docker Container Image

Build Status Docker Pulls Docker Stars Wodby Slack

Docker Images

For better reliability we release images with stability tags (wodby/apache:2.4-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags. Below listed basic tags:

Image tag (Dockerfile) Apache
2.4 (latest) 2.4.28
2.2 2.2.34

Environment Variables

Variable Default Value Description
APACHE_HOSTNAME_LOOKUPS Off
APACHE_KEEP_ALIVE On
APACHE_KEEP_ALIVE_TIMEOUT 5
APACHE_LOG_LEVEL warn
APACHE_ENABLE_HEALTHZ_LOGS
APACHE_MAX_KEEP_ALIVE_REQUESTS 100
APACHE_MPM_EVENT_SERVER_LIMIT 16
APACHE_MPM_EVENT_MAX_CLIENTS 400
APACHE_MPM_EVENT_START_SERVERS 3
APACHE_MPM_EVENT_THREADS_PER_CHILD 25
APACHE_MPM_EVENT_THREAD_LIMIT 64
APACHE_REQUEST_READ_TIMEOUT header=20-40,MinRate=500 body=20,MinRate=500
APACHE_SERVER_NAME default
APACHE_SERVER_TOKENS Full
APACHE_SERVER_SIGNATURE Off
APACHE_TIMEOUT 60
APACHE_USE_CANONICAL_NAME Off

Enabled Apache Modules

Actions

Usage:

make COMMAND [params ...]

commands:
    check-ready [host max_try wait_seconds]
 
default params values:
    host localhost
    max_try 1
    wait_seconds 1

About

Apache HTTP server docker container image

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 89.8%
  • Roff 3.9%
  • Shell 3.9%
  • Makefile 2.4%