This repository was archived by the owner on Jul 2, 2024. It is now read-only.
centos-6-1.9.0
·
88 commits
to centos-6-develop
since this release
CentOS-6 6.8 x86_64 - Apache / PHP-CGI (FastCGI) / PHP memcached / PHP APC.
Release changes
- Updates image source to release 1.9.0.
- Fixes issue with app specific
httpdconfiguration requiring theetc/php.ddirectory to exist. - Adds default Apache modules appropriate for Apache 2.4/2.2 in the bootstrap script for the unlikely case where the values in the environment and configuration file defaults are both unset.
- Updates
README.mdwith details of the SCMI install example's prerequisite step of either pulling or loading the image. - Updates
httpdandmod_sslpackages. - Fixes noisy certificate generation output in logs during bootstrap when
APACHE_MOD_SSL_ENABLEDistrue. - Changes
APACHE_SERVER_ALIASto a default empty value forMakefile,scmiandsystemdtemplates which is the existingDockerfiledefault. - Changes default
APACHE_SERVER_NAMEto unset and use the container's hostname for the Apache ServerName. - Fixes
scmiinstall/uninstall examples and DockerfileLABELinstall/uninstall templates to prevent theX-Service-UIDheader being populated with the hostname of the ephemeral container used to runscmi. - Adds feature to allow both
APACHE_SERVER_NAMEandAPACHE_SERVER_ALIASto contain the{{HOSTNAME}}placeholder which is replaced on startup with the container's hostname. - Removes environment variable re-mappings that are no longer in use:
APP_HOME_DIR,APACHE_SUEXEC_USER_GROUP,DATE_TIMEZONE,SERVICE_USER,SUEXECUSERGROUP,SERVICE_UID. - Changes Apache configuration so that
NameVirtualHostandListenare separated out fromVirtualHost. - Adds further information on the use of
watchto monitorserver-status. - Changes the auto-generated self-signed certificate to include hosts from
APACHE_SERVER_NAMEandAPACHE_SERVER_ALIASvia subjectAltName.
Download then load the docker image using:
$ xz -dc centos-ssh-apache-php-fcgi.1.9.0.tar.xz | docker load