文件名称:linuxHttpServer
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 37kb
- 下载次数:
- 0次
- 提 供 者:
- 董*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Linux下的http服务器
要求:
支持多个并发用户访问,使用配置文件 配置根目录等选项。
支持CGI-Http server under Linux Requirements: Support for multiple concurrent users to access, use configuration file to configure the root directory and other options. CGI support
要求:
支持多个并发用户访问,使用配置文件 配置根目录等选项。
支持CGI-Http server under Linux Requirements: Support for multiple concurrent users to access, use configuration file to configure the root directory and other options. CGI support
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code\inc\handler.h
....\...\net.h
....\...\reg.h
....\...\script.h
....\src\404.html
....\...\cgi.c
....\...\common.c
....\...\error.c
....\...\handle_argc.c
....\...\http.c
....\...\make.define
....\...\Makefile
....\...\net.c
....\...\read_conf.c
....\...\reg.c
....\...\script.c
....\...\test.c
....\...\thread.c
....\...\web.conf
....\...\.ww\cgi-bin\cgi.pl
....\...\...\.......\cgi.sh
....\...\...\.......\test
....\...\...\get.html
....\...\...\perl.html
....\...\...\post.html
....\...\...\post_zero.html
....\...\...\sh.html
....\...\...\test.php
设计文档\其他\出现的错误.txt
........\....\分析基本信息_外网.txt
........\....\脚本分析.txt
........\设计文档.txt
code\src\www\cgi-bin
....\...\www
....\inc
....\lib
....\src
设计文档\其他
code
设计文档
....\...\net.h
....\...\reg.h
....\...\script.h
....\src\404.html
....\...\cgi.c
....\...\common.c
....\...\error.c
....\...\handle_argc.c
....\...\http.c
....\...\make.define
....\...\Makefile
....\...\net.c
....\...\read_conf.c
....\...\reg.c
....\...\script.c
....\...\test.c
....\...\thread.c
....\...\web.conf
....\...\.ww\cgi-bin\cgi.pl
....\...\...\.......\cgi.sh
....\...\...\.......\test
....\...\...\get.html
....\...\...\perl.html
....\...\...\post.html
....\...\...\post_zero.html
....\...\...\sh.html
....\...\...\test.php
设计文档\其他\出现的错误.txt
........\....\分析基本信息_外网.txt
........\....\脚本分析.txt
........\设计文档.txt
code\src\www\cgi-bin
....\...\www
....\inc
....\lib
....\src
设计文档\其他
code
设计文档