Sign inSign up

ggregorio/httpd

By ggregorio

•Updated over 5 years ago

Apache HTTP Server container with ModSecurity, OWASP ModSecurity Core Rule Set and GeoIP2 MAXMIND

Image
0

1.6K

ggregorio/httpd repository overview

⁠The Apache HTTP Server container with GeoIP2 MAXMIND

TagsApache HTTP ServerMAXMIND LibraryMAXMIND Module
latest2.4.481.6.01.2.0

⁠Quick reference

⁠What is Apache HTTP Server Project?

⁠How to use this image

⁠Simple Usage
docker run -d -p 80:80 ggregorio/httpd
⁠Usage with specifique uid/gid
docker run -d \
	-e HTTPD_USER_ID=1000 \
	-e HTTPD_GROUP_ID=1000 \
	-p 80:80 \
	ggregorio/httpd
⁠Update GeoIP2 Databases
docker exec <container_name> update_geoip2_database

⁠Configuration (environment variables)

Environment variableDefault valueDescription
HTTPD_USER_ID33The userid under which the server will answer requests.
HTTPD_GROUP_ID33Group under which the server will answer requests.

Tag summary

Content type

Image

Digest

Size

53.9 MB

Last updated

over 5 years ago

docker pull ggregorio/httpd