libhttpd can be used to add basic web server capabilities to an application or embedded device. The library handles both static and dynamically generated content, has very low overheads, and provides many features to simplify the creation of web based application interfaces.
libhttpd can be used to add basic web server capabilities to an application or embedded device. The library handles both static and dynamically generated content, has very low overheads, and provides many features to simplify the creation of web based application interfaces.
To install libhttpd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libhttpd
To see what files were installed by libhttpd, run:
port contents libhttpd
To later upgrade libhttpd, run:
sudo port selfupdate && sudo port upgrade libhttpd
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.