-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install ModSecurity on Windows Server 2016 #931
Comments
Hi @skvoboo did you tested 2.9.0 on 2016? is it working right? |
As reported on issue #931 the installer was marking ModSecurity as incompatible with IIS 10.
Fix on branch:
Waiting for confirmation that ModSecurity really working with IIS 10. |
Are there any news on this patch? when it will be merged in master? |
Hi @pvasilevich, It won't be merged until we got the confirmation that it is really working. Do you mind to test it? This specific patch only adds the IIS 10 as accepted on the installer validation. |
It is pretty hard to test how Modsecurity is working without ability to install it. I can manually apply MSI transformation, but I guess there will be more chances to find bugs on this platform, if other people will be able to install Modsecurity as well. I will check basic functionality anyway and report you if there are other issues. |
@pvasilevich I wanted to confirm you're running technical preview 3.. is this correct? |
Now we are testing on tech preview 4 |
@pvasilevich A quick way to test the install is to change (temporarily) "HKLM\SOFTWARE\Microsoft\InetStp" from 10 to 8 then after install change back. |
Hi @csanders-git, That was a beautiful hack 👍 I guess it is safe to merge to our mainline. Thank you guys. |
@skvoboo what is your full name? I want to mention your name on the changelogs. |
Hi @zimmerle. My full name is Anton Serbulov. |
As reported on issue #931 the installer was marking ModSecurity as incompatible with IIS 10.
Thank you guys, the patch was merged. ModSecurity v2.9.1 will be compatible with IIS 10. |
Unable to install ModSecurity 2.9.0 on Windows Server 2016 technical preview 3 (IIS 10) : This setup requires IIS 7.0 or 8.0.
Please change LaunchCondition in installer from
(IIS="#7") OR (IIS="#8")
to
(IIS="#7") OR (IIS="#8") OR (IIS="#10")
The text was updated successfully, but these errors were encountered: