Skip to content

Commit 00d07b8

Browse files
authored
Merge pull request #20 from devilbox/release-0.25
Add module: mod_proxy_http.so
2 parents c514ff0 + 28fb270 commit 00d07b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ RUN set -x \
7272
&& ( \
7373
echo "ServerName localhost"; \
7474
echo "LoadModule proxy_module modules/mod_proxy.so"; \
75+
echo "LoadModule proxy_http_module modules/mod_proxy_http.so"; \
7576
echo "LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so"; \
7677
echo "LoadModule rewrite_module modules/mod_rewrite.so"; \
7778
echo "Include conf/extra/httpd-default.conf"; \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,12 @@ It allows any of the following combinations:
255255
* Apache 2.2, Apache 2.4, Nginx stable and Nginx mainline
256256
* And more to come...
257257

258+
258259
## Version
259260

260261
```
261262
Server version: Apache/2.4.37 (Unix)
262-
Server built: Nov 15 2018 23:52:35
263+
Server built: Dec 29 2018 02:11:11
263264
Server's Module Magic Number: 20120211:83
264265
Server loaded: APR 1.5.2, APR-UTIL 1.5.4
265266
Compiled using: APR 1.5.2, APR-UTIL 1.5.4

0 commit comments

Comments
 (0)