Litespeed » History » Version 1
Pieter Libin, 10/29/2009 02:36 PM
| 1 | 1 | Pieter Libin | h1. Litespeed |
|---|---|---|---|
| 2 | |||
| 3 | {{toc}} |
||
| 4 | |||
| 5 | This is preliminary information: |
||
| 6 | |||
| 7 | At this Litespeed release (4.0.1)... |
||
| 8 | |||
| 9 | For wthttp: |
||
| 10 | <pre> |
||
| 11 | ◦ If Apache configurations are used for virtual hosts,rewrite rules can |
||
| 12 | be used (e.g. RewriteRule /(.*) http://127.0.0.1:port/$1 [p]), |
||
| 13 | as mod_proxy directives are not supported ("per customer support":http://www.litespeedtech.com/support/forum/showthread.php?t=2879, not tested yet) |
||
| 14 | ◦ Otherwise, you should be able to set it up through the admin |
||
| 15 | console: "Virtual Host"->"External Apps" & "Virtual Host"->"Context" |
||
| 16 | </pre> |
||
| 17 | For FastCGI: |
||
| 18 | <pre> |
||
| 19 | ◦ Apache config: start Wt app using --socket option |
||
| 20 | e.g. ./hello.wt --socket=/usr/wt/run/hello-fcgi |
||
| 21 | </pre> |
||
| 22 | ◦ Otherwise, same as wthttp instructions, selecting "Web server" as External App type |