[cpp-sp] 02/03: CPPSP-49 Windows installer probably should exclude Apache config
Codeberg
noreply at shibboleth.net
Mon Mar 16 16:35:39 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/f08ae76a110d8e53b8506d7c086a538fc3d71849
commit f08ae76a110d8e53b8506d7c086a538fc3d71849
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Mar 3 16:31:31 2026 +0000
CPPSP-49 Windows installer probably should exclude Apache config
https://shibboleth.atlassian.net/browse/CPPSP-49
---
msi/sp4.wxs | 3 ---
1 file changed, 3 deletions(-)
diff --git a/msi/sp4.wxs b/msi/sp4.wxs
index b763d014..fbc45f50 100644
--- a/msi/sp4.wxs
+++ b/msi/sp4.wxs
@@ -121,9 +121,6 @@
<Component Id="Config.agent" Directory = "etcShib" Guid="{4F087264-7775-443B-9F86-B09439437733}">
<File Id="agent.ini" KeyPath="yes" Checksum="yes" Source="$(var.RootDir)\configs\agent.ini"/>
</Component>
- <Component Id="Config.apache" Directory = "etcShib" Guid="{C372712D-9C83-4B28-A35A-5A1B0BE09141}">
- <File Id="apache24.config.in" KeyPath="yes" Checksum="yes" Source="$(var.RootDir)\configs\apache24.config.in"/>
- </Component>
<Component Id="Config.handler" Directory = "etcShib" Guid="{E9C5EB2F-624E-48A4-A493-87295A6C2DB3}">
<File Id="handlers.ini" KeyPath="yes" Checksum="yes" Source="$(var.RootDir)\configs\handlers.ini"/>
</Component>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list