Bric::Dist::Handler

Name

Bric::Dist::Handler - Apache/mod_perl handler for executing distribution jobs.

Synopsis

<Location /dist>
    SetHandler perl-script
    PerlHandler Bric::Dist::Handler
</Location>

Description

This module is a simple Apache/mod_perl handler for executing Bricolage distribution jobs. It responds to a request with the headers "execute" and/or "expire", where the values are a comma-separated list of Bric::Util::Job IDs. Bric::Dist::Handler will instantiate and execute and/or expire each of those jobs in turn. See Bric::Dist::Client for an interface to send those headers.

Interface

Constructors

NONE.

Destructors

Public Class Methods

NONE.

Public Instance Methods

NONE.

Private

Private Class Methods

NONE.

Private Instance Methods

NONE.

Private Functions

Notes

NONE.

Author

David Wheeler

See Also

Bric, Bric::Util::Job