old-www/HOWTO/Caudium-HOWTO/whatiscaudium.html

228 lines
4.3 KiB
HTML

<HTML
><HEAD
><TITLE
>What is Caudium?</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
REL="HOME"
TITLE="Caudium HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Overview"
HREF="overview.html"><LINK
REL="PREVIOUS"
TITLE="Overview"
HREF="overview.html"><LINK
REL="NEXT"
TITLE="Caudium vs Roxen: Why a fork?"
HREF="fork.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Caudium HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="overview.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 2. Overview</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="fork.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="whatiscaudium">2.1. What is Caudium?</H1
><P
>&#13; Caudium is a Web server based on a fork of the <A
HREF="http://www.roxen.com/"
TARGET="_top"
>Roxen Challenger 1.3 WebServer</A
>. Like Roxen, Caudium is written in <A
HREF="http://pike.roxen.com/"
TARGET="_top"
>Pike</A
> with parts written in C for performance reasons. Pike is an interpreted language developed by Frederik Hübinette and Roxen Internet Software (RIS), a Swedish company which also created the Roxen Web Server. Caudium, like Pike, is distributed under the terms of the GPL license; several companies and people are involved in its development.
</P
><P
>&#13; Caudium features include:
</P
><P
></P
><UL
><LI
><P
>&#13; Single-process architecture.
</P
></LI
><LI
><P
>&#13; Optional multi-threaded mode.
</P
></LI
><LI
><P
>&#13; Backwards compatible with Roxen 1.3 on the API and RXML level.
</P
></LI
><LI
><P
>&#13; Runs on many Unix-like systems (GNU/Linux, FreeBSD, OpenBSD, NetBSD, Solaris, AIX, Darwin/MacOS X).
</P
></LI
><LI
><P
>&#13; Web based interface for easy administration.
</P
></LI
><LI
><P
>&#13; Built in SSL capabilities. Enabling SSL on Caudium is as easy as filing a web form.
</P
></LI
><LI
><P
>&#13; Written in Pike. Unlike most web servers, you don't need to learn C or C++ and those pesky details like memory allocation to enhance the server's capabilities.
</P
></LI
><LI
><P
>&#13; Extensible with custom modules.
</P
></LI
><LI
><P
>&#13; Powerful API.
</P
></LI
><LI
><P
>&#13; Lots of standard modules distributed with the server, including an FTP server, the CAMAS web mail application, and the UltraLog log analysis tool. The <SPAN
CLASS="QUOTE"
>"module"</SPAN
> directory in Caudium 1.2 with CAMAS contains 192 code-only files. Most of the modules are in a single file.
</P
></LI
><LI
><P
>&#13; RXML language. RXML stands for Roxen eXtensible Markup Language and is a set of tags, containers and simple programming language constructs that you put in your HTML source. Those tags and containers will be interpreted at run-time by Caudium. This allows non-programmers to do development.
</P
></LI
><LI
><P
>&#13; XML language. Using Sablotron, Caudium can render XML pages processed with XSLT, DOM and XPath. You can find more information on Sablotron on <A
HREF="http://www.gingerall.com/"
TARGET="_top"
>http://www.gingerall.com/</A
>. It allows you to use pages designed for Apache mod_xslt in Caudium without modifications. Also the output of these generated pages can also be parsed by our RXML parser before sending the result to the client.
</P
></LI
></UL
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="overview.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="fork.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Overview</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="overview.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Caudium vs Roxen: Why a fork?</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>