# File mod_docs/redirect.rb, line 109
  def doc_args
    [ [ 'request_path', 'request path pattern (regexp)', :regexp, nil ],
      [ 'location', %q"replace location (usable \&, \0, \1 ... \9, \`, \', \+)", :string, nil ],
      [ 'status', 'status', :select, [
          '302 Found',
          '303 See Other',
          '301 Moved Permanently',
          '307 Temporary Redirect'
        ]
      ]
    ]
  end