Skip to content
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

Fix Get-Apache and build-task #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

alphp
Copy link
Contributor

@alphp alphp commented Apr 27, 2022

Get-apache.ps1 had a bug due to changes in the Apache Lounge.
The default download page is VS16 and the regular expression had to be changed to detect the VC/VS version: (V[CS]\d+)
In addition to the above, now the download links are not full paths: /download/VS16/binaries/httpd-2.4.53-win64-VS16.zip.

build-task.cmd had a bug where it always ended with an error. The problem is that the script expects mod_authn_ntlm.dll when the build output generates mod_authn_ntlm.so.
Now regardless of whether it generates a .dll or .so the binary is correctly detected and does not throw a false error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant