Apache HTTP Server container with ModSecurity, OWASP ModSecurity Core Rule Set and GeoIP2 MAXMIND
1.6K
Dockerfile links| Tags | Apache HTTP Server | MAXMIND Library | MAXMIND Module |
|---|---|---|---|
latest | 2.4.48 | 1.6.0 | 1.2.0 |
docker run -d -p 80:80 ggregorio/httpd
docker run -d \
-e HTTPD_USER_ID=1000 \
-e HTTPD_GROUP_ID=1000 \
-p 80:80 \
ggregorio/httpd
docker exec <container_name> update_geoip2_database
| Environment variable | Default value | Description |
|---|---|---|
HTTPD_USER_ID | 33 | The userid under which the server will answer requests. |
HTTPD_GROUP_ID | 33 | Group under which the server will answer requests. |
Content type
Image
Digest
Size
53.9 MB
Last updated
over 5 years ago
docker pull ggregorio/httpd