On Tue, 14 Oct 2008 01:36:37 -0400, "Anthony L"
<[EMAIL PROTECTED]> wrote:
> In my ListenHTTPS I have:
>
>
> HeadRemove "X-SSL-Request"
> AddHeader "X-SSL-Request: 1"
>
> HeadRemove "HTTPS"
> AddHeader "HTTPS: on"
>
> HeadRemove "X-Forwarded-Proto"
> AddHeader "X-Forwarded-Proto: https"
>
>
> But it seems only the last one gets applied
>
> Is there a limit or am I doing something incorrectly ?
>
Only one is allowed. This is by design. Robert has said he will consider
adding this functionality in the future.
In the mean time I've hacked my version of pound to allow me to use two.
It's not pretty but it works and so far hasn't broken anything. Let me
know if you want the patch so you can try it out.
--
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.