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
<p><aclass="reference external" href="http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/">Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You</a> (Patrick McKenzie)</p>
179
180
<p><aclass="reference external" href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a>
<p>Sending static assets can eat up a large amount of bandwidth which is why
227
230
using a Content Delivery Network (CDN) is important when possible (see the
228
231
content delivery network section for a more detailed explanation).</p>
232
+
<divclass="section" id="web-server-resources">
233
+
<h2>Web Server Resources</h2>
234
+
<p><aclass="reference external" href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a></p>
235
+
</div>
229
236
230
237
</section>
231
238
<sectionid="database" class="tech-section">
@@ -244,6 +251,28 @@ <h2>Database resources</h2>
244
251
<p><aclass="reference external" href="http://www.sqlite.org/">SQLite</a> is a database that is stored in a single
245
252
file on disk. SQLite is built into Python but is only built for access
246
253
by a single connection at a time.</p>
254
+
</div>
255
+
256
+
</section>
257
+
<sectionid="wsgi-server" class="tech-section">
258
+
<h1>WSGI Server</h1>
259
+
<p>A <aclass="reference external" href="http://wsgi.readthedocs.org/en/latest/">Web Server Gateway Interface</a>
260
+
(WSGI) server implements the web server side of the WSGI interface for
261
+
running Python web applications. The WSGI standard v1.0 is specified in
262
+
<aclass="reference external" href="http://www.python.org/dev/peps/pep-0333/">PEP 0333</a>. As of September 2010,
263
+
WSGI v1.0 is superseded by
264
+
<aclass="reference external" href="http://www.python.org/dev/peps/pep-3333/">PEP 3333</a>, which defines the
Copy file name to clipboardExpand all lines: pages/servers.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,8 @@ <h2>Server Resources</h2>
128
128
<p><aclass="reference external" href="http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/">Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You</a> (Patrick McKenzie)</p>
129
129
<p><aclass="reference external" href="http://blog.redfern.me/choosing-a-low-cost-vps/">Choosing a low cost VPS</a>
Copy file name to clipboardExpand all lines: pages/web-server.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,10 @@ <h1>Web Server</h1>
62
62
<p>Sending static assets can eat up a large amount of bandwidth which is why
63
63
using a Content Delivery Network (CDN) is important when possible (see the
64
64
content delivery network section for a more detailed explanation).</p>
65
+
<divclass="section" id="web-server-resources">
66
+
<h2>Web Server Resources</h2>
67
+
<p><aclass="reference external" href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a></p>
0 commit comments