-
1. Re: mod_cluster 1.3.3 windows build
mbabacek Oct 20, 2016 8:49 PM (in response to santosh.kharolkar)I wrote the documentation you wanted. The example is valid for Apache Lounge Windows HTTP Server, but you could easily use it with any Apache HTTP Server you already have on windows. The example works with mod_proxy_cluster (a new name for mod_cluster) 2.0-SNAPSHOT, although you might want to apply this pending pull request that enhances compilation flags:
it would work even without it though.
If you need something more stable than a wild SNAPSHOT, you need to go to the former repo, modcluster/mod_cluster. The catch is that there are no CMake files.I created a pull request that brings them to 1.3.x maintenance branch:
You might comment/upvote the pull request so as it gets more attention from the gatekeeper.
Documentation on Windows build: Documentation – mod_cluster
Last but not least, I produced mod_proxy_cluster-2.0-SNAPSHOT-af6b5830 testing binaries for you to try out (as a side effect of testing the documented procedure):
- Built with MSVC 19.0.23918.0, MS Visual Studio 14.
- Built with Apache Lounge HTTP Server httpd-2.4.23-win64-VC14.zip
- attached.
Cheers
-K-
-
2. Re: mod_cluster 1.3.3 windows build
santosh.kharolkar Oct 21, 2016 3:08 AM (in response to mbabacek)Thank you. I am testing these changes. I will get back, with more findings.
I will upvote the pull request.
-
3. Re: mod_cluster 1.3.3 windows build
mbabacek Oct 27, 2016 7:57 AM (in response to santosh.kharolkar)santosh.kharolkar, did the procedure help you with Windows?
Your feedback matters