On Feb 14, 2013, at 9:30 AM, Chris A wrote:
> Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail
> server on port 443 by using a rewrite rule. The rule:
>
> Rewriteengine on
> Rewritecond %{HTTPS_HOST} ^mail\.
> Rewritecond %{HTTPS} on
> Rew
Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail
server on port 443 by using a rewrite rule. The rule:
Rewriteengine on
Rewritecond %{HTTPS_HOST} ^mail\.
Rewritecond %{HTTPS} on
Rewriterule ^/(.*) https://192.168.124.3/$1 [P]
[Error] The error log on the apache server: