Wt Deployment » History » Version 16
Roel Standaert, 10/23/2019 11:47 AM
| 1 | 1 | Koen Deforche | h1. Wt Deployment |
|---|---|---|---|
| 2 | |||
| 3 | This page lists various deployment options. |
||
| 4 | |||
| 5 | 16 | Roel Standaert | h2. Reverse proxy + built-in HTTPD |
| 6 | 1 | Koen Deforche | |
| 7 | 16 | Roel Standaert | 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. |
| 8 | |||
| 9 | * [[Using HAProxy as a reverse proxy]] |
||
| 10 | * [[Using HAProxy as a reverse proxy terminating https]] |
||
| 11 | |||
| 12 | 1 | Koen Deforche | h2. Deployment using FastCGI |
| 13 | |||
| 14 | 6 | Richel Bilderbeek | The FastCGI configuration is highly dependent on the web server. |
| 15 | 1 | Koen Deforche | |
| 16 | 9 | Peter Mortensen | * [[Fastcgi on apache|FastCGI on Apache]] |
| 17 | * [[Fastcgi on lighttpd|FastCGI on lighttpd]] |
||
| 18 | 1 | Koen Deforche | * [[Fastcgi on nginx|FastCGI on nginx]] |
| 19 | * [[Litespeed|Litespeed Web Server]] |
||
| 20 | |||
| 21 | h2. Deployment using ISAPI |
||
| 22 | 15 | Wim Dumon | |
| 23 | * [[ISAPI on Microsoft IIS]] |
||
| 24 | 6 | Richel Bilderbeek | |
| 25 | h2. External links |
||
| 26 | |||
| 27 | * http://richelbilderbeek.nl/CppWtDeploy.htm: Richel Bilderbeek's page about Wt deployment |