[rt-users] RT 4.0.3 upgrade problem

Iosif Fettich ifettich at netsoft.ro
Thu Nov 10 06:10:56 EST 2011


Hi Bart,

On Thu, 10 Nov 2011, Bart wrote:

> You could also try to redirect everything from port 80 to 443, this would
> ensure that apache only touches RT once:
>
> <VirtualHost *:80>
>        ErrorLog /opt/rt4/var/log/apache2.error
>        TransferLog /opt/rt4/var/log/apache2.access
>
> RewriteEngine On
> RewriteCond %{HTTPS} off
> RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
> </VirtualHost>

Just out of curiosity: does the conditioning with

RewriteCond %{HTTPS} off

bring in some extra value in the above ? Why/when would it be necessary ?

Thanks,

Iosif Fettich



More information about the rt-users mailing list