Skip to content

Commit 4a4300f

Browse files
committed
new web server resource
1 parent c975cce commit 4a4300f

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

all.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3866,8 +3866,9 @@ <h2>Web server resources</h2>
38663866
Nginx rate limits.</p>
38673867
</li>
38683868
<li>
3869-
<p>If you're looking to learn about web servers by building one, here's a
3870-
<a href="http://ruslanspivak.com/lsbaws-part1/">tutorial that shows how to code a web server in Python</a>.</p>
3869+
<p>If you're looking to learn about web servers by building one, here's
3870+
<a href="http://ruslanspivak.com/lsbaws-part1/">part one of a tutorial that shows how to code a web server in Python</a>
3871+
and <a href="http://ruslanspivak.com/lsbaws-part2/">part two</a>.</p>
38713872
</li>
38723873
</ul>
38733874
<h2>Web servers learning checklist</h2>

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-04-06T07:38:10Z</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-04-07T08:58:49Z</updated></feed>

source/content/pages/07-web-app-deployment/06-web-servers.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ is provided by W3C.
9595
covers how to mitigate against brute force password guessing attempts using
9696
Nginx rate limits.
9797

98-
* If you're looking to learn about web servers by building one, here's a
99-
[tutorial that shows how to code a web server in Python](http://ruslanspivak.com/lsbaws-part1/).
98+
* If you're looking to learn about web servers by building one, here's
99+
[part one of a tutorial that shows how to code a web server in Python](http://ruslanspivak.com/lsbaws-part1/)
100+
and [part two](http://ruslanspivak.com/lsbaws-part2/).
100101

101102

102103
## Web servers learning checklist

web-servers.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ <h2>Web server resources</h2>
127127
Nginx rate limits.</p>
128128
</li>
129129
<li>
130-
<p>If you're looking to learn about web servers by building one, here's a
131-
<a href="http://ruslanspivak.com/lsbaws-part1/">tutorial that shows how to code a web server in Python</a>.</p>
130+
<p>If you're looking to learn about web servers by building one, here's
131+
<a href="http://ruslanspivak.com/lsbaws-part1/">part one of a tutorial that shows how to code a web server in Python</a>
132+
and <a href="http://ruslanspivak.com/lsbaws-part2/">part two</a>.</p>
132133
</li>
133134
</ul>
134135
<h2>Web servers learning checklist</h2>

0 commit comments

Comments
 (0)