mod_qos is a quality of service module for the Apache web server
mod_qos is a quality of service module for the Apache web server implementing control mechanisms that can provide different levels of priority to different HTTP requests.
mod_qos is a quality of service module for the Apache web server implementing control mechanisms that can provide different levels of priority to different HTTP requests.
To install mod_qos, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mod_qos
To see what files were installed by mod_qos, run:
port contents mod_qos
To later upgrade mod_qos, run:
sudo port selfupdate && sudo port upgrade mod_qos
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.