# File httpd/lib/symbiosis/domains/http.rb, line 11
    def self.apache_mass_hosting_enabled?(prefix="/etc/symbiosis")
      File.exists?(File.join(prefix,"apache.d/disabled.zz-mass-hosting")) ? false : true
    end