Introduction - If you have any usage issues, please Google them yourself
Boa is a very compact Web server executable code only about 60KB. It is a single task Web server, users can turn to complete the request, and will not fork out the new process to handle concurrent connection request. But Boa support CGI, as a CGI program to fork out a process to implement. Boa the design goals of speed and security, announced at its site performance test, Boa better performance in the Apache server.