LSWS + Resin ?

mistwang

LiteSpeed Staff
#2
What is the related Apache directive used. Apache may have a mod_resin, which is not available in LiteSpeed.
For Litespeed, I think should use HTTP reverse proxy to talk to backend Resin.
 
#3
In httpd.conf is:
LoadModule caucho_module /usr/local/apache/libexec/mod_caucho.so
ResinConfigServer localhost 6802
CauchoStatus yes
Any small how-to make reverse proxy to Resin in my case ?

Thank you.

dbMG
 

mistwang

LiteSpeed Staff
#4
There probably is not any easy solution here. You need to read mod_caucho and resin documentation see if it is possible to have resin start a HTTP listener on one port, then let LiteSpeed talk to resin via HTTP proxy.
 
Top