Project

General

Profile

Litespeed » History » Revision 2

Revision 1 (Pieter Libin, 10/29/2009 02:36 PM) → Revision 2/4 (Pieter Libin, 10/29/2009 02:37 PM)

h1. Litespeed 

 {{toc}} 

 This is preliminary information: 

 At this Litespeed release (4.0.1)... 

 For wthttp: 
 <pre> 
   ◦    If Apache configurations are used for virtual hosts,rewrite rules can 
      be used (e.g. RewriteRule /(.*) http://127.0.0.1:port/$1 [p]), 
      as mod_proxy directives are not supported  
    ("per customer support":http://www.litespeedtech.com/support/forum/showthread.php?t=2879, not tested yet) 
   ◦    Otherwise, you should be able to set it up through the admin 
      console: "Virtual Host"->"External Apps" & "Virtual Host"->"Context" 
 </pre> 
 For FastCGI: 
 <pre> 
   ◦    Apache config: start Wt app using --socket option 
      e.g. ./hello.wt --socket=/usr/wt/run/hello-fcgi 
 </pre> 
   ◦    Otherwise, same as wthttp instructions, selecting "Web server" as External App type