Tinyhttpd源码--实现http服务器
生活随笔
收集整理的這篇文章主要介紹了
Tinyhttpd源码--实现http服务器
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
本文參考:Tinyhttpd
運行:進入到tinyhttpd-0.1.0_for_linux目錄
cd htdocs
sudo chmod 600 index.html? register.html
sudo chmod 764 color.cgi check.cgi? register.cgi
make
./httpd
在瀏覽器上輸入:127.0.0.1:port
總結
以上是生活随笔為你收集整理的Tinyhttpd源码--实现http服务器的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【插件发布】JAVA微服务框架,Jeec
- 下一篇: 如何把jar包发布到maven私服