centos-6-1.4.1
CentOS-6 6.7 x86_64 - Apache / PHP (FastCGI) / PHP memcached / PHP APC.
-
Updates source tag to 1.4.1.
-
Adds
HTTPDenvironment variable to allow operator to switch betweenhttpd(Prefork) andhttpd.worker(Worker) Apache MPM. -
Adds feature to populate the container's /etc/hosts with
APACHE_SERVER_NAMEandAPACHE_SERVER_ALIASvalues. -
Changes the HTTP and HTTPS configuration includes and comment/uncomment entire block for the SSL configuration instead of targeting each line. NOTE If you are using an existing vhost.conf and want to use the mod_ssl feature of the container instead of terminating the SSL upstream then you should update the mod_ssl configuration to the following (with the '#' at the beginning of the line):
# <IfModule mod_ssl.c> # SSLEngine on # SSLOptions +StrictRequire # SSLProtocol -all +TLSv1 # SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM # SSLCertificateFile /etc/pki/tls/certs/localhost.crt # SSLCertificateKeyFile /etc/pki/tls/private/localhost.key # #SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt # </IfModule> -
Adds function to set Apache's main ServerName to suppress startup message.
-
Changes the ExtendedStatus directive to to Off by default and adds
APACHE_EXTENDED_STATUS_ENABLEDto allow it to be enabled by the operator.
Download then load the docker image using:
$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.4.1.tar.xz | docker load