Sign inSign up

fredericomartini/apache

By fredericomartini

Updated over 8 years ago

apache

Image
0

356

fredericomartini/apache repository overview

Apache

Repository to manage Dockerfiles of apache
- Running under:
  • debian 8.4
- Apache Version: 2.4
- Installed:
  • apache2
  • apache2-mpm-prefork
  • apache2-prefork-dev
  • apache2-utils
  • apache2.2-common
- Modification file: 000-default.conf
<VirtualHost *:80>
    DocumentRoot /var/www/

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    <Directory />
        Options FollowSymLinks
        AllowOverride None 
        Require all granted
    </Directory>
</VirtualHost>

Tag summary

Content type

Image

Digest

Size

184.9 MB

Last updated

over 8 years ago

docker pull fredericomartini/apache:2.4-prod