This is a customized docker image of Apache based on the official images. It is used for providing a local development environment.
Please note: This is mostly used internally, but I am happy if anyone finds this useful or provides improvements.
- Commonly used modules are enabled:
deflate
expires
http2
(protocolsh2
andh2c
already enabled)proxy
proxy_fcgi
rewrite
- Configurability:
*.conf
taken from/usr/local/apache2/conf/conf.d
(samples in conf.d)- host name taken from
$HTTPD_HOST
(default:localhost
) - subdirectory of
/var/www
taken from$HTTPD_DIR
(default:htdocs
)
- Optional SSL support:
- requires
server.crt
andserver.key
in/usr/local/apache2
- requires
See luzat/template-php for example usage.
Thomas Luzat - luzat.com
This project is licensed under the ISC License.