# File httpd/lib/symbiosis/config_files/webalizer.rb, line 36
      def history_name
        #
        # This is the old place.
        #
        old_location = File.join(domain.stats_dir, "webalizer.hist")
        return old_location if File.exists?(old_location)

        #
        # OK, just use the new one.
        #
        return File.join(domain.config_dir, ".webalizer.hist")
      end