Releases: jdeathe/centos-ssh-apache-php-fcgi
centos-6-1.4.4
CentOS-6 6.7 x86_64 - Apache / PHP (FastCGI) / PHP memcached / PHP APC.
- Deprecates
APACHE_SUEXEC_USER_GROUPnow thatAPACHE_RUN_USERandAPACHE_RUN_GROUPare available. - Removes redundant build steps.
- Adds revised installation / configuration for
mod_fcgidand erase unusedphppackage. - Sort the Apache modules in log output.
- Locate the fcgid
php-wrapperscript 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
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
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
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
centos-6-1.4.0
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
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 --rebuilddbbeforeyum installto 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
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
versionlockpackage 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
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
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
CentOS-6 6.5 x86_64 - Apache / PHP (FastCGI) / PHP memcached / PHP APC.
- Fixes errors during startup of Apache due to missing
fcgid.confconfiguration file.
Download then load the docker image using:
$ xz -dc centos-ssh-apache-php-fcgi.centos-6-1.0.1.tar.xz | docker load