Monitoring-Reporter
view release on metacpan or search on metacpan
make install
## Configuration
Once the package is installed you need to set up some kind of PSGI adapter to
make the application accessible. This documentation will show one way of doing
that using Apache and Starman but you can use any PSGI adapter and webserver
you like.
Install starman and make it listen on e.g. port 5001 and serve the PSGI file at
/usr/bin/mreporter-web.psgi.
Then create a new apache vhost that contains the required proxy settings:
<IfModule mod_proxy.c>
<Location /mreporter>
Allow from all
ProxyPass http://localhost:5001/
ProxyPassReverse http://localhost:5001/
</Location>
( run in 0.930 second using v1.01-cache-2.11-cpan-e93a5daba3e )