Perlbal::Plugin::Redirect - Plugin to do redirecting in Perlbal land


Perlbal documentation  | view source Contained in the Perlbal distribution.

Index


NAME

Top

Perlbal::Plugin::Redirect - Plugin to do redirecting in Perlbal land

SYNOPSIS

Top

    LOAD redirect

    CREATE SERVICE redirector
        SET role = web_server
        SET plugins = redirect
        REDIRECT HOST example.com www.example.net
    ENABLE redirector

LIMITATIONS

Top

Right now this can only redirect at the hostname level. Also, it just assumes you want an http: URL.


Perlbal documentation  | view source Contained in the Perlbal distribution.