Sign inSign up

skilldlabs/skilld-docker-apache

By skilldlabs

•Updated over 9 years ago

Apache 2.4 configured for Drupal development

Image
1

2.9K

skilldlabs/skilld-docker-apache repository overview

⁠Apache 2.4 for Drupal development

⁠Example usage:
version: "2"

services:
  apache:
    build: .
    environment:
      APACHE_UPSTREAM_NAME: php
    volumes_from:
      - php
    ports:
      - "80:80"

  php:
    image: skilldlabs/php:7-fpm
    volumes:
      - ./docroot:/var/www/html
⁠Enabled Apache modules:
  • proxy
  • proxy_fcgi
  • alias
  • auth_basic
  • authn_file
  • authz_host
  • authz_user
  • autoindex
  • core
  • dir
  • env
  • expires
  • headers
  • log_config
  • logio
  • mime
  • negotiation
  • rewrite
  • setenvif
  • ssl

Tag summary

Content type

Image

Digest

Size

28.9 MB

Last updated

over 9 years ago

docker pull skilldlabs/skilld-docker-apache