Method: PhusionPassenger::PlatformInfo.apache2ctl
- Defined in:
- lib/phusion_passenger/platform_info/apache.rb
.apache2ctl ⇒ Object
The absolute path to the ‘apachectl’ or ‘apache2ctl’ binary, or nil if not found.
60 61 62 |
# File 'lib/phusion_passenger/platform_info/apache.rb', line 60 def self.apache2ctl return find_apache2_executable('apache2ctl', 'apachectl2', 'apachectl') end |