# linux_web_server **Repository Path**: linyanx/linux_web_server ## Basic Information - **Project Name**: linux_web_server - **Description**: 基于https://github.com/Skycrab/Linux-C-Web-Server.git修改的linux平台web server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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/ ###