[cpp-sp] branch main updated: Comply with Apache config comment requirements
Codeberg
noreply at shibboleth.net
Sun Feb 1 22:04:25 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/00f3697305aaf31dff5afa241cc4a7eecdd8cb4e
The following commit(s) were added to refs/heads/main by this push:
new 00f36973 Comply with Apache config comment requirements
00f36973 is described below
commit 00f3697305aaf31dff5afa241cc4a7eecdd8cb4e
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sun Feb 1 17:02:38 2026 -0500
Comply with Apache config comment requirements
"Comments may not be included on the same line as a configuration
directive..."
---
configs/apache24.config.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/apache24.config.in b/configs/apache24.config.in
index 8480e388..3d6e3150 100644
--- a/configs/apache24.config.in
+++ b/configs/apache24.config.in
@@ -42,4 +42,5 @@ ShibCompatValidUser Off
require shib-session
</Location>
-</IfModule> # !mod_shib
+</IfModule>
+# !mod_shib
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list