Sign inSign up

drummerroma/apache

By drummerroma

Updated over 10 years ago

Apache2 with PHP5 on Ubuntu:14.04

Image
0

301

drummerroma/apache repository overview

Working directory linked externally

Example docker-compose.yml: ----------- web: image: drummerroma/apache ports: -80:80 volumes: -/path/to/local/html/content:/app

For remoteIP configuration:
-------
https://httpd.apache.org/docs/trunk/mod/mod_remoteip.html

remoteip.conf:
RemoteIPInternalProxy x.x.x.x
Replace x.x.x.x with the IP of your docker0 interface.

Tag summary

Content type

Image

Digest

Size

81.4 MB

Last updated

over 10 years ago

docker pull drummerroma/apache