<div>You are a true RT Guru and an apache genius. </div>
<div> </div>
<div>Adding below in httpd.conf vhost section took care of the rewrite problem. </div>
<div> </div>
<div>RewriteEngine ON<br>RewriteRule ^(.*)$ <a href="https://rt.domainname.com/$1">https://rt.domainname.com/$1</a> [R=301,L]<br></div>
<div>If you can spare a min, can you please indicate what rule reads e.g the use of ^.* $1 etc?</div>
<div><a href="http://rt.domainname.com/">http://rt.domainname.com</a> redirect to <a href="https://rt.domainname.com//">https://rt.domainname.com//</a> ; I think, there is an extra slash after the domain name.<br></div>
<div class="gmail_quote">On Mon, Aug 24, 2009 at 11:03 AM, Tobias lott <span dir="ltr"><<a href="mailto:tobias@lott.eu.org">tobias@lott.eu.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>On Mon, 24 Aug 2009 09:16:16 -0400<br>
<div class="im">testwreq wreq <<a href="mailto:testwreq@gmail.com">testwreq@gmail.com</a>> wrote:<br><br></div>
<div>
<div></div>
<div class="h5">> Dear RT Gurus,<br>><br>> Our RT (3.8.2) on linux using virtual host on http<br>> (<a href="http://rt.domainname.com/" target="_blank">http://rt.domainname.com</a>) was<br>> working fine. I moved RT over to httpS (<a href="https://rt.domainname.com/" target="_blank">https://rt.domainname.com</a>)<br>
> and got the below message:<br>> <<You're almost there!<br>> You haven't yet configured your webserver to run RT. You appear to<br>> have installed RT's web interface correctly, but haven't yet<br>
> configured your web server to "run" the RT server which powers the<br>> web interface. The next step is to edit your webserver's<br>> configuration file to instruct it to use RT's mod_perl, FastCGI or<br>
> SpeedyCGI handler. If you need commercial support, please contact us<br>> at <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>. >><br>><br>> Any clues? Am I missing anything in any configuration file? Below is<br>
> my ssl.conf configuration:<br>><br>> <VirtualHost *:443><br>>        ServerName <a href="http://rt2.domainname.com/" target="_blank">rt2.domainname.com</a><br>>        DocumentRoot /data/rt3/share/html<br>
>        AddDefaultCharset UTF-8<br>>        PerlModule Apache::DBI<br>>        PerlRequire /data/rt3/bin/webmux.pl<br>>         <Location /NoAuth/images><br>>                 SetHandler default<br>>         </Location><br>
>        ErrorLog logs/ssl_error_log<br>>        TransferLog logs/ssl_access_log<br>>        LogLevel warn<br>>        <Directory /><br>>           SSLRequireSSL<br>>        </Directory><br>>         SSLEngine on<br>
>         SSLProtocol all -SSLv2<br>>         SSLCipherSuite<br>> ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW<br>> SSLCertificateFile /etc/ssldir/server.crt<br>> SSLCertificateKeyFile /etc/ssldir/server.key </VirtualHost><br>
<br></div></div>Hey<br>Seems like u missing some stuff like:<br>      SetHandler perl-script<br>      PerlResponseHandler RT::Mason<br><br>Check out the Wiki Article on that:<br><a href="http://wiki.bestpractical.com/view/ManualApacheConfig" target="_blank">http://wiki.bestpractical.com/view/ManualApacheConfig</a><br>
<br>Cheers<br><br>--<br><font color="#888888">Tobias Lott<br></font>
<div>
<div></div>
<div class="h5">_______________________________________________<br><a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users" target="_blank">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a><br>
<br>Community help: <a href="http://wiki.bestpractical.com/" target="_blank">http://wiki.bestpractical.com</a><br>Commercial support: <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a><br><br><br>Discover RT's hidden secrets with RT Essentials from O'Reilly Media.<br>
Buy a copy at <a href="http://rtbook.bestpractical.com/" target="_blank">http://rtbook.bestpractical.com</a><br></div></div></blockquote></div><br>