
Nanoweb is a webserver written entirely in PHP4. Interesting what they’re doing with PHP these days. Here are some of the specs of this webserver:
- 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
Download it at: http://nanoweb.si.kz/downloads/dist
Performance benchmarks of nanoweb using ab are available at: http://nanoweb.si.kz/?p=perf
Home page: Nanoweb – The PHP Web Server

Frank on February 7, 2007
Awesome. Did you download and take it for a spin? Is the performance as good as the benchmarks they published?
vinu on February 7, 2007
I tried getting it to work under Windows, but didn’t have much luck. I’ll try it out over the weekend at home under Linux to see if it works there.
I’ll have to downgrade my PHP though. Nanoweb is written in PHP4.