An open API service indexing awesome lists of open source software.

https://github.com/skilld-labs/skilld-docker-apache

Apache 2.4 configured for Drupal development
https://github.com/skilld-labs/skilld-docker-apache

apache2 docker docker-image

Last synced: 2 months ago
JSON representation

Apache 2.4 configured for Drupal development

Awesome Lists containing this project

README

          

# Apache 2.4 for Drupal development

#### Example usage:

```yaml
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