@@ -78,14 +78,14 @@ <h1>WSGI Servers</h1>
7878(WSGI) server implements the web server side of the WSGI interface for
7979running Python web applications. </ p >
8080< h2 > Why are WSGI servers necessary?</ h2 >
81- < p > A traditional web server does not understand or have any way to execute Python
82- code . In the late 1990s, a developer named Grisha Trubetskoy
81+ < p > A traditional web server does not understand or have any way to run Python
82+ applications . In the late 1990s, a developer named Grisha Trubetskoy
8383< a href ="http://grisha.org/blog/2013/10/25/mod-python-the-long-story/ "> came up with an Apache module called mod_python</ a >
84- to execute Python code. For several years in the late 1990s and early 2000s,
85- Apache configured with mod_python ran most of the Python web applications
86- on the web .</ p >
87- < p > However, mod_python wasn't a standard. It was just an implementation that
88- allowed arbitrary Python code to run on a server. As mod_python's
84+ to execute arbitrary Python code. For several years in the late 1990s
85+ and early 2000s, Apache configured with mod_python ran most Python web
86+ applications .</ 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
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 >
0 commit comments