View Single Post
  #2  
Old 11-22-2010, 05:25 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,296
please refer this post:
http://www.litespeedtech.com/support...ad.php?p=19683

Quote:
RewriteRule http-poll/ http://jabber.mycompany.com:5280/http-poll/ [P]
is not working. need define a external app "web server" first. for example "jabber_5280_ext_app", then
Quote:
RewriteRule http-poll/(.*) http://jabber_5280_ext_app/http-poll/$1 [P]
Reply With Quote