Nanoweb is a sufficiently secure, streamlined, and scalable HTTP server software written in PHP, based on the GNU protocol. Because it is written in PHP, it is easy to extend through custom modules, and it is safe because it runs inside the Zend scripting engine. It avoids system suspension caused by common security issues such as string formatting and buffer overflow. We should thank this modular structure that Nanoweb can also be used as a framework to develop your independent WEB applications.
The main features of Manoweb are: - Compatible with HTTP/1.1 protocol - Simple and powerful configuration method - Modular structure - Supports FastCGI, CGI and SSI - Support virtual hosting - Support access control list - Supports htpasswd, MySql, PostgreSQL and LDAP authentication - Theme for server-side generated files - Compatible with Apache log format, MySQL log - Support directory browsing - Support inetd and SSL - Denial of service protection system - Proxy server extension - Filtering and gzip compression support - RBL support (mail-abuse.org) - Support extended protocols - etc