Project

General

Profile

Wt Deployment » History » Revision 15

Revision 14 (Wim Dumon, 02/04/2014 06:13 PM) → Revision 15/16 (Wim Dumon, 09/20/2016 02:21 PM)

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. 

 * [[Fastcgi on apache|FastCGI on Apache]] 
 * [[Fastcgi on lighttpd|FastCGI on lighttpd]] 
 * [[Fastcgi on nginx|FastCGI on nginx]] 
 * [[Litespeed|Litespeed Web Server]] 

 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]] 
 * [[Using HAProxy as a reverse proxy terminating https]] 


 

 h2. External links 

 * http://richelbilderbeek.nl/CppWtDeploy.htm: Richel Bilderbeek's page about Wt deployment