When searching if some apache mod are enable we are hiding the error (2> /dev/null) and display an error about the (guessed) missing module. It can lead to wrong tracks, let display the original apache error if there is one.
Created attachment 104835 [details] [review] Bug 25480: Don't hide apache error and display incorrect error When searching if some apache mod are enable we are hiding the error (2> /dev/null) and display an error about the (guessed) missing module. It can lead to wrong tracks, let display the original apache error if there is one. This is linked with https://gitlab.com/koha-community/koha-testing-docker/-/merge_requests/119
Created attachment 104840 [details] [review] Bug 25480: Don't hide apache error and display incorrect error When searching if some apache mod are enable we are hiding the error (2> /dev/null) and display an error about the (guessed) missing module. It can lead to wrong tracks, let display the original apache error if there is one. This is linked with https://gitlab.com/koha-community/koha-testing-docker/-/merge_requests/119 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Created attachment 104875 [details] [review] Bug 25480: Don't hide apache error and display incorrect error When searching if some apache mod are enable we are hiding the error (2> /dev/null) and display an error about the (guessed) missing module. It can lead to wrong tracks, let display the original apache error if there is one. This is linked with https://gitlab.com/koha-community/koha-testing-docker/-/merge_requests/119 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Nice work everyone! Pushed to master for 20.05
backported to 19.11.x for 19.11.06
backported to 19.05.x for 19.05.11