View Single Post
  #2  
Old 01-10-2008, 06:58 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
have you added "require lsapi" ?
other changes need to be made are
rack.run_once=false

LSAPI uses hash to store ENV, so need to do env=ENV.to_hash, just env=ENV
Reply With Quote