View Single Post
  #12  
Old 02-15-2012, 10:46 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
thanks for the confirmation.

here is the wrap-up:

vhost accepts https request:

https://portal.domain.com/webmail

.htaccess rewrite rule in question should be proxy to http (not https) as follows:
Quote:
RewriteRule ^(.*)$ http://webmail/$1 [P]
webmail is the 'web server' type ext app pointing to 127.0.0.1:2080

Last edited by webizen; 02-15-2012 at 10:49 PM..
Reply With Quote