Skip to content

Commit 81c70d2

Browse files
committed
updating wsgi page
1 parent dd657de commit 81c70d2

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

all.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4504,8 +4504,8 @@ <h2>WSGI servers</h2>
45044504
a highly-performant WSGI server implementation.</p>
45054505
</li>
45064506
<li>
4507-
<p><a href="https://code.google.com/p/modwsgi/">mod_wsgi</a> is an Apache module
4508-
implementing the WSGI specification.</p>
4507+
<p><a href="https://github.com/GrahamDumpleton/mod_wsgi">mod_wsgi</a> is an Apache
4508+
module implementing the WSGI specification.</p>
45094509
</li>
45104510
<li>
45114511
<p><a href="https://github.com/cherrypy/cherrypy">CherryPy</a> is a pure Python web
@@ -4521,12 +4521,6 @@ <h2>WSGI resources</h2>
45214521
specifications.</p>
45224522
</li>
45234523
<li>
4524-
<p><a href="http://gunicorn.org/">Green Unicorn</a>,
4525-
<a href="http://code.google.com/p/modwsgi/">mod_wsgi</a>,
4526-
<a href="https://github.com/unbit/uwsgi-docs">uWSGI</a> and
4527-
<a href="http://www.gevent.org/">gevent</a> are common WSGI server implementations.</p>
4528-
</li>
4529-
<li>
45304524
<p>This <a href="http://agiliq.com/blog/2013/07/basics-wsgi/">basics of WSGI</a> post
45314525
contains a simple example of how a WSGI-compatible application works.</p>
45324526
</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-10T13:12:11Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-10T14:58:21Z</updated></feed>

wsgi-servers.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ <h2>WSGI servers</h2>
177177
a highly-performant WSGI server implementation.</p>
178178
</li>
179179
<li>
180-
<p><a href="https://code.google.com/p/modwsgi/">mod_wsgi</a> is an Apache module
181-
implementing the WSGI specification.</p>
180+
<p><a href="https://github.com/GrahamDumpleton/mod_wsgi">mod_wsgi</a> is an Apache
181+
module implementing the WSGI specification.</p>
182182
</li>
183183
<li>
184184
<p><a href="https://github.com/cherrypy/cherrypy">CherryPy</a> is a pure Python web
@@ -194,12 +194,6 @@ <h2>WSGI resources</h2>
194194
specifications.</p>
195195
</li>
196196
<li>
197-
<p><a href="http://gunicorn.org/">Green Unicorn</a>,
198-
<a href="http://code.google.com/p/modwsgi/">mod_wsgi</a>,
199-
<a href="https://github.com/unbit/uwsgi-docs">uWSGI</a> and
200-
<a href="http://www.gevent.org/">gevent</a> are common WSGI server implementations.</p>
201-
</li>
202-
<li>
203197
<p>This <a href="http://agiliq.com/blog/2013/07/basics-wsgi/">basics of WSGI</a> post
204198
contains a simple example of how a WSGI-compatible application works.</p>
205199
</li>

0 commit comments

Comments
 (0)