1 Star 1 Fork 0

giaogiao / reoccurence_tinyhttpd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

复现tinyhttpd服务器

运行源码需要修改的地方

修改文件权限:
sudo chmod 777 *.cgi
sudo chmod 666 index.html(特别注意index.html不能有执行权限,不然会服务器被判定为cgi程序)

#!/usr/local/bin/perl -Tw 需要修改成本机的位置。 本机的位置通过which perl 命令查看。 我的是 usr/bin/perl

yum安装CGI。 命令:yum install perl-CGI

mian.c必须放在根目录否则会报错503找不到资源,能否想个方法改一下???

参考 http://t.csdn.cn/5MJWr

空文件

简介

复现经典的tinyhttpd服务器,并一顿改造 展开 收起
C 等 4 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/giaogiaohuohua/reoccurence_tinyhttpd.git
git@gitee.com:giaogiaohuohua/reoccurence_tinyhttpd.git
giaogiaohuohua
reoccurence_tinyhttpd
reoccurence_tinyhttpd
master

搜索帮助