Haserl is a tiny (<30k) CGI wrapper that uses a UNIX shell to provide PHP-like scripting for dynamic web content. It parses form data placing the data in environment variables. It also supports file-uploads and running as a non-privileged user.
Haserl is a tiny (<30k) CGI wrapper that uses a UNIX shell to provide PHP-like scripting for dynamic web content. It parses form data placing the data in environment variables. It also supports file-uploads and running as a non-privileged user.
To install haserl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install haserl
To see what files were installed by haserl, run:
port contents haserl
To later upgrade haserl, run:
sudo port selfupdate && sudo port upgrade haserl
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.