php-apache contains an apache 2.4 webserver and PHP as module to execute applications.
apache the web root at /var/www/html/htdocs/
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.txt via mod_alias, rejects search engine crawlersX-Robots-Tag = noindex, nofollow, noarchive, nosnippet, noodp, noimageindex via mod_headers prevents crawlers from descending through site links1 minute via mod_expires, for short caching during development and pre-production deploymentsContent type
Image
Digest
Size
9.3 MB
Last updated
over 7 years ago
docker pull humilit/php-apache