On Sat, Jun 6, 2015 at 1:38 PM, Christian Weiske <[email protected]> wrote:
>
> I'm trying to do that with mod_header and the following configuration:
>
>> Header append Link '<http://example.org%{REQUEST_URI}e>; rel="self"'
You could use %{REQUEST_URI}s (a trailing s instead of e) if mod_ssl
is loaded (LoadModule).
That will only use the variables interpolation from mod_ssl, not the
engine itself, so you don't need "SSLEngine on" if it's not the case
already.
Regards,
Yann.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]