POEST::Config::General - Configuration via Config::General


poest documentation  | view source Contained in the poest distribution.

Index


NAME

Top

POEST::Config::General - Configuration via Config::General

ABSTRACT

Top

A poest configurator based on Config::General, a file based configuration.

DESCRIPTION

Top

The description of the configuration file is explained in Config::General. This configuration class conforms to the specification explained in POEST::Config.

Example Configuration

  Hostname localhost
  Port 2525

  Plugin POEST::Plugin::General
  Plugin POEST::Plugin::Check::Hostname

  RequireHost Yes
  AllowedHost localhost
  AllowedHost example.com

If no configuration file is passed, a list of reasonable default directories are checked for poest.conf.



 /usr/local/etc
 /usr/local/etc/poest
 /etc/poest
 ./
 ./etc
 ~/
 ~/etc
 ~/.poest

AUTHOR

Top

Casey West, <casey@dyndns.org>

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

perl, POEST::Server, POEST::Config, Config::General.


poest documentation  | view source Contained in the poest distribution.