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:
deflateexpireshttp2(protocolsh2andh2calready enabled)proxyproxy_fcgirewrite
- Configurability:
*.conftaken from/usr/local/apache2/conf/conf.d(samples in conf.d)- host name taken from
$HTTPD_HOST(default:localhost) - subdirectory of
/var/wwwtaken from$HTTPD_DIR(default:htdocs)
- Optional SSL support:
- requires
server.crtandserver.keyin/usr/local/apache2
- requires
See luzat/template-php for example usage.
Thomas Luzat - luzat.com
This project is licensed under the ISC License.