HTML::MasonX::ApacheLikePlackHandler - An evil mod_perl-like Mason handler under Plack
This is a forked HTML::Mason::ApacheHandler suitable for running under Plack with a mock Apache 2 request object that you have to provide yourself. This provides one possible way to transition a HTML::Mason application running under Apache 2 and mod_perl to a Plack stack running outside of Apache.
This is a forked HTML::Mason::ApacheHandler suitable for running under Plack with a mock Apache 2 request object that you have to provide yourself. This provides one possible way to transition a HTML::Mason application running under Apache 2 and mod_perl to a Plack stack running outside of Apache.
To install p5.28-html-masonx-apachelikeplackhandler, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-html-masonx-apachelikeplackhandler
To see what files were installed by p5.28-html-masonx-apachelikeplackhandler, run:
port contents p5.28-html-masonx-apachelikeplackhandler
To later upgrade p5.28-html-masonx-apachelikeplackhandler, run:
sudo port selfupdate && sudo port upgrade p5.28-html-masonx-apachelikeplackhandler
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.