Apache2 with extra enabled modules on top of vicgonco/apache2
316
Apache2 with extra enabled modules on top of vicgonco/apache2.
SecRuleEngine On, SecResponseBodyAccess Off and SecRequestBodyLimit 52428800 (50MB). Configured following this tutorial.Run detached, exposing port 80 and mounting a custom sites-enabled directory:
docker run -d -p 80:80 -v /path/to/sites-enabled:/etc/apache2/sites-enabled --name=apache2-extras apache2-extras
Get a minimal sites-enabled directory to start with.
Content type
Image
Digest
Size
72.2 MB
Last updated
about 10 years ago
docker pull vicgonco/apache2-extras