Skip to content

Commit

Permalink
First pass edits
Browse files Browse the repository at this point in the history
  • Loading branch information
amyrhoda committed Feb 18, 2016
1 parent f6d759d commit 8658ea8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web-server/web-server.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ putting it in the case handler prevents clutter in the main `RequestHandler`.
`test` checks whether the path is a directory containing an `index.html` page,
and `act` just asks the main request handler to serve that page.

STOPPED HERE

The only change needed to `RequestHandler` to include this logic
is to add a `case_directory_index_file` object to our `Cases` list:

Expand Down Expand Up @@ -744,7 +742,7 @@ Of course,
most people won't want to edit the source of their web server
in order to add new functionality.
To save them from having to do so,
servers have from the start supported a mechanism called
servers have always supported a mechanism called
the Common Gateway Interface (CGI),
which provides a standard way for a web server to run an external program
in order to satisfy a request.
Expand Down

0 comments on commit 8658ea8

Please sign in to comment.