summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Land <steffenal@apache.org>2018-02-19 11:18:12 +0000
committerSteffen Land <steffenal@apache.org>2018-02-19 11:18:12 +0000
commit389976003b2d91af2bf250677dab23286da5d678 (patch)
tree5b0629ebed483f002767ee14c6ffcba0c83f064d
parent24108a4eda5c1cf4e9febfc9c57a2c41f791a867 (diff)
downloadhttpd-389976003b2d91af2bf250677dab23286da5d678.tar.gz
add mod_proxy_uwsgi.so to windows build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824737 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/installwinconf.awk1
-rw-r--r--os/win32/BaseAddr.ref1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index ab64b2daa4..a786c7fc05 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -173,6 +173,7 @@ BEGIN {
print "#LoadModule proxy_http_module modules/mod_proxy_http.so" > dstfl;
print "#LoadModule proxy_http2_module modules/mod_proxy_http2.so" > dstfl;
print "#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so" > dstfl;
+ print "#LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so" > dstfl;
print "#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so" > dstfl;
print "#LoadModule ratelimit_module modules/mod_ratelimit.so" > dstfl;
print "#LoadModule reflector_module modules/mod_reflector.so" > dstfl;
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref
index a682d0f6f3..7a9678ad96 100644
--- a/os/win32/BaseAddr.ref
+++ b/os/win32/BaseAddr.ref
@@ -131,3 +131,4 @@ mod_proxy_http2.so 0x70C30000 0x00020000
mod_http2.so 0x70C50000 0x00040000
mod_brotli.so 0x70C90000 0x000C0000
mod_md.so 0x70D50000 0x00030000
+mod_proxy_uwsgi.so 0x70D80000 0x00020000 \ No newline at end of file