• Stars
    star
    147
  • Rank 249,849 (Top 5 %)
  • Language
    C
  • Created almost 11 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Linux下的小型Web服务器,支持GET/POST/SSL等功能

Linux-C-Web-Server

Linux下的小型Web服务器,支持GET/POST/SSL等功能.

这个主要是在CSAPP基础上做的,添加了POST,SSL,目录显示等功能。

实现功能:

1. 支持GET/POST方法
2. 支持SSL安全连接即HTTPS
3. 支持CGI
4. 基于IP地址和掩码的认证
5. 目录显示
6. 日志功能
7. 错误提示页面

博客地址:http://blog.csdn.net/yueguanghaidao/article/details/8450938/