# File lib_ctrl/rucy/control.rb, line 74
    def alias_errors
      setup_alias_errors.map{|err|
        { :alias_path => err.alias_path,
          :orig_path => err.orig_path,
          :virtual_host => err.virtual_host,
          :exception => err.exception
        }
      }
    end