Caudium (web server)

From Wikipedia, the free encyclopedia
Caudium
Original author(s)David Hedbor
Developer(s)The Caudium Group
Initial releaseJuly 2000; 23 years ago (2000-07)
Stable release
1.4.18 / April 12, 2012; 12 years ago (2012-04-12)
Repository
Written inPike
TypeWeb server
LicenseGPL
Websitewww.caudium.net

Caudium is an open source web server. It was originally created as a fork of the Roxen Challenger server.[1] The server is written in C and Pike, and Pike is also used to create extensions to the server.

Caudium is very different from the Apache.[2] The configuration process is different, the directory structure is different, and generally the languages used to program server extensions or dynamic pages are different, although both support PHP. According to the Caudium website, Caudium offers a different performance profile than Apache, because it doesn't fork external processes, making it better suited to cope with sudden spikes of traffic.

See also[edit]

References[edit]

  1. ^ "Caudium Announcement". Archived from the original on 2012-04-25.
  2. ^ This article about the "Roxen WebServer 2.2". lists some differences to Apache. Since Caudium is based on Roxen, it applies to Caudium as well.

External links[edit]