File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
source/content/pages/07-wsgi-servers Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >2014-04-04T08:17:06Z </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 >2014-04-04T08:23:55Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ to execute arbitrary Python code. For several years in the late 1990s
1818and early 2000s, Apache configured with mod\_ python ran most Python web
1919applications.
2020
21- However, mod\_ python wasn't a actual standard. It was just an implementation
22- that allowed Python code to run on a server. As mod\_ python's
21+ However, mod\_ python wasn't a standard specification . It was just an
22+ implementation that allowed Python code to run on a server. As mod\_ python's
2323development stalled and security vulnerabilities were discovered there
2424was recognition by the community that a consistent way to execute Python
2525code for web applications was needed.
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ <h2>Why are WSGI servers necessary?</h2>
8484to execute arbitrary Python code. For several years in the late 1990s
8585and early 2000s, Apache configured with mod_python ran most Python web
8686applications.</ p >
87- < p > However, mod_python wasn't a actual standard. It was just an implementation
88- that allowed Python code to run on a server. As mod_python's
87+ < p > However, mod_python wasn't a standard specification . It was just an
88+ implementation that allowed Python code to run on a server. As mod_python's
8989development stalled and security vulnerabilities were discovered there
9090was recognition by the community that a consistent way to execute Python
9191code for web applications was needed.</ p >
You can’t perform that action at this time.
0 commit comments