wds发布啦

WandaiServer(=wds), 一个配置简单的超文本传输协议服务器

根据本博客记载, 这东西我已经写了5天了, 已经大致写好了。

测试点: http://new.twd2.net/

0.可以设定连接数限制

1.支持了断点续传(206 Partial Content)

2.支持fastcgi

3.配置很方便(只有几行的配置文件)

4.扩展性强(因为是python, 所以直接解释源代码可以运行, 源代码加起来不到612行, 因为只有611行, 所以添加源代码很简单)

5.暂时不支持HTTP登录验证

6.稳定性、安全性未知

这里是下载: wds

配置说明:

1.在wds同目录建立一个WS.conf

0.0.0.0 80 这是侦听IP和端口号

default * ./ 这是名字、域名、目录

… 这是更多的网站

注意不要有空行

2.在每个网站的目录下建立 [名字].conf

index.php, index.htm 这是默认页

404.htm 这是404错误页

500.htm 这是500错误页

可以有空行, 不过没用

发表评论?

2 条评论。

  1. 发现bug一只: 我在我的linux服务器上运行, 发现CPU占用率190% :roll:

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

Trackbacks and Pingbacks:

本文链接:https://twd2.me/archives/1706QrCode