Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

centos-6-1.4.1

Choose a tag to compare

@jdeathe jdeathe released this 26 Jan 22:20
· 212 commits to centos-6 since this release

CentOS-6 6.7 x86_64 - Apache / PHP (FastCGI) / PHP memcached / PHP APC.

  • Updates source tag to 1.4.1.

  • Adds HTTPD environment variable to allow operator to switch between httpd (Prefork) and httpd.worker (Worker) Apache MPM.

  • Adds feature to populate the container's /etc/hosts with APACHE_SERVER_NAME and APACHE_SERVER_ALIAS values.

  • 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_ENABLED to 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