# File httpd/lib/symbiosis/config_files/apache.rb, line 281
      def hostname
        return @hostname if defined? @hostname and @hostname.is_a?(String)
        @hostname = Symbiosis::Utils.get_param("hostname","/etc")
      end