Skip to content

Commit

Permalink
fix http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
xiabo committed Dec 3, 2021
1 parent 6df3b1c commit 557574a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions http-server/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<html>

<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>http-server.c/index.html</title>
</head>

<body>
<h1>http-server.c/index.html</h1>
<p>tinyhttpd is a very simple webserver. It is not for production use; instead it is primarily for a learning tool for persons investigating the http protocol and UNIX system calls.</p>
<p>Despite its simple nature, tinyhttpd supports threading and CGI scripts! For more information, see the accompanying README file and the code itself. tinyhttpd is tested on Sparc Solaris and will probably not run on other operating systems as-is. However,</p>
<p>commenting out the line that does threading may be all that is required to port it. I would like to autoconfiscate tinyhttpd at some point in time to help make it more portable. There is no downloadable release of tinyhttpd, yet. Until then, you can
get it by anonymous CVS.
</p>
<p>我是一个简单的webserver,不可用于生产,可以用来学习http protocol 和 socket UNIX system calls。</p>
<footer>https://github.com/xiabo0816/Tutorials</footer>
</body>

</html>

0 comments on commit 557574a

Please sign in to comment.