Sending a custom response header to Mongrel when in SSL mode?

#1
Hi, I'm trying to figure out how to add a header to give a hint to Mongrel (and the Rails application) that we're in SSL mode. In documentation for configuring this with other servers, it looks like this:
Code:
# pass along https hint
AddHeader "X-Forwarded-Proto: https" 
HeadRemove "X-Forwarded-Proto"
Is there a way to do this with Litespeed? Thanks.
 

mistwang

LiteSpeed Staff
#2
It is not possible with current LiteSpeed proxy interface. Will add that extra header for https request automatically in 2.1.17 release.
 
Top