Tagged Questions
0
votes
1answer
136 views
How to consistently get Apache version in Perl for comparison against configuration requirement list
How can I extract the Apache version number?
I would like to then use this number to compare it against a value in a configuration requirement file for a minimum Apache version as part of an ...