Anti-Web httpd is a single-process Web server that relies on its inherent simplicity to be robust and secure. It has support for virtual hosts, CGI, IPv6, and more. In its default mode, though, it is easy to launch and requires no configuration files.
| Tags | Internet Web HTTP Servers |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | C |
Recent releases


Changes: Some extra CGI functionality was added.


Changes: Some possible issues were fixed.


Changes: Some improvements in the directory listing code, including proper encoding of characters in the generated listing HTML and also displaying the full URLs of listed directories (rather than relative URLs). Also, a few minor documentation fixes.


Changes: Portability enhancements, scalability fixes, a code cleanup, and better documentation.


Changes: This release adds resume support.
An OpenOffice.org plugin with enhanced forms, autotext, and printing features.
- All comments
Recent commentscompiling on Solaris 8
I had to change the include line in awhttpd.c from sys/dir.h to sys/dirent.h to compile on Solaris 8.