Scalable Apache2+PHPFPM+php-fpm-exporter (hipages/php-fpm_exporter) image
2.3K
/config/php/php.ini replacable user config/config/php/fpm/pool.d/ add any custom phpfpm configs here/config/httpd/conf.d/ add any custom apache configs hereThe majority of configuration can be done using environment variables, using methods borrowed from webdevops/php-apache. As such, their documentation regarding php.ini and phpfpm configs apply.
php.<PHPKEY> variables are injected into the container php.ini
fpm.global.<KEY> variables are injected into global php-fpm.conf, for example: fpm.global.log_level: error
fpm.pool.<KEY> variables are injected into pool "www" fpm config, for example: fpm.pool.pm.status_path: /status
APACHE_MODULES space seperated list of modules for apache to load, for example: remoteip headers rewrite http2
Content type
Image
Digest
sha256:da293a322…
Size
459.5 MB
Last updated
about 1 month ago
docker pull jmilette/apache-phpfpm:php-8.5-2026-08-11-1786497314