| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
openkk
12年前发布

Mongoose Web Serve 简单的web服务器

简介:

Mongoose Web Server是一款易于使用的Web服务器,它可以嵌入到其它应用程序中,为其提供Web接口。

官网:

http://code.google.com/p/mongoose/

下载地址:

http://code.google.com/p/mongoose/downloads/list

用法:

http://code.google.com/p/mongoose/wiki/MongooseManual

示例:

EXAMPLES          mongoose -r /var/www -s /etc/cert.pem -p 8080,8043s                  Start serving files from /var/www. Listen on port 8080 for HTTP,                  and 8043 for HTTPS connections.  Use /etc/cert.pem as SSL cer-                  tificate file.                  mongoose -l -0.0.0.0/0,+10.0.0.0/8,+1.2.3.4                  Deny connections from everywhere, allow only IP address 1.2.3.4                  and all IP addresses from 10.0.0.0/8 subnet to connect.                  mongoose -w **=/my/script.cgi                  Invoke /my/script.cgi for every incoming request, regardless of                  the URL

 本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1340151739112.html
服务器 Web服务器