|
1 | | -# Apache 2.4 Docker |
| 1 | +# Apache 2.4 Docker image |
2 | 2 |
|
3 | | -[](https://github.com/cytopia/devilbox) |
| 3 | +[](https://travis-ci.org/devilbox/docker-apache-2.4) |
| 4 | +[](https://github.com/devilbox/docker-apache-2.4/releases) |
| 5 | +[](https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 6 | +[](https://github.com/devilbox/docker-apache-2.4) |
| 7 | +[](https://microbadger.com/images/devilbox/apache-2.4 "apache-2.4") |
4 | 8 |
|
5 | | -<sub>This Docker image is part of the **[devilbox](https://github.com/cytopia/devilbox)**.</sub> |
| 9 | +**[devilbox/docker-apache-2.4](https://github.com/devilbox/docker-apache-2.4)** |
6 | 10 |
|
7 | | -**[Apache 2.2](https://github.com/devilbox/docker-apache-2.2) | Apache 2.4 | [Nginx stable](https://github.com/devilbox/docker-nginx-stable) | [Nginx mainline](https://github.com/devilbox/docker-nginx-mainline)** |
8 | | - |
9 | | -[](https://travis-ci.org/devilbox/docker-apache-2.4) [](https://microbadger.com/images/devilbox/apache-2.4 "apache-2.4") [](https://microbadger.com/images/devilbox/apache-2.4 "apache-2.4") [](https://microbadger.com/images/devilbox/apache-2.4 "apache-2.4") |
| 11 | +This image is based on the official **[Apache 2.4](https://hub.docker.com/_/httpd)** Docker image and extends it with the ability to have **virtual hosts created automatically**, as well as **adding SSL certificates** when creating new directories. For that to work, it integrates two tools that will take care about the whole process: **[watcherd](https://github.com/devilbox/watcherd)** and **[vhost-gen](https://github.com/devilbox/vhost-gen)**. |
10 | 12 |
|
11 | | -This image is based on the official **[Apache 2.4](https://hub.docker.com/_/httpd)** Docker image and extends it with the ability to have **virtual hosts created automatically** when adding new directories. For that to work, it integrates two tools that will take care about the whole process: **[watcherd](https://github.com/devilbox/watcherd)** and **[vhost-gen](https://github.com/devilbox/vhost-gen)**. |
| 13 | +From a users perspective, you mount your local project directory into the container under `/shared/httpd`. Any directory then created in your local project directory wil spawn a new virtual host by the same name. Additional settings such as custom server names, PHP-FPM or even different Apache templates per project are supported as well. |
12 | 14 |
|
13 | | -From a users perspective, you mount your local project directory into the Docker under `/shared/httpd`. Any directory then created in your local project directory wil spawn a new virtual host by the same name. Additional settings such as custom server names, PHP-FPM or even different Apache templates per project are supported as well. |
14 | | - |
15 | | ----- |
| 15 | +| Docker Hub | Upstream Project | |
| 16 | +|------------|------------------| |
| 17 | +| <a href="https://hub.docker.com/r/devilbox/apache-2.4"><img height="82px" src="http://dockeri.co/image/devilbox/apache-2.4" /></a> | <a href="https://github.com/cytopia/devilbox" ><img height="82px" src="https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/01/png/banner_256_trans.png" /></a> | |
16 | 18 |
|
17 | | -Find me on **[Docker Hub](https://hub.docker.com/r/devilbox/apache-2.4)**: |
18 | | - |
19 | | -[](https://hub.docker.com/r/devilbox/apache-2.4/) |
20 | | - |
21 | | -<small>**Latest build:** This container is built every night by [travis-ci](https://travis-ci.org/devilbox/docker-apache-2.4).</small> |
| 19 | +**[Apache 2.2](https://github.com/devilbox/docker-apache-2.2) | Apache 2.4 | [Nginx stable](https://github.com/devilbox/docker-nginx-stable) | [Nginx mainline](https://github.com/devilbox/docker-nginx-mainline)** |
22 | 20 |
|
23 | 21 | ---- |
24 | 22 |
|
|
0 commit comments