Skip to content

Commit dd657de

Browse files
committed
updating link on wsgi servers page
1 parent 3709408 commit dd657de

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

source/content/pages/07-web-app-deployment/07-wsgi-servers.markdown

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)