diff --git a/apache/apache-lib.pl b/apache/apache-lib.pl index a3dbfbe69..9251b293e 100755 --- a/apache/apache-lib.pl +++ b/apache/apache-lib.pl @@ -1393,7 +1393,7 @@ if ($httpd_modules{'core'} >= 1.301) { } } local $out = &backquote_command("$cmd 2>&1"); - if ($out && $out !~ /syntax\s+ok/i) { + if ($out && $out !~ /(syntax|Checking).*\s+ok/i) { return $out; } }