All Projects → forthespada → Mypoorwebserver

forthespada / Mypoorwebserver

基于tinyhttpd和《Linux高性能服务器编程》改编的个人破产版HTTP WebServer服务器,哈哈~

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects

Labels

Projects that are alternatives of or similar to Mypoorwebserver

Ipfscloud Web
IpfsCloud: A Decentralized, Anonymous Cloud Storage web client on IPFS.
Stars: ✭ 105 (-30%)
Mutual labels:  webserver
Goserv
A lightweight toolkit for web applications in Go
Stars: ✭ 132 (-12%)
Mutual labels:  webserver
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-4%)
Mutual labels:  webserver
Ansible Role Haproxy
Ansible Role - HAProxy
Stars: ✭ 112 (-25.33%)
Mutual labels:  webserver
Servez
A simple web server for local web development.
Stars: ✭ 124 (-17.33%)
Mutual labels:  webserver
Webserver
A C++ Lightweight Web Server based on Linux epoll
Stars: ✭ 135 (-10%)
Mutual labels:  webserver
Twig
Twig - less is more's web server for golang
Stars: ✭ 98 (-34.67%)
Mutual labels:  webserver
Gulp Server Io
Standalone / gulp (stream) / delivery server setup with Proxy options remote debugger and more
Stars: ✭ 152 (+1.33%)
Mutual labels:  webserver
Agoo C
Agoo webserver in C.
Stars: ✭ 125 (-16.67%)
Mutual labels:  webserver
Gofast
gofast is a FastCGI "client" library written purely in go
Stars: ✭ 140 (-6.67%)
Mutual labels:  webserver
Php Server
Start a PHP server
Stars: ✭ 119 (-20.67%)
Mutual labels:  webserver
Lophttpd
lots of performance (or lots of porn, if you prefer) httpd: Easy, chrooted, fast and simple to use HTTP server for static content. Runs on Linux, BSD, Android and OSX/Darwin. It's free but if you like it, consider donating to the EFF: https://supporters.eff.org/donate
Stars: ✭ 123 (-18%)
Mutual labels:  webserver
Pure Http
✨ The simple web framework for Node.js with zero dependencies.
Stars: ✭ 139 (-7.33%)
Mutual labels:  webserver
Restup
Webserver for universal windows platform (UWP) apps
Stars: ✭ 112 (-25.33%)
Mutual labels:  webserver
Nginx
A fairly flexible and feature full Ansible role for the NGINX web server.
Stars: ✭ 151 (+0.67%)
Mutual labels:  webserver
Facil.io
Your high performance web application C framework
Stars: ✭ 1,393 (+828.67%)
Mutual labels:  webserver
Octane
A web server modeled after express in Rust.
Stars: ✭ 136 (-9.33%)
Mutual labels:  webserver
Ambassador
Super lightweight web framework in Swift based on SWSGI
Stars: ✭ 152 (+1.33%)
Mutual labels:  webserver
Uhttpsharp
A very lightweight & simple embedded http server for c#
Stars: ✭ 151 (+0.67%)
Mutual labels:  webserver
Owasp Mth3l3m3nt Framework
OWASP Mth3l3m3nt Framework is a penetration testing aiding tool and exploitation framework. It fosters a principle of attack the web using the web as well as pentest on the go through its responsive interface.
Stars: ✭ 139 (-7.33%)
Mutual labels:  webserver

1、编译准备工作

post.html 以及 post.cgi需要一定的权限才可以执行。

1、cd httpdocs

2、sudo chmod 600 test.html

sudo chmod 600 post.html

sudo chmod +X post.cgi

3、cd ../

4、make

5、 ./myhttp

2、资源

默认端口号是6379,默认是test.html界面,同一路径下还有 post.html资源

3、整体过程图

4、整体框架图

5、参考

非常感谢

<TCPIP网络编程>-韩-尹圣雨

https://www.cnblogs.com/qiyeboy/p/6296387.html

https://www.jianshu.com/p/18cfd6019296

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].