Home > php > 用php开发的web服务器

用php开发的web服务器

Nanoweb 是一个旨在小、安全、可扩展的、使用php开发的HTTP服务器。

主要特点有:

遵循HTTP/1.1

模块化架构

代理服务器扩展

……

以下为官方原文:

Nanoweb is an HTTP server written in PHP, designed to be small, secure, and extensible.GNU General Public License.

It is distributed under the terms of the

Nanoweb’s main features are :

- HTTP/1.1 compliance
- Powerful and easy configuration
- Modular architecture
- FastCGI, CGI and Server side includes support
- Name and port based virtual hosts
- Access control lists
- htpasswd, MySQL, PostgreSQL and LDAP authentication support
- Themes for server generated content
- Apache compatible log format, MySQL logging
- Directory browsing
- inetd support and SSL via external helpers
- Denial of Service protection
- Proxy Server extension
- Filters and gzip support
- RBL support (mail-abuse.org)
- Extension Protocols (request methods) support
- … and a lot more

Why should you use it ?

It’s light, fast and robust
Also being written in PHP makes it very easily extensible with custom modules, and secure because - running inside the Zend scripting engine - it’s immune to a number of common security threats (format strings, buffer overflows, …).

Thanks to its very modular architecture, Nanoweb can also be used as a framework to develop your own standalone web based applications

http://nanoweb.si.kz/downloads/dist/下载Nanoweb并解压,执行install-sh即可。

官方网站:http://nanoweb.si.kz/

当前没有评论

昵称: * 必填项
电邮: * 必填项(邮件地址不会被公开)
网站:

 看不清楚?点我一下!

Home > php > 用php开发的web服务器


Search
Feeds
Meta
Advertisement

Return to page top