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

Commit 2d8efc4

Browse files
committed
ISSUE 31: Remove additional link to APC PECL site.
1 parent 164b413 commit 2d8efc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The [Dockerfile](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/cent
1111

1212
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.
1313

14-
Included in the build are the [EPEL](http://fedoraproject.org/wiki/EPEL) and [IUS](https://ius.io/) repositories. Installed packages include ssh, vi, elinks (for fullstatus support), PHP [APC](http://php.net/manual/en/book.apc.php)/(https://pecl.php.net/package/memcached), PHP [Memcached](http://php.net/manual/en/book.memcached.php) are installed along with python-setuptools, supervisor and supervisor-stdout.
14+
Included in the build are the [EPEL](http://fedoraproject.org/wiki/EPEL) and [IUS](https://ius.io/) repositories. Installed packages include ssh, vi, elinks (for fullstatus support), PHP [APC](http://php.net/manual/en/book.apc.php), PHP [Memcached](http://php.net/manual/en/book.memcached.php) are installed along with python-setuptools, supervisor and supervisor-stdout.
1515

1616
[Supervisor](http://supervisord.org/) is used to start httpd.worker (and optionally the sshd) daemon when a docker container based on this image is run. To enable simple viewing of stdout for the sshd subprocess, supervisor-stdout is included. This allows you to see output from the supervisord controlled subprocesses with ```docker logs <docker-container-name>```.
1717

0 commit comments

Comments
 (0)