The code for finding the apache version may trigger silent warnings into the error log if something other than httpd is used as the web server. A simple 2> /dev/null should fix it. This exists in master, 3.8.x, and 3.6.x
Created attachment 12779 [details] [review] Bug 8910 - silent warnings triggered in about.pl In order to detect the apache version, there are multiple commands used. These may not all exist, which triggers error log entries. By simply adding " 2> /dev/null", the errors are no longer generated.
I have confirmed this patch applies cleanly to master, 3.8.x, and 3.6.x.
Created attachment 12782 [details] [review] Bug 8910 - silent warnings triggered in about.pl In order to detect the apache version, there are multiple commands used. These may not all exist, which triggers error log entries. By simply adding " 2> /dev/null", the errors are no longer generated. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
QA comment: tiny patch, nothing specific from QA pov passed QA
Patch pushed to master (tested it works under Plack)
Pushed to 3.8.x will be in 3.8.7
Pushed to 3.6.x will be in 3.6.11.