php-apache contains an apache 2.4 webserver and PHP as module to execute applications.
apache the web root at /var/www/html/htdocs/
- extends humilit/common
- extends humilit/common-php
- base of humilit/php-apache-debug
enables an apache2 module that's available in /etc/apache2/modules-available
disables an apache2 module that's available in /etc/apache2/modules-enabled
Default: false
So that deployed containers are not accidentally crawled indexed by bots, this container provides following default
/robots.txtviamod_alias, rejects search engine crawlers- Header
X-Robots-Tag = noindex, nofollow, noarchive, nosnippet, noodp, noimageindexviamod_headersprevents crawlers from descending through site links - Cache durations max.
1 minuteviamod_expires, for short caching during development and pre-production deployments