- All images are based on Alpine Linux
- Base image: wodby/httpd
- Travis CI builds
- Docker Hub
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 |
| 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 |
Usage:
make COMMAND [params ...]
commands:
check-ready [host max_try wait_seconds]
default params values:
host localhost
max_try 1
wait_seconds 1