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