Fix handler namespace
Showing
-
Owner
This fix breaks the server signature, we now have:
[Fri Feb 01 08:56:07.163613 2019] [mpm_event:notice] [pid 4750:tid 139960947907520] AH00489: Apache/2.4.27 (Ubuntu) Lemonldap::NG/ mod_fcgid/2.3.9 mod_perl/2.0.10 Perl/v5.26.0 configured -- resuming normal operation
We need to load the $VERSION of
Lemonldap::NG::Handler
main module (see #1618 (closed)). Maybe we could just remove the STDERR message in this module?print STDERR "Use the appropriate handler. For Apache, use Lemonldap::NG::Handler::ApacheMP2";
Either we can push this message trough standard logger, either we remove it, as the change is documented in upgrade notes.
-
Owner
OK
-
Owner
Ok to remove the
print STDERR
and revert this commit? -
Owner
Yes
-
Owner
Thanks, I'll do it
-
mentioned in commit 372073e1
-
mentioned in commit b79c7112
Please register or sign in to comment