File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ RUN set -x \
72
72
&& ( \
73
73
echo "ServerName localhost" ; \
74
74
echo "LoadModule proxy_module modules/mod_proxy.so" ; \
75
+ echo "LoadModule proxy_http_module modules/mod_proxy_http.so" ; \
75
76
echo "LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so" ; \
76
77
echo "LoadModule rewrite_module modules/mod_rewrite.so" ; \
77
78
echo "Include conf/extra/httpd-default.conf" ; \
Original file line number Diff line number Diff line change @@ -255,11 +255,12 @@ It allows any of the following combinations:
255
255
* Apache 2.2, Apache 2.4, Nginx stable and Nginx mainline
256
256
* And more to come...
257
257
258
+
258
259
## Version
259
260
260
261
```
261
262
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
263
264
Server's Module Magic Number: 20120211:83
264
265
Server loaded: APR 1.5.2, APR-UTIL 1.5.4
265
266
Compiled using: APR 1.5.2, APR-UTIL 1.5.4
You can’t perform that action at this time.
0 commit comments