File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ The following are WSGI servers based on community recommendations.
156156* [ uWSGI] ( http://uwsgi-docs.readthedocs.org/en/latest/ ) is gaining steam as
157157 a highly-performant WSGI server implementation.
158158
159- * [ mod\_ wsgi] ( https://code.google. com/p/modwsgi/ ) is an Apache module
160- implementing the WSGI specification.
159+ * [ mod\_ wsgi] ( https://github. com/GrahamDumpleton/mod_wsgi ) is an Apache
160+ module implementing the WSGI specification.
161161
162162* [ CherryPy] ( https://github.com/cherrypy/cherrypy ) is a pure Python web
163163 server that also functions as a WSGI server.
@@ -169,11 +169,6 @@ The following are WSGI servers based on community recommendations.
169169 [ PEP 3333 WSGI v1.0.1] ( http://www.python.org/dev/peps/pep-3333/ )
170170 specifications.
171171
172- * [ Green Unicorn] ( http://gunicorn.org/ ) ,
173- [ mod\_ wsgi] ( http://code.google.com/p/modwsgi/ ) ,
174- [ uWSGI] ( https://github.com/unbit/uwsgi-docs ) and
175- [ gevent] ( http://www.gevent.org/ ) are common WSGI server implementations.
176-
177172* This [ basics of WSGI] ( http://agiliq.com/blog/2013/07/basics-wsgi/ ) post
178173 contains a simple example of how a WSGI-compatible application works.
179174
You can’t perform that action at this time.
0 commit comments