We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1104dce commit 435d239Copy full SHA for 435d239
1 file changed
mt/httpd/build-script/apache2.sh
@@ -26,15 +26,15 @@ mod_proxy_so=`find $module_dirs -name 'mod_proxy.so' 2>/dev/null | head -1`
26
if [ -n "$mod_proxy_so" ]; then
27
cat > $httpd_conf_d/mt-proxy.conf <<CONF
28
LoadModule proxy_module $mod_proxy_so
29
-ProxyPassReverse / http://mt/
+ProxyPreserveHost on
30
CONF
31
fi
32
33
mod_proxy_http_so=`find $module_dirs -name 'mod_proxy_http.so' 2>/dev/null | head -1`
34
if [ -n "$mod_proxy_http_so" ]; then
35
cat > $httpd_conf_d/mt-proxy_http.conf <<CONF
36
LoadModule proxy_http_module $mod_proxy_http_so
37
38
39
40
0 commit comments