NAME

App::MonM::Notifier::Server::MP - mod_perl2 server handler

VERSION

Version 1.01

SYNOPSIS

# Apache2 config section
#PerlSwitches -I/path/to/App-MonM-Notifier/lib
<IfModule mod_perl.c>
  <Location /monotifier>
    SetHandler modperl
    PerlResponseHandler App::MonM::Notifier::Server::MP
    #PerlSetVar Debug 1
    PerlSetVar MonotifierConfig /path/to/config.conf
 </Location>
</IfModule>

DESCRIPTION

To use the functionality of this module, you must edit the virtual-host section of the Apache2 WEB server configuration file

FUNCTIONS

handler

Handler for Apache2 WEB server. For internal use only

server_init

Method provides server initialization. For internal use only

HISTORY

See CHANGES file

DEPENDENCIES

mod_perl2, CTK

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

<mod_perl2>, App::MonM::Notifier

AUTHOR

Sergey Lepenkov (Serz Minus) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2017 D&D Corporation. All Rights Reserved

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file