lighttpd is a secure, fast, compliant and very flexible web server which has been optimized for high-performance environments. It has a very low memory footprint compared to other web servers and takes care of CPU load.
lighttpd is a secure, fast, compliant and very flexible web server which has been optimized for high-performance environments. It has a very low memory footprint compared to other web servers and takes care of CPU load.
To install lighttpd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lighttpd
To see what files were installed by lighttpd, run:
port contents lighttpd
To later upgrade lighttpd, run:
sudo port selfupdate && sudo port upgrade lighttpd
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.