Wt Deployment » History » Version 2
Koen Deforche, 11/24/2010 03:41 PM
| 1 | 1 | Koen Deforche | h1. Wt Deployment |
|---|---|---|---|
| 2 | |||
| 3 | This page lists various deployment options. |
||
| 4 | |||
| 5 | Your first deployment choice is the use of one of the available connectors: FastCGI, ISAPI or built-in httpd. |
||
| 6 | |||
| 7 | h2. Deployment using FastCGI |
||
| 8 | |||
| 9 | The FastCGI configuration is highly dependent on the web server. |
||
| 10 | |||
| 11 | * [[Fastcgi on apache]] |
||
| 12 | * [[Fastcgi on lighttpd]] |
||
| 13 | * [[Fastcgi on nginx]] |
||
| 14 | * [[Litespeed]] |
||
| 15 | |||
| 16 | h2. Deployment using ISAPI |
||
| 17 | |||
| 18 | * [[ISAPI on Microsoft IIS]] |
||
| 19 | |||
| 20 | h2. Deployment using the built-in HTTPD |
||
| 21 | |||
| 22 | 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. |
||
| 23 | |||
| 24 | 2 | Koen Deforche | * [[Using HAProxy as a reverse proxy]] |