Project

General

Profile

Wt Deployment » History » Revision 5

Revision 4 (Koen Deforche, 11/24/2010 04:29 PM) → Revision 5/16 (Richel Bilderbeek, 12/04/2010 10:05 AM)

h1. Wt Deployment 

 This page lists various deployment options. 

 Your first choice with respect to deployment is a choice of one of the available connectors: FastCGI, ISAPI or built-in httpd. 

 h2. Deployment using FastCGI 

 The FastCGI configuration is highly dependent on the web server (see [[determine web server]]). server. 

 * [[Fastcgi on apache]] 
 * [[Fastcgi on lighttpd]] 
 * [[Fastcgi on nginx]] 
 * [[Litespeed]] 

 h2. Deployment using ISAPI 

 * [[ISAPI on Microsoft IIS]] 

 h2. Reverse proxy + built-in HTTPD 

 While the built-in httpd serves as a standalone deployment option, it is often used in conjunction with a (load-balancing) reverse proxy web server for production. 

 * [[Using HAProxy as a reverse proxy]]