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
- Host: GitHub
- URL: https://github.com/skilld-labs/skilld-docker-apache
- Owner: skilld-labs
- Created: 2017-02-04T21:56:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T22:05:49.000Z (over 9 years ago)
- Last Synced: 2025-03-22T07:48:11.172Z (over 1 year ago)
- Topics: apache2, docker, docker-image
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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