You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1502,6 +1502,11 @@ <h2>WSGI resources</h2>
1502
1502
contains a simple example of how a WSGI-compatible application works.</p>
1503
1503
</li>
1504
1504
<li>
1505
+
<p><ahref="https://www.digitalocean.com/community/tutorials/a-comparison-of-web-servers-for-python-based-web-applications">A comparison of web servers for Python web apps</a>
1506
+
is a good read to understand basic information about various WSGI server
1507
+
implementations.</p>
1508
+
</li>
1509
+
<li>
1505
1510
<p>A thorough and informative post for LAMP-stack hosting choices is
1506
1511
presented in the
1507
1512
"<ahref="http://www.apreche.net/complete-single-server-django-stack-tutorial/">complete single server Django stack tutorial</a>." </p>
Copy file name to clipboardExpand all lines: source/content/pages/03-deployment/0308-wsgi-servers.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,10 @@ The following are WSGI servers based on community recommendations.
188
188
* This [basics of WSGI](http://agiliq.com/blog/2013/07/basics-wsgi/) post
189
189
contains a simple example of how a WSGI-compatible application works.
190
190
191
+
*[A comparison of web servers for Python web apps](https://www.digitalocean.com/community/tutorials/a-comparison-of-web-servers-for-python-based-web-applications)
192
+
is a good read to understand basic information about various WSGI server
193
+
implementations.
194
+
191
195
* A thorough and informative post for LAMP-stack hosting choices is
192
196
presented in the
193
197
"[complete single server Django stack tutorial](http://www.apreche.net/complete-single-server-django-stack-tutorial/)."
Copy file name to clipboardExpand all lines: wsgi-servers.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,11 @@ <h2>WSGI resources</h2>
208
208
contains a simple example of how a WSGI-compatible application works.</p>
209
209
</li>
210
210
<li>
211
+
<p><ahref="https://www.digitalocean.com/community/tutorials/a-comparison-of-web-servers-for-python-based-web-applications">A comparison of web servers for Python web apps</a>
212
+
is a good read to understand basic information about various WSGI server
213
+
implementations.</p>
214
+
</li>
215
+
<li>
211
216
<p>A thorough and informative post for LAMP-stack hosting choices is
212
217
presented in the
213
218
"<ahref="http://www.apreche.net/complete-single-server-django-stack-tutorial/">complete single server Django stack tutorial</a>." </p>
0 commit comments