ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to communicate with a web server. It is written in C and embeds a Python interpreter to run the actual application. Since all of the low-level transport code is in C, ajp-wsgi is significantly faster than flup's pure-Python ajp server.
ajp-wsgi is a WSGI server/gateway that implements AJP 1.3 to communicate with a web server. It is written in C and embeds a Python interpreter to run the actual application. Since all of the low-level transport code is in C, ajp-wsgi is significantly faster than flup's pure-Python ajp server.
To install ajp-wsgi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ajp-wsgi
To see what files were installed by ajp-wsgi, run:
port contents ajp-wsgi
To later upgrade ajp-wsgi, run:
sudo port selfupdate && sudo port upgrade ajp-wsgi
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.