- 2008-07-04 (Fri) 18:40
- php
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 moreWhy 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即可。
- Newer: 正式离职
- Older: 每位php开发人员应该好好利用的十个项目