logo.jpg

Klapache is a small webserver with support of CGI scripting and directory listing. Partial content download according to HTTP/1.1 is supported. You need C++ compiler in order to compile Klapache.

Version 1.2 features

  • partial HTTP/1.1 support, partial file download support (wget -c)

  • CGI support, capable of running OOPP portals

  • file type detection

Downloads

Slightly modified version 1.1 is used as embedded part of PPhone server, providing some interresting statistical data regarding server’s activity.

History

  • 2005-06-12
    Version 1.2d written in C++ again. And again to satisfy official requirements. HTTP/1.[01] partial support, CGI, continued downloads and more.

  • 2002-6-6
    Version 1.1d was written in pure C. Less is more. Does the same job as 1.0d with support of directory listing which was by suprise demanded by Klapache 1.0 users.

  • 2002-4-19
    Trivial web server written in C++ for educational purposes.