# File src/ruby_supportlib/phusion_passenger/platform_info/apache_detector.rb, line 246 def result_for(apxs2) # All the results use realpaths, so the input must too. apxs2 = try_realpath(apxs2) return @results.find { |r| r.apxs2 == apxs2 } end