Possible Duplicate:
C/C++ – Any good web server library?
What well known C/C++ libraries are out there that could allow one to implement servlets, or at least provide most of the essentials for dealing with HTTP/CGI protocols such as http headers, error codes, cookies, GET/POST etc.
So far I have only found CPPSERV.
EDIT: Looking for server side solutions.
One way to do this is to write your servlet as an Apache module – Apache itself then acts as the HTTP server-side library.