You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Apache PHP web server, loading only a minimal set of Apache modules by default. Supports custom configuration via environment variables.
7
7
8
8
## Overview & links
9
9
10
-
The latest CentOS-6 based release can be pulled from the centos-6 Docker tag. For a specific release tag the convention is `centos-6-1.9.0` or `1.9.0` for the [1.9.0](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/1.7.0) release tag.
10
+
The latest CentOS-6 based release can be pulled from the centos-6 Docker tag. For a specific release tag the convention is `centos-6-1.10.0` or `1.10.0` for the [1.10.0](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/1.7.0) release tag.
This build of [Apache](https://httpd.apache.org/), (httpd CentOS package), uses the [mod_fcgid](https://httpd.apache.org/mod_fcgid/) module to run [PHP](http://php.net/) as a [FastCGI](http://www.fastcgi.com/) process.
15
15
@@ -87,10 +87,10 @@ $ docker run \
87
87
--volume /:/media/root \
88
88
--env BASH_ENV="" \
89
89
--env ENV="" \
90
-
jdeathe/centos-ssh-apache-php-fcgi:1.9.0 \
90
+
jdeathe/centos-ssh-apache-php-fcgi:1.10.0 \
91
91
/usr/sbin/scmi install \
92
92
--chroot=/media/root \
93
-
--tag=1.9.0 \
93
+
--tag=1.10.0 \
94
94
--name=apache-php.pool-1.1.1
95
95
```
96
96
@@ -105,10 +105,10 @@ $ docker run \
105
105
--volume /:/media/root \
106
106
--env BASH_ENV="" \
107
107
--env ENV="" \
108
-
jdeathe/centos-ssh-apache-php-fcgi:1.9.0 \
108
+
jdeathe/centos-ssh-apache-php-fcgi:1.10.0 \
109
109
/usr/sbin/scmi uninstall \
110
110
--chroot=/media/root \
111
-
--tag=1.9.0 \
111
+
--tag=1.10.0 \
112
112
--name=apache-php.pool-1.1.1
113
113
```
114
114
@@ -123,10 +123,10 @@ $ docker run \
123
123
--volume /:/media/root \
124
124
--env BASH_ENV="" \
125
125
--env ENV="" \
126
-
jdeathe/centos-ssh-apache-php-fcgi:1.9.0 \
126
+
jdeathe/centos-ssh-apache-php-fcgi:1.10.0 \
127
127
/usr/sbin/scmi install \
128
128
--chroot=/media/root \
129
-
--tag=1.9.0 \
129
+
--tag=1.10.0 \
130
130
--name=apache-php.pool-1.1.1 \
131
131
--manager=systemd \
132
132
--register \
@@ -148,7 +148,7 @@ To see detailed information about the image run `scmi` with the `--info` option.
148
148
$ eval "sudo -E $(
149
149
docker inspect \
150
150
-f "{{.ContainerConfig.Labels.install}}" \
151
-
jdeathe/centos-ssh-apache-php-fcgi:1.9.0
151
+
jdeathe/centos-ssh-apache-php-fcgi:1.10.0
152
152
) --info"
153
153
```
154
154
@@ -158,7 +158,7 @@ To perform an installation using the docker name `apache-php.pool-1.2.1` simply
158
158
$ eval "sudo -E $(
159
159
docker inspect \
160
160
-f "{{.ContainerConfig.Labels.install}}" \
161
-
jdeathe/centos-ssh-apache-php-fcgi:1.9.0
161
+
jdeathe/centos-ssh-apache-php-fcgi:1.10.0
162
162
) --name=apache-php.pool-1.2.1"
163
163
```
164
164
@@ -168,7 +168,7 @@ To uninstall use the *same command* that was used to install but with the `unins
168
168
$ eval "sudo -E $(
169
169
docker inspect \
170
170
-f "{{.ContainerConfig.Labels.uninstall}}" \
171
-
jdeathe/centos-ssh-apache-php-fcgi:1.9.0
171
+
jdeathe/centos-ssh-apache-php-fcgi:1.10.0
172
172
) --name=apache-php.pool-1.2.1"
173
173
```
174
174
@@ -179,15 +179,15 @@ With the addition of install/uninstall image labels it is possible to use [Proje
179
179
_NOTE:_ A prerequisite of the following examples is that the image has been pulled (or loaded from the release package).
0 commit comments