diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2013-03-07 18:27:55 +0100 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2013-03-07 18:27:55 +0100 |
commit | 723bba5dffb2b737ec4dccfd124c7613cf19801f (patch) | |
tree | b0b6f5fafb838f51cc5c6e2ad0a77bdaf5dc876b /build/installwinconf.awk | |
parent | log nums (diff) | |
download | apache2-723bba5dffb2b737ec4dccfd124c7613cf19801f.tar.xz apache2-723bba5dffb2b737ec4dccfd124c7613cf19801f.zip |
finish up mod_proxy_websocket/tunnel rename on Windows
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1453974 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/installwinconf.awk')
-rw-r--r-- | build/installwinconf.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk index b4b5714e5e..6bd9bb864f 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -169,7 +169,7 @@ BEGIN { print "#LoadModule proxy_html_module modules/mod_proxy_html.so" > dstfl; print "#LoadModule proxy_http_module modules/mod_proxy_http.so" > dstfl; print "#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so" > dstfl; - print "#LoadModule proxy_websocket_module modules/mod_proxy_websocket.so" > dstfl; + print "#LoadModule proxy_tunnel_module modules/mod_proxy_tunnel.so" > dstfl; print "#LoadModule ratelimit_module modules/mod_ratelimit.so" > dstfl; print "#LoadModule reflector_module modules/mod_reflector.so" > dstfl; print "#LoadModule remoteip_module modules/mod_remoteip.so" > dstfl; |