[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [newbie] How to install Xavante?
- From: Andre Carregal <carregal@...>
- Date: Wed, 19 May 2010 16:49:48 -0300
On Wed, May 19, 2010 at 11:38 AM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> BTW, what is the connection between WSAPI, WSAPI-Xavante, and Xavante itself?
Xavante is a module that handles HTTP requests (but does not execute by itself).
WSAPI is a protocol to generate HTTP responses abstracting the
underlying web server.
WSAPI-Xavante is the bind that connects the handler (Xavante) and the
protocol (WSAPI).
Note that "wsapi.exe" is a launcher for this combo of Xavante and WSAPI
Andre