CPPSERV 0.1.108 (Default branch) |
|
|
CPPSERV is a Web application server / servlet container that provides a Servlet-like API to C++. It also contains CSP (C++ Server Pages) functionality, similar to pre-compiled JSP. It consists of stand-alone application server and Web server front-ends. Modules for Apache and lighttpd are available.
License: GNU General Public License (GPL)
Changes:
This release contains two major changes and few
minor ones. lighttpd module sends a response to
the end user as it becomes available. The change
to the CSP (C++ Server Pages) parser was partially
rolled back. Instead of eating all the white space
after any directive or libtag, it only eats single
new line now.
|