<br><font size=2 face="sans-serif">I had a very similar problem with CenOS/RHEL 4. The problem ended up being a typo (and possibly a misconfiguration, but it works now so I'm not complaining).</font>
<br>
<br><font size=2 face="sans-serif">Going to "http://mysite.com/rt" gave me a login screen, after logging in I received the "You're almost there!" page.</font>
<br>
<br><font size=2 face="sans-serif">Going to "http://mysite.com/rt/" gave me a login screen where logging in actually worked.</font>
<br>
<br><font size=2 face="sans-serif">I also went through several versions of httpd.conf., here is my httpd.conf:</font>
<br>
<br><font size=2 face="sans-serif">LoadModule fastcgi_module modules/mod_fastcgi.so</font>
<br>
<br><font size=2 face="sans-serif">FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120</font>
<br><font size=2 face="sans-serif">ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi</font>
<br>
<br><font size=2 face="sans-serif"> NameVirtualHost *:80</font>
<br><font size=2 face="sans-serif"> <VirtualHost *:80></font>
<br><font size=2 face="sans-serif">        ServerAdmin root</font>
<br><font size=2 face="sans-serif">        DocumentRoot /opt/rt3/share/html/</font>
<br><font size=2 face="sans-serif">        #DocumentRoot /var/www/html/</font>
<br><font size=2 face="sans-serif">        # Adding the following for RT (the ticket tracker)</font>
<br><font size=2 face="sans-serif">        AddHandler fastcgi-script fcgi</font>
<br><font size=2 face="sans-serif">        <Directory "/opt/rt3/share/html"></font>
<br><font size=2 face="sans-serif">          Options FollowSymLinks ExecCGI</font>
<br><font size=2 face="sans-serif">          AllowOverride None</font>
<br><font size=2 face="sans-serif">        </Directory></font>
<br><font size=2 face="sans-serif">        # Pass through requests to display images</font>
<br><font size=2 face="sans-serif">        Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/</font>
<br><font size=2 face="sans-serif"> </VirtualHost></font>
<br>
<br>
<br><font size=2 face="sans-serif">Hope this helps.</font>
<br>
<br><font size=2 face="sans-serif">david skrede</font>
<br><font size=2 face="sans-serif">skrede@twt.com</font>
<br>
<br><font size=1 color=#800080 face="sans-serif">----- Forwarded by David Skrede/MSN/TWT on 06/28/2005 02:38 PM -----</font>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>"David Doran" <david.doran@ladotek.com></b></font>
<br><font size=1 face="sans-serif">Sent by: rt-users-bounces@lists.bestpractical.com</font>
<p><font size=1 face="sans-serif">06/28/2005 11:16 AM</font>
<br>
<td><font size=1 face="Arial">        </font>
<br><font size=1 face="sans-serif">        To:        <rt-users@lists.bestpractical.com></font>
<br><font size=1 face="sans-serif">        cc:        </font>
<br><font size=1 face="sans-serif">        Subject:        [rt-users] FC4 - You're almost there!</font></table>
<br>
<br>
<br><font size=2 face="Courier New">Please Reply! <br>
<br>
I'm getting the login page, but when I login, I'm redirected to the<br>
"You're almost there!" page.  I understand it has to do with the fastcgi<br>
setup with apache. <br>
I've searched (http://lists.bestpractical.com/search.html) and read all<br>
the postings concerning the "You're almost there!" page, but none has<br>
helped.  <br>
<br>
I've already went to www.fastcgi.com for help. <br>
<br>
Are there any log files that I can look at to see any errors to<br>
trouble-shoot?  The "You're almost there!" page doesn't provide much<br>
information for trouble-shooting.<br>
<br>
Using Fedora Core 4 distrubution.<br>
<br>
# more /proc/version<br>
Linux version 2.6.11-1.1369_FC4smp<br>
(bhcompile@decompose.build.redhat.com) (gcc version 4.0.0 20050525 (Red<br>
Hat 4.0.0-9)) #1 SMP Thu Jun 2 23:08:39 EDT 2005<br>
<br>
/etc/httpd/conf/httpd.conf<br>
LoadModule fastcgi_module modules/mod_fastcgi.so<br>
NameVirtualHost *:80<br>
<VirtualHost *:80><br>
        ServerName      support.ladotek.com<br>
        DocumentRoot    /opt/rt3/share/html/<br>
        ErrorLog /var/log/httpd-rt-error.log<br>
        CustomLog /var/log/httpd-rt.log common<br>
        AddHandler fastcgi-script .fcgi<br>
        Alias /rt/      /opt/rt3/share/html/<br>
        Alias /NoAuth/  /opt/rt3/share/html/NoAuth/<br>
        <Directory /opt/rt3/bin><br>
                Order allow,deny<br>
                Allow from all<br>
        </Directory><br>
        <Location /rt/NoAuth/images><br>
                SetHandler default-handler<br>
        </Location><br>
</VirtualHost><br>
FastCgiIpcDir /tmp<br>
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120<br>
ScriptAlias  /rt /opt/rt3/bin/mason_handler.fcgi<br>
<br>
<br>
RT_SiteConfig.pm<br>
Set($WebPath , "/rt");<br>
Set($WebBaseURL , "http://support.ladotek.com:80");<br>
Set($WebURL , $WebBaseURL . $WebPath . "/");<br>
<br>
<br>
<br>
[Tue Jun 28 10:46:23 2005] [notice] suEXEC mechanism enabled (wrapper:<br>
/usr/sbin/suexec)<br>
[Tue Jun 28 10:46:24 2005] [notice] Digest: generating secret for digest<br>
authentication ...<br>
[Tue Jun 28 10:46:24 2005] [notice] Digest: done<br>
[Tue Jun 28 10:46:24 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK<br>
[Tue Jun 28 10:46:24 2005] [notice] LDAP: SSL support unavailable<br>
[Tue Jun 28 10:46:24 2005] [notice] FastCGI: process manager initialized<br>
(pid 13318)<br>
[Tue Jun 28 10:46:24 2005] [warn] FastCGI: server<br>
"/opt/rt3/bin/mason_handler.fcgi" started (pid 13319)<br>
[Tue Jun 28 10:46:24 2005] [notice] mod_python: Creating 4 session<br>
mutexes based on 256 max processes and 0 max threads.<br>
[Tue Jun 28 10:46:24 2005] [notice] Apache/2.0.54 (Fedora) configured --<br>
resuming normal operations<br>
<br>
_______________________________________________<br>
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users<br>
<br>
Be sure to check out the RT Wiki at http://wiki.bestpractical.com<br>
</font>
<br>