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

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