View Single Post
  #1  
Old 06-19-2006, 10:42 AM
alaithea alaithea is offline
New Member
 
Join Date: May 2006
Posts: 8
Default Sending a custom response header to Mongrel when in SSL mode?

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.
Reply With Quote