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.
Deployment using FastCGI¶
The FastCGI configuration is highly dependent on the web server.
Deployment using ISAPI¶
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.
External links¶
- http://richelbilderbeek.nl/CppWtDeploy.htm: Richel Bilderbeek's page about Wt deployment