Simple & reusable base image for simple httpd servers.
This image will start an httpd instance with sensible defaults yet
fully extensible. Its extension points are:
-
Any file conforming to
/etc/httpd/conf.d/*.confwill automatically be picked up. -
Access log written under
/var/log/httpd- you should collect those using a logging side-car agent, such as loggly-sidecar. -
Trusted proxies that can provide
x-forwarded-forheader can be added to/var/www/trusted-proxies.
Any contribution to the project will be appreciated! Whether it's bug reports, feature requests, pull requests - all are welcome, as long as you follow our contribution guidelines for this project and our code of conduct.