Skip to content

Commit eb439b3

Browse files
committed
adding new resource for web servers
1 parent acd4e0f commit eb439b3

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3700,6 +3700,10 @@ <h2>Web server resources</h2>
37003700
covers how to mitigate against brute force password guessing attempts using
37013701
Nginx rate limits.</p>
37023702
</li>
3703+
<li>
3704+
<p>If you're looking to learn about web servers by building one, here's a
3705+
<a href="http://ruslanspivak.com/lsbaws-part1/">tutorial that shows how to code a web server in Python</a>.</p>
3706+
</li>
37033707
</ul>
37043708
<h2>Web servers learning checklist</h2>
37053709
<p><i class="fa fa-check-square-o"></i>

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-03-17T17:46:01Z</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-03-18T08:08:37Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ is provided by W3C.
107107
covers how to mitigate against brute force password guessing attempts using
108108
Nginx rate limits.
109109

110+
* If you're looking to learn about web servers by building one, here's a
111+
[tutorial that shows how to code a web server in Python](http://ruslanspivak.com/lsbaws-part1/).
112+
110113

111114
## Web servers learning checklist
112115
<i class="fa fa-check-square-o"></i>

web-servers.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ <h2>Web server resources</h2>
130130
covers how to mitigate against brute force password guessing attempts using
131131
Nginx rate limits.</p>
132132
</li>
133+
<li>
134+
<p>If you're looking to learn about web servers by building one, here's a
135+
<a href="http://ruslanspivak.com/lsbaws-part1/">tutorial that shows how to code a web server in Python</a>.</p>
136+
</li>
133137
</ul>
134138
<h2>Web servers learning checklist</h2>
135139
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)