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

Releases: jdeathe/centos-ssh-apache-php-fcgi

centos-6-1.4.4

11 Mar 01:09

Choose a tag to compare

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

  • Deprecates APACHE_SUEXEC_USER_GROUP now that APACHE_RUN_USER and APACHE_RUN_GROUP are available.
  • Removes redundant build steps.
  • Adds revised installation / configuration for mod_fcgid and erase unused php package.
  • Sort the Apache modules in log output.
  • Locate the fcgid php-wrapper script within the package directory.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.4.4.tar.xz | docker load

centos-6-1.4.3

08 Mar 18:00

Choose a tag to compare

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

  • Updates source tag to 1.4.3.
  • Adds syntax and readability update to the php-wrapper.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.4.3.tar.xz | docker load

centos-6-1.4.2

27 Jan 08:55

Choose a tag to compare

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

  • Updates source tag to 1.4.2.
  • Revised method + instructions on data volume usage.
  • Improved systemd definition file and installation script.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.4.2.tar.xz | docker load

centos-6-1.4.1

26 Jan 22:20

Choose a tag to compare

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

centos-6-1.4.0

16 Jan 15:50

Choose a tag to compare

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

  • Updates CentOS to 6.7.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.4.0.tar.xz | docker load

centos-6-1.3.1

16 Jan 14:58

Choose a tag to compare

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

  • Updates upstream image to centos-6-1.3.1 tag.
  • Updates the systemd definition file and installer script. Now using etcd2.
  • Adds rpm --rebuilddb before yum install to resolve checksum issues that prevented build completion.
  • Adds feature to apply config via environment variables + documentation updated with example use cases.
  • Adds Apache module reqtimeout_module.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.3.1.tar.xz | docker load

centos-6-1.3.0

31 Oct 23:35

Choose a tag to compare

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

  • Changes the image to build from a specified source tag instead of branch.
  • Changes the image build to specify package versions, add versionlock package and lock packages.
  • Changes the location of the SSH configuration file to a subdirectory to be more consistent.
  • Adds support for running and building on OSX Docker hosts (i.e boot2docker).

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.3.0.tar.xz | docker load

centos-6-1.2.1

25 May 14:04

Choose a tag to compare

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

  • Fixes the systemd service file to reference the correct tag version.
  • Fixes spelling errors in the README.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.2.1.tar.xz | docker load

centos-6-1.2.0

04 May 15:37

Choose a tag to compare

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

  • Updates CentOS to 6.6.
  • Adds MIT License.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.2.0.tar.xz | docker load

centos-6-1.0.1

29 Aug 08:07

Choose a tag to compare

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

  • Fixes errors during startup of Apache due to missing fcgid.conf configuration file.

Download then load the docker image using:

$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.0.1.tar.xz | docker load