Litespeed » History » Version 4
Peter Mortensen, 04/15/2011 10:34 PM
According to <http://en.wikipedia.org/wiki/LiteSpeed_Technologies_Inc.#Products>.
1 | 4 | Peter Mortensen | h1. LiteSpeed Web Server |
---|---|---|---|
2 | 1 | Pieter Libin | |
3 | This is preliminary information: |
||
4 | |||
5 | 4 | Peter Mortensen | At this Litespeed Web Server release (4.0.1)... |
6 | 1 | Pieter Libin | |
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 |